-
-
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
[mqtt] Support for Home Assistant Component: Vacuum #8988
Comments
Just a short notice here: I have started working on the implementation. A short teaser is here ;-) However, it turns out to be quite tricky to get the full setup running. As I just learned it is nto enough to have valetudo (or in my case valetudo re) running on the robot. One also needs the valetudo_mapper which takes the raw information published by the robot to mqtt and converts them to a PNG image, which the valetudo_mapper then publishes to mqtt (different topic) as well. Other than that I am still reading through the code and doing some reverse engineering to find out how to use all the datastructured and helper methods that are already offered :-) |
Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de>
Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de>
Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de>
Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de>
openhab#11216) * Implement Vacuum discovery for Homeassistant MQTT Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de> * Addressed review comments Signed-off-by: Stefan Triller <github@stefantriller.de> * Spotless run again Signed-off-by: Stefan Triller <github@stefantriller.de> Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
openhab#11216) * Implement Vacuum discovery for Homeassistant MQTT Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de> * Addressed review comments Signed-off-by: Stefan Triller <github@stefantriller.de> * Spotless run again Signed-off-by: Stefan Triller <github@stefantriller.de>
openhab#11216) * Implement Vacuum discovery for Homeassistant MQTT Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de> * Addressed review comments Signed-off-by: Stefan Triller <github@stefantriller.de> * Spotless run again Signed-off-by: Stefan Triller <github@stefantriller.de> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
openhab#11216) * Implement Vacuum discovery for Homeassistant MQTT Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de> * Addressed review comments Signed-off-by: Stefan Triller <github@stefantriller.de> * Spotless run again Signed-off-by: Stefan Triller <github@stefantriller.de> Signed-off-by: Michael Schmidt <mi.schmidt.83@gmail.com>
openhab#11216) * Implement Vacuum discovery for Homeassistant MQTT Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de> * Addressed review comments Signed-off-by: Stefan Triller <github@stefantriller.de> * Spotless run again Signed-off-by: Stefan Triller <github@stefantriller.de>
openhab#11216) * Implement Vacuum discovery for Homeassistant MQTT Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de> * Addressed review comments Signed-off-by: Stefan Triller <github@stefantriller.de> * Spotless run again Signed-off-by: Stefan Triller <github@stefantriller.de>
openhab#11216) * Implement Vacuum discovery for Homeassistant MQTT Closes openhab#8988 Signed-off-by: Stefan Triller <github@stefantriller.de> * Addressed review comments Signed-off-by: Stefan Triller <github@stefantriller.de> * Spotless run again Signed-off-by: Stefan Triller <github@stefantriller.de>
Problem
OpenHAB supports already a couple of the "offical" Home Assistant mqtt schemes that many devices follow. But not all of them: The Xioami/Roborock vacuum robots are used by quite a lot of people and most just use the miio binding (which is great btw). But in order to get rid of the cloud used by the robot (for privacy, independence ande feature extension reasons) one can use Valetudo.. Valetudo offers mqtt for the robot with the implementation of the Home Assistant vaccum-scheme. Unfortunately, this scheme is not implemented in openHAB yet.
Solution
Integration of the Home Assistant vacuum-scheme in the openHAB mqtt binding.
I am far away of knowing enough java to implement this myself, but maybe there is somebody willing to help with this.
Your Environment
The text was updated successfully, but these errors were encountered: