With 3 pieces (I get the status “Heating”), with 10 pieces no status.
The only difference is the applicationVersion:
- 3x “applicationVersion”: 67 works: “heating”: “ON”
{ "anti_scaling": "ON", "away_mode": "OFF", "battery_low": false, "child_lock": "LOCK", "current_heating_setpoint": 16, "device": { "applicationVersion": 67, "dateCode": "", "friendlyName": "thermostat-fitnessraum2", "hardwareVersion": 1, "ieeeAddr": "0xa4c138dd160d7831", "manufacturerID": 4417, "manufacturerName": "_TZE200_h4cgnbzg", "model": "SEA801-Zigbee/SEA802-Zigbee", "networkAddress": 28931, "powerSource": "Battery", "stackVersion": 0, "type": "EndDevice", "zclVersion": 3 }, "frost_detection": "ON", "heating": "OFF", <------ "last_seen": "2024-01-12T13:00:38+01:00", "linkquality": 255, "local_temperature": 17, "local_temperature_calibration": 0, "preset_mode": "none", "system_mode": "heat", "window_detection": "ON", "elapsed": 3241 }
- 10x “applicationVersion”: 85 not working: “heating”: null
{ "anti_scaling": "ON", "away_mode": "OFF", "battery_low": false, "child_lock": "UNLOCK", "current_heating_setpoint": 18, "device": { "applicationVersion": 85, "dateCode": "", "friendlyName": "thermostat-fitnessraum", "hardwareVersion": 1, "ieeeAddr": "0x5c0272fffea346d5", "manufacturerID": 4098, "manufacturerName": "_TZE200_yw7cahqs", "model": "SEA801-Zigbee/SEA802-Zigbee", "networkAddress": 25693, "powerSource": "Battery", "stackVersion": 0, "type": "EndDevice", "zclVersion": 3 }, "frost_detection": "ON", "heating": null <------ "last_seen": "2024-01-12T13:37:29+01:00", "linkquality": 255, "local_temperature": 19, "local_temperature_calibration": 0, "preset_mode": "none", "system_mode": "heat", "window_detection": "ON", "elapsed": 390141, }
Do I need to update the firmware for the 10 and how can I do that or is there another solution?
Thanks.