thehookup / MQTT-Roomba-ESP01

Making an old roomba smarter using and ESP01
119 stars 70 forks source link

Can't get Status value #8

Closed cryptooth closed 5 years ago

cryptooth commented 5 years ago

I can't get Status value from Roomba 581. Just getting Charging and Battery value. Any advice?

cryptooth commented 5 years ago

Problem solved. MQTT sensor topic in sample configuration.yaml file has different than ino file.

I just change sensor topic "roomba/currentStatus" to "roomba/status" problem gone.