ClemensElflein / open_mower_ros

Other
500 stars 124 forks source link

Home Assistant MQTT #64

Open docgalaxyblock opened 1 year ago

docgalaxyblock commented 1 year ago

The Idea of this issue is to save stuff related to integrating the mower into Home Assistant.

HA 2023.09 added a MQTT Lawn Mower https://www.home-assistant.io/integrations/lawn_mower https://www.home-assistant.io/integrations/lawn_mower.mqtt

HA can discover mqtt devices by receiving topics. https://www.home-assistant.io/integrations/mqtt/#mqtt-discovery https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/Home_Automation/2022-07-10-home-assistant-mqtt-autodiscovery-part-i/2022-07-10/

A project that already uses this I know of is Valetudo but it uses an older ha discovery standard (pre 2023.08) and this docs (also old standard) may be usufull too: https://mpolinowski.github.io/docs/category/home-automation

I will update this initial post in the future