Forum

Browse topics, discover Works With Legrand community!

Heater Active or not

Hi i’m tring to create a web interface that will graphic temp humidity and bolier active time (same as what netatmo offers out of the box ! ) but i can’t find in the API if the boiler is on or off, I think should be in status or measures but i don’t see it.

{
“chronothermostats”: [{
“function”: “HEATING”,
“mode”: “AUTOMATIC”,
“setPoint”: “17.50000”,
“programs”: [{
“number”: 1
}],
“time”: “2018-12-28T09:05:30+01:00”,
“sender”: {
“addressType”: “addressLocation”,
“system”: “thermoregulation”,
“plant”: {
“id”: “1f3ef17d-5102-c41c-e053-27182d0affdd”,
“module”: {
“id”: “717bf17d-d023-8327-e053-27182d0a2d1a”
}
}
}
}]
}

Hello Dario,

This feature is not available for now but it will arrive soon.

Have a good day,
Leslie – Community Manager

Hello Dario,

We launched today the Smarther API v2.0. You can now check the heating status :

"loadState": {
"type": "string",
"description": "Current thermostat load state",
"enum": [
"active",
"inactive"
]

Have a good day,
Leslie – Community Manager

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.