Hi
I'm new to deconz and jowihue, I'm not totally sure how to ask my question without just sounding like "why isn't my device working?" not giving the correct context. I have an Elko Plus Super TR RF Thermostat https://zigbee.blakadder.com/Elko_4523430.html that I have been able to add to the deconz/conbee II gateway trough scanning for device in JowiHue. And it is created a device with several features giving some correct info and control. At first glance the feature naming is somewhat off for a thermostat and I'm missing the floor temperature (which I use for regulating). The listed temperature is air temperature.
This problem could for all I know be a deconz issue, I've logged in an see the unit on the deconz map and it is listed as a Sensor in Phoscon. From what I understood deconz-rest-plugin github (2088 & 3329) the unit is supported. I also believe others using it with Home Assistant trough deconz.

Connecting to the deconz-rest-api with Postman I get (listing the sensors)
I don't expect the plugin is able to add custom template for all Zigbee devices out there. Hence is there a way to correct small issues myself?
The naming part I assume is easy to fix, but is there a way to add a missing feature – floor temperature?
And maybe a way to understand which HS-feature correspond to which device-feature.
I'm new to deconz and jowihue, I'm not totally sure how to ask my question without just sounding like "why isn't my device working?" not giving the correct context. I have an Elko Plus Super TR RF Thermostat https://zigbee.blakadder.com/Elko_4523430.html that I have been able to add to the deconz/conbee II gateway trough scanning for device in JowiHue. And it is created a device with several features giving some correct info and control. At first glance the feature naming is somewhat off for a thermostat and I'm missing the floor temperature (which I use for regulating). The listed temperature is air temperature.
This problem could for all I know be a deconz issue, I've logged in an see the unit on the deconz map and it is listed as a Sensor in Phoscon. From what I understood deconz-rest-plugin github (2088 & 3329) the unit is supported. I also believe others using it with Home Assistant trough deconz.
Code:
[B]ZHAThermostat[/B] **************************** Object info ***************************** { "config": { "heatsetpoint": 2500, "locked": false, "mode": null, "offset": 0, "on": true, "reachable": true, "temperaturemeasurement": null }, "ep": 1, "etag": "66912315ded23f44be9d7bc086a547a7", "lastannounced": null, "lastseen": "2022-02-20T15:19Z", "manufacturername": "ELKO", "modelid": "Super TR", "name": "BathroomHeat", "state": { "floortemperature": 2540, "heating": false, "lastupdated": "2022-02-20T15:18:07.723", "on": true, "temperature": 2350 }, "type": "ZHAThermostat", "uniqueid": "68:0a:e2:ff:fe:6b:a4:75-01-0201" } ************************* End Object info ***************************
Code:
"3": { "config": { "heatsetpoint": 2600, "locked": false, "mode": null, "offset": 0, "on": true, "reachable": true, "temperaturemeasurement": null }, "ep": 1, "etag": "f887dbeb1cac2fa9c2b742b079512f70", "lastannounced": null, "lastseen": "2022-01-31T13:33Z", "manufacturername": "ELKO", "modelid": "Super TR", "name": "BathroomHeat", "state": { "floortemperature": 2630, "heating": false, "lastupdated": "2022-01-31T13:33:28.423", "on": true, "temperature": 2410 }, "type": "ZHAThermostat", "uniqueid": "68:0a:e2:ff:fe:6b:a4:75-01-0201" }
The naming part I assume is easy to fix, but is there a way to add a missing feature – floor temperature?
And maybe a way to understand which HS-feature correspond to which device-feature.
Comment