Hi guys…
Im trying to convert my existing Mqtt Roomba integration to the newer state integration. So i can use google assistant to start the robot.
The probles rises that i cant figure out how to make the state topic into an actual state… As it answers with multiple answers in this topic…
{“battery_level”:100,“cleaning”:false,“docked”:true,“charging”:true,“voltage”:17478,“current”:39,“charge”:2696}
This is the answer.
Ive figured out i need to use the value_template to get it into :
cleaning,
docked,
paused,
idle,
returning,
error.
anyone willing to help out ?