Home Assistant Cover Improvements
Pre-release
Pre-release
ccutrer
released this
09 Nov 20:46
·
1321 commits
to mqtt-integration
since this release
This improves Home Assistant discovery to handle Covers with position. In particular, if you're now using the ratgdo ESPHome firmware instead of MyQ, this will fix reporting status of your door.
To install, you must use Karaf console, since the MQTT binding is made up of multiple bundles:
update org.openhab.binding.mqtt.generic https://github.com/ccutrer/openhab-addons/releases/download/untagged-065decc8fc26a32e2556/org.openhab.binding.mqtt.generic-4.1.0-SNAPSHOT.jar
update org.openhab.binding.mqtt.homeassistant https://github.com/ccutrer/openhab-addons/releases/download/untagged-065decc8fc26a32e2556/org.openhab.binding.mqtt.homeassistant-4.1.0-SNAPSHOT.jar
Then restart openHAB.
These have only been tested on openHAB 4.1.0-SNAPSHOT 3699 and 4.1.0.M3.
Also note that this is built from my MQTT integration branch, which also includes various other MQTT and Home Assistant fixes and improvements.