-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[deconz] support thing type ZHAThermostat (e.g. Eurotronic SPIRIT / SPZB0001) #6251
Comments
Bump. How can this component type be easily implement into deconz binding? I attached my rest-api output:
|
I have bought the Eurotronic Spirit ZigBee thermostates without checking the OpenHAB deCONZ binding support before and replaced all my AVM DECT 301. I was simply assuming that all devices compatible with deCONZ/Phoscon gateways (ConBee/RasBee) can be used in OpenHAB over the binding....Bad mistake! Current workaround is using HomeAssistant and its deCONZ integration in parallel which can handle the Eurotronic devices. I would LOVE to see full support by the deCONZ binding in the near future to switch back to OpenHAB. |
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes #6251 Signed-off-by: Lukas Agethen <[email protected]>
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes openhab#6251 Signed-off-by: Lukas Agethen <[email protected]> Signed-off-by: CSchlipp <[email protected]>
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes openhab#6251 Signed-off-by: Lukas Agethen <[email protected]>
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes openhab#6251 Signed-off-by: Lukas Agethen <[email protected]>
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes openhab#6251 Signed-off-by: Lukas Agethen <[email protected]>
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes openhab#6251 Signed-off-by: Lukas Agethen <[email protected]>
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes openhab#6251 Signed-off-by: Lukas Agethen <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
* [deconz] Add support for ZHAThermostat Adds support for Zigbee Thermostat based on Eurotronics Spirit Closes openhab#6251 Signed-off-by: Lukas Agethen <[email protected]>
Your Environment
According to Deconz Plugin Help all sensors are supported.
It seems like the Thermostat type isn't.
Link to deconz REST API code about thermostats:
https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/thermostat.cpp
I have no clue about programming but I'd love to be able to set a heatsetpoint, or disable heating when the window is opened.
This is something I need to reach an acceptable WAF, so I'm happy to get directions for workarounds. REST binding? deconz to mqtt bridge that cannot only read sensors? anybody implemented zigbee thermostats in openhab?
Thanks,
Michael
The text was updated successfully, but these errors were encountered: