@chrisfr1976 cool stuff - I like it and it works without any problem.
Do you have a hint for me how I can disable the icons?
The text is sufficient for me.
I’ve tried a condition which never will be met: “condition > 100” but this doesn’t work.
Good work - especially the code for the ESP board, thanks a LOT!
Additional question: the api is posting a json record with Unix Startdate (“Thu Jan 1 00:00:00 1970”)?
Is this correct?
{
"systemname": "tbd",
"secure_counter": 0,
"firmware": "2.3.06-b",
"sensors": [
{
"name": "Sonne",
"value": 0,
"mean-1": {
"value": "NaN",
"count": 0,
"period": 3600
},
"mean-24": {
"value": "NaN",
"count": 0,
"period": 86400
},
"unit": "Celsius",
"time": "Thu Jan 1 00:00:00 1970"
},
{
"name": "Schatten",
"value": 0,
"unit": "Celsius",
"time": "Thu Jan 1 00:00:00 1970"
}
]
}
Warmest regards,
Ralf