johnboiles / esp-roomba-mqtt

ESP8266 MQTT Roomba controller (Useful for hooking up old Roombas to Home Assistant)
201 stars 60 forks source link

howto rename Roomba #33

Open pilot1981 opened 5 years ago

pilot1981 commented 5 years ago

if I have different Roomba to control where I can change name of Roomba to control them all together with same MQTT server?

Jancis commented 4 years ago

should be this one: https://github.com/johnboiles/esp-roomba-mqtt/blob/master/src/config.h#L3

Jancis commented 4 years ago

and then the MQTT_COMMAND_TOPIC and MQTT_STATE_TOPIC here: https://github.com/johnboiles/esp-roomba-mqtt/blob/master/src/config.h#L12