Iván García

Results 3 comments of Iván García

Yep, The database entry of" _TZE204_5toc8efa" is this one: ```json { "id": 2, "type": "Router", "ieeeAddr": "0xa4c13887ec4eb066", "nwkAddr": 41241, "manufId": 4417, "manufName": "_TZE204_5toc8efa", "powerSource": "Mains (single phase)", "modelId": "TS0601", "epList":...

Not, `local_temperature` and `max_temperature` seems to be fine: ``` "local_temperature": 21.5, "local_temperature_calibration": -4, "max_temperature": 350, "max_temperature_limit": 350, "min_temperature_limit": 50, ``` Can be related to anything about the manufacturer or model?...

No, 350º is not good... I didn't saw that there's no decimals on number. ``` "current_heating_setpoint": 180, "deadzone_temperature": 50, "local_temperature": 17.5, "local_temperature_calibration": -4, "max_temperature": 350, "max_temperature_limit": 350, "min_temperature_limit": 50, ```...