Integration for LG HomBot 3.0 vacuum cleaner with wifi mod.
API and all documentation:
Android app source code:
More info: ht tps://docs.google.com/spreadsheets/d/1XrkwcEoUCcH_7AU6FB0oHssCYAulYqaYV6cqU8_O3cc/edit#gid=130369842
HTTP Request:
If you want to send via automation scripts commands directly to the Hombot can (adjust IP address of your Hombots) this conduct HTTP Request
Here is an example of the most common three Views:
It’s basic, it’s not perfect, but it works very well. Any other properties of your HomBot (e.g., setting the cleaning mode etc.) can be integrated in a similar way.
Best
Martin
PS: Remove the underscores in the http calls above. The forum does not permit posting links.
The Domoticz wiki has a page dedicated to integrating the LG HomBot into Domoticz. That page contains a link to this post (scroll past the quoted text) on a German forum with more commands.
Thanks for your sharing
Unfortunately I am not able to make the code work.
I get stuck with this error “utf-8’ codec can’t decode byte 0x93 in position 1304: invalid start byte”.
It has to do with some kind of charcters that are not properly encoded, but I do not understand what is wrong.
The .txt file is the one i get from http://my.local.ip:6260/status.txt and it looks fine.
Great!
Many thanks.
It worked perfectly…
From m_kloeckner config I had to change from unit_of_measurement: “%” to unit_of_measurement: ‘%’
I finally have my homebot sensors working.
Unfortunately I am still not able to make the switches work.
thins is my config in switches.yaml
:
Everyone above, thanks for all your support, after a lot of struggle with the HACS integration this method is what actually worked. I’m pretty sure I’m not the last one to want to integrate a hombot to HA so I’ll leave the config that worked for me - had to update a few things.