You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see in the Telldus API that there is a "lastUpdated" timestamp info that is the time when last time value was updated.. is it possible to include that info..
I have few temp/hum sensor from telldus that have this info..
Looks like those values are not available when using the local API. I guess it might be something that is stored in Telldus Live, thus not available using the local API. Too bad!
I can see in the Telldus API that there is a "lastUpdated" timestamp info that is the time when last time value was updated.. is it possible to include that info..
I have few temp/hum sensor from telldus that have this info..
could use maxtime/mintime and max/min values also..
https://api.telldus.com/explore/sensor/info
looks like this:
{
"id": "XXXXXXXXX",
"clientName": "NAMEOFBRIDGE",
"name": "Temp place",
"lastUpdated": 1534318198,
"ignored": 0,
"editable": 1,
"data": [
{
"name": "temp",
"value": "24.2",
"scale": "0",
"lastUpdated": 1534318198,
"max": "24.3",
"maxTime": 1534312342,
"min": "24.1",
"minTime": 1534313158
},
{
"name": "humidity",
"value": "59",
"scale": "0",
"lastUpdated": 1534318198,
"max": "59",
"maxTime": 1534312438
}
],
"protocol": "fineoffset",
"sensorId": "57",
"timezoneoffset": 7200,
"battery": "254",
"keepHistory": "1"
}
The text was updated successfully, but these errors were encountered: