-
-
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
Climate component in MQTT #10764
Comments
@davidgraeff Is this possible to implement with current architecture of openhab3? :-) |
#10690 seems to implement this |
Oh, thank you for the link to the PR! Really nice. |
I can build a custom binding bundle for you, just need to know your OH version. |
Thanks, I'm still using 2.5.12. Next upgrade will be 3.1. 🙂 Btw, looks like the alias "temp_unit" is missing. I See "temperature_unit" only. |
|
The abbreviations are listed as 'Supported abbreviations:' here: https://www.home-assistant.io/docs/mqtt/discovery/ Line 197 in 4ad6eda
Our list needs a update again, it is no longer complete :-( |
Sorry, I haven't ready to use environment for 2.5.x and cannot build it for this version. Personally for me migration from 2.5.x to 3.0.x was pretty simple. I still using the same config files for items and sitemaps definition. The only incompatibility was tricky global var in my rule, but it was easily replaced by an additional item. |
No problem. I can spawn a 3.0 instance in docker to have a test environment. |
There are 2 versions, I think they should be compatible with OH 3.x. org.openhab.binding.mqtt.homeassistant-3.0.3-SNAPSHOT.tar.gz |
Thanks! I tried it and it works for me. Is that right that |
Not sure what are Point and Setpoint in HVAC terminology, in HA there are:
|
Seems fixed. :-) |
I like to request to support "climate" components in MQTT via homeassistant discovery.
https://www.openhab.org/addons/bindings/mqtt.homeassistant/
I wrote my own heating 2 mqtt bridge and want to add auto-discovery. openhab can detect it but throws the UnsupprtedOperationException.
https://github.com/misery/HeatingMqttBridge
The text was updated successfully, but these errors were encountered: