NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
361 stars 103 forks source link

Using app at same time #100

Open AnonDev1312 opened 2 years ago

AnonDev1312 commented 2 years ago

only one connection at at time is allowed to the Roomba local mqtt server

Does this mean I can't use the official iRobot app anymore if I use Roomba980 script?

NickWaterton commented 2 years ago

No, the iRobot app uses the cloud connection if the local connection is in use.

It will work normally.