Open source cloud replacement for Conga vacuum robots enabling local-only operation
View the Project on GitHub congatudo/Congatudo
Getting Started Why Congatudo? Congatudo or Valetudo Supported Robots Buying supported robots Donate to the proyect
Home Assistant installation Docker installation Standalone installation
Valetudo Companion (Android) Valetudo Tray Companion (Windows) Valeronoi Lovelace Valetudo Map Card I can't believe it's not Valetudo node-red-contrib-valetudo Fun & Games
MQTT Home Assistant Node-RED openHAB
Conga, Files to backup Troubleshooting Empower your Conga voice Add SSH Key Hey Google Clean My Room Get area and time in Home Assistant from Congatudo Clean me Time and Tank Virtual Sensors
Building and Modifying Congatudo Congatudo core concepts MQTT
Say “Hey Google, clean my room” to trigger your conga to clean that room
Once you already know your zone IDs (under info button in zone section from Congatudo), yoy may have to create a script in home assistant to trigger that action in Congatudo.
The MQTT topic to use is ZoneCleaningCapability
, but for segments should be similar using MapSegmentationCapability
alias: Clean my room
sequence:
- service: mqtt.publish
data:
topic: valetudo/robot/ZoneCleaningCapability/start/set
payload: 0e053bed-22b6-4b50-8a8f-b6fed99ec0ed
mode: single
icon: hass:sofa
Where the topic is <TOPIC PREFIX>/<IDENTIFIER>/ZoneCleaningCapability/start/
is the pone who trigger the action using robot
as the name of the conga robot, you can get your identifier by going through settings/MQTT/identity/indetifier in Congatudo. The topic prefix is under the same menu in Customization/Topic Prefix, by default should be “valetudo”
Save your changes in the script you have just created
google_assistant:
project_id: home-assistant-a6f6f
service_account: !include SERVICE_ACCOUNT.JSON
report_state: true
exposed_domains:
- vacuum
- input_boolean
- script
- climate
entity_config: !include googleHomeDevices.yaml
Open source cloud replacement for Conga vacuum robots enabling local-only operation
View the Project on GitHub congatudo/Congatudo
Getting Started Why Congatudo? Congatudo or Valetudo Supported Robots Buying supported robots Donate to the proyect
Home Assistant installation Docker installation Standalone installation
Valetudo Companion (Android) Valetudo Tray Companion (Windows) Valeronoi Lovelace Valetudo Map Card I can't believe it's not Valetudo node-red-contrib-valetudo Fun & Games
MQTT Home Assistant Node-RED openHAB
Conga, Files to backup Troubleshooting Empower your Conga voice Add SSH Key Hey Google Clean My Room Get area and time in Home Assistant from Congatudo Clean me Time and Tank Virtual Sensors
Building and Modifying Congatudo Congatudo core concepts MQTT