deconz-rest-plugin
deconz-rest-plugin copied to clipboard
add Tuya_THD Essentials TRV from wesmartify
#5386
Any chance we could have this merged? I do have that thermostat and would like to use it via the rest api...
Short story: IDK, I m agree, it s realy a fast/small change, but because of the DDF feature, new code is blocked.
Sorry, I'm new to all this - what's DDF?
Speaking about being new: I wonder why these Vendor / Product signatures are needed at all? I thought Zigbee devices where self-describing?
DDF is a long story, ATM they have planned to remove lot of c++ code to use instead the DDF core, it will be json file used to add/edit/control zigbee device https://dresden-elektronik.github.io/deconz-dev-doc/modules/ddf/
Easy description > https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/DDF-cheat-sheet
Speaking about being new: I wonder why these Vendor / Product signatures are needed at all? I thought Zigbee devices where self-describing?
You are speaking about the PR ? All new sensors nned to be added in a whitelist, and the whitelist reconize device according the description gived by device itself (the model id/ Mac adress / manufacture name for exemple)
Is the fix available in deconz 2.13.4 ? I have this thermostat with manufacturer _TZE200_jeaxp72v, but it works only in one direction: temperature changes at the thermostat itself seems to be handled in deconz. Temperature changes in deconz are not taken into account by the thermostat itself. Other thermostat features do not work. If not in 2.13.4, will the fix be available in 2.13.5 ?
Nope, this device is not yet in code. Sorry for delay but ATM all PR are locked to don't make the code 2 time, as in the future we will use only DDF. And DDF core don't support tuya cluster yet.
Any chance that this is merged into head at some point, @Smanar?
I think no. The PR is broken, and now the DDF core start to support tuya cluster.
But If you want to try using DDF I can help you, but you will be the first one, not sure how far we can go. You need a recent deconz version, the new code is not yet in stable https://github.com/dresden-elektronik/deconz-rest-plugin/pull/5868