Welcome to tellmon.net's feedback and support center. Please post feedback, suggestions and bug reports here.
+5
Completed

Several sensor graphs in one diagram

Per Jonsson 11 years ago updated by Pål Andreassen (CTO) 11 years ago 5
I would like to be able to group related sensors in one diagram for analysis. For example to compare humidity outdoors, in my basement and attic. To compare outdoors temperature, indoors temperature and heating system and so on.
Answer
Pål Andreassen (CTO) 11 years ago
Support for multiple sensors on same graph has been added.
+1
Fixed

The graph shows power in kiloWatt while the legend suggests energy in Watthours

Peter Andersson 11 years ago updated by Pål Andreassen (CTO) 11 years ago 20
Answer
Pål Andreassen (CTO) 11 years ago
Can you try again now? I have modified the formula to show kWh.
+1
Completed

Add support for user selectable timezone

Pål Andreassen (CTO) 11 years ago updated 11 years ago 0
Add support for the user to select which timezone to use when displaying data.
Answer
Pål Andreassen (CTO) 11 years ago
We finally have timezone support. Yeay!!!
+1
Completed

Logging of doorbell

Tor Myrhaug 11 years ago updated 11 years ago 4
Would be nice to be able to log everytime somone is pushing the doorbell (Nexa Wireless doorbell). This way it is possible to monitor activity when I am vacation.
+1
Completed

Support for blinds and other up/down type devices

Pål Andreassen (CTO) 11 years ago updated 11 years ago 0
Add support for blinds and other up/down type devices
0
Fixed

Wireless Energy meter: Is high count values handled correct?

Niclas Forslund 11 years ago updated by Pål Andreassen (CTO) 11 years ago 2
Hi Pål!

I just realized that I might have forgot to give you one piece of information regarding the counter value.

The data-field that I use in the fineoffset protocol to carry the amount of detected blinks have 12 bits. The msb is used on the receiving side to indicate if the temperature is positive or negative. Since I use all bits for only positive numbers, this will give a fault if the blink count is more than 2047 i.e. 204.7C

This is however very easy to fix.
if ( temp < 0.1 ) { temp = 204.7 - (temp); }

The reason for the (temp<0.1)-test is that if the counter counts 2048 pulses this will show up on the receiving side as -0.0C. The test (temp<0) is thus not correct. It is perfectly safe to use this test since the Energy meter will never send 0.0C.
0
Answered

Label in graph

Per Söderman 11 years ago updated by Pål Andreassen (CTO) 11 years ago 4
Is it possible to move labels out of graph area as they hide the graph data at least when I use my iphone?
Answer
Pål Andreassen (CTO) 11 years ago
The next release will have a modified sensor page with the legend moved to the statistics table below the graph like this:

0
Completed

Update text in: How to setup wireless energy meter from FooGadgets

Niclas Forslund 11 years ago updated by TorS 11 years ago 2
The How to for the Wireless Energy meter need to be updated.
It is mixing blinks and impulses and refer to impressions.
I have also tried to clarify impulses per Wh.

Here is the proposed update,

"The Wireless Energy meter from FooGadgets is detected by Tellstick as two temp/humidity sensors. One is the primary sensor and the other is a backup sensor.

Tellmon uses only the primary sensor.

Go to http://tellmon.net/profile/SensorSettings.aspx and find the energy sensor. Check the "energy meter" checkbox and enter the number of impulses per Wh (Watt-hour).

You energy meter will most likely be labeled with the imp/kWh value like this:

Image 1

This stands for impulses per kWh. This means that the LED will blink 1,000 times for each kWh. 1 kWh = 1,000 Wh. In other words it will light up once for every Wh. So the value to insert in Tellmon's sensor options is 1.
For 10,000 imp/kWh the value to insert is 10.

Click Save and enjoy!"



Thanks for an exellent service Pål!

0
Fixed

Error 400: Bad request

Ännikki Väärälä 10 years ago updated 10 years ago 6
Trying to graph a temperature and humidity reading from a spesific sensor, other than default sensor selection 1. & 2. when the app prompts error msg described in the topic. Logged out, tried to graph at different daytimes, still the same result. Worked fine for 2 weeks
Answer
Pål Andreassen (CTO) 10 years ago
Fixed. Thank you for reporting this error.
0
Fixed

Day, week and month buttons don't work

Per Söderman 11 years ago updated 11 years ago 5
Hi

Since new page for sensors come the buttons for Day, Week and Month don't work. 

Even the selection of sensors scrollbox seems not fully work as I need if I want to see all tick in all twice.

I have now tested the new page only from iphone and will test later from my pc.

Per
Answer
Pål Andreassen (CTO) 11 years ago
The bug is fixed and the range buttons as well as the channel selection now works as it should.
Make sure to refresh your browser to get the latest script files.