Hi all, I want to create a mqtt sensor that report the status of a topic of my valetudo vacuum.
The topic is this: valetudo/rockrobo/custom_command
inside this i have: {"command": "zoned_cleanup", "zone_ids": ["Zona Notte"]}
The status I want to see is inside zone_ids (Zona Notte).
By adding a trailing / to the topic you are defining a different topic from the one that your vacuum cleaner is publishing its payload to. That’s what is causing the problem and the template I suggested works perfectly.
Also, I don’t know if that’s a copy-paste error, but your last post contains an incorrectly indented configuration for the MQTT Sensor. It should be this: