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
Observe in deconz that the thermostat has a value for the 0x0201 cluster 0x001C attribute.
Using the phoscon app get the a json response for a eTRV0100.
Observe the lack of such a value in the json response.
Expected behavior
There is a "mode" attribute matching the value in the 0x0201 Thermostat cluster for 0x001C System mode.
Screenshots
This is the relevant part of the cluster info for one of the thermostats
Environment
Host system: Raspberry Pi
Running method: Raspbian
Firmware version: 26720700
deCONZ version: 2.19.03
Device: ConBee II
Do you use an USB extension cable: yes
Is there any other USB or serial devices connected to the host system? no
deCONZ Logs
HTTP logs the above json response.
Additional con
deconz-rest-plugin/devices/danfoss/etrv0100_thermostat.json doesn't include "config/mode" in it's items, thermostat.json does.
The text was updated successfully, but these errors were encountered:
The reason not to include that attribute is that it is pointless to expose something which only allows for a single value, heat. In other words: there are no other valid values than heat.
It's a mandatory attribute that is expected by json consumers to be there. Fx. the openhab deconz plugin expects it, so all danfoss thermostats are always in the unknown state.
All the mandatory attributes from the zigbee specification should be exported in the json.
Describe the bug
The following json response from a Danfoss Ally eTRV0100 thermostat should contain a "mode" attribute containing "off" or "heat".
Steps to reproduce the behavior
Observe in deconz that the thermostat has a value for the 0x0201 cluster 0x001C attribute.
Using the phoscon app get the a json response for a eTRV0100.
Observe the lack of such a value in the json response.
Expected behavior
There is a "mode" attribute matching the value in the 0x0201 Thermostat cluster for 0x001C System mode.
Screenshots
This is the relevant part of the cluster info for one of the thermostats
Environment
deCONZ Logs
HTTP logs the above json response.
Additional con
deconz-rest-plugin/devices/danfoss/etrv0100_thermostat.json doesn't include "config/mode" in it's items, thermostat.json does.
The text was updated successfully, but these errors were encountered: