Skip to content
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

Closed
MichaelHeimann opened this issue Oct 19, 2019 · 2 comments · Fixed by #7828
Closed
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@MichaelHeimann
Copy link

Your Environment

  • Version used: Openhab 2.4 release, deconz binding 2.5
  • Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...):
  • Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...):

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

@MichaelHeimann MichaelHeimann added the enhancement An enhancement or new feature for an existing add-on label Oct 19, 2019
@LukasA83
Copy link
Contributor

Bump. How can this component type be easily implement into deconz binding? I attached my rest-api output:

{
    "config": {
        "battery": 100,
        "displayflipped": false,
        "heatsetpoint": 2000,
        "locked": null,
        "mode": "auto",
        "offset": 0,
        "on": true,
        "reachable": true
    },
    "ep": 1,
    "etag": "xxxx",
    "manufacturername": "Eurotronic",
    "modelid": "SPZB0001",
    "name": "Thermostat Gaesteschlafzimmer",
    "state": {
        "lastupdated": "2020-01-28T18:44:02",
        "lowbattery": false,
        "on": true,
        "temperature": 1550,
        "valve": 251
    },
    "swversion": "20191014",
    "type": "ZHAThermostat",
    "uniqueid": "xxx"
}

@robinemde
Copy link

robinemde commented Mar 29, 2020

I have bought the Eurotronic Spirit ZigBee thermostates without checking the OpenHAB deCONZ binding support before and replaced all my AVM DECT 301.
Lots of people seem to start using them and prefer ZigBee thermostates over DECT ULE (AVM) or others.

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.

cpmeister pushed a commit that referenced this issue Jun 7, 2020
* [deconz] Add support for ZHAThermostat

Adds support for Zigbee Thermostat based on Eurotronics Spirit
Closes #6251

Signed-off-by: Lukas Agethen <[email protected]>
CSchlipp pushed a commit to CSchlipp/openhab-addons that referenced this issue Jul 26, 2020
* [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]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
* [deconz] Add support for ZHAThermostat

Adds support for Zigbee Thermostat based on Eurotronics Spirit
Closes openhab#6251

Signed-off-by: Lukas Agethen <[email protected]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
* [deconz] Add support for ZHAThermostat

Adds support for Zigbee Thermostat based on Eurotronics Spirit
Closes openhab#6251

Signed-off-by: Lukas Agethen <[email protected]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
* [deconz] Add support for ZHAThermostat

Adds support for Zigbee Thermostat based on Eurotronics Spirit
Closes openhab#6251

Signed-off-by: Lukas Agethen <[email protected]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
* [deconz] Add support for ZHAThermostat

Adds support for Zigbee Thermostat based on Eurotronics Spirit
Closes openhab#6251

Signed-off-by: Lukas Agethen <[email protected]>
DaanMeijer pushed a commit to DaanMeijer/openhab-addons that referenced this issue Sep 1, 2020
* [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]>
markus7017 pushed a commit to markus7017/openhab-addons that referenced this issue Sep 19, 2020
* [deconz] Add support for ZHAThermostat

Adds support for Zigbee Thermostat based on Eurotronics Spirit
Closes openhab#6251

Signed-off-by: Lukas Agethen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants