Roomba980-Python icon indicating copy to clipboard operation
Roomba980-Python copied to clipboard

Python program and library to control iRobot Roomba 980 Vacuum Cleaner

Results 78 Roomba980-Python issues
Sort by recently updated
recently updated
newest added

Hello everybody, We just bought a our first Roomba and I am trying to integrate it into our OpenHab setup. I noticed, that the app stopped responding after moving the...

Hi Community, Following system: Ubuntu 18,04 Openhabian Pyhton3 i have following error: ` Collecting git+https://github.com/NickWaterton/Roomba980-Python.git Cloning https://github.com/NickWaterton/Roomba980-Python.git to /tmp/pip-CwsDqk-build Requirement already satisfied: numpy in /usr/lib/python2.7/dist-packages (from Roomba980-Python==1.2.3) Collecting opencv-python (from...

**With paho-mqtt version 1.2.3 I got this error:** [E 2020-09-10 10:56:46,243] Error setting TLS: Traceback (most recent call last): File "c:\users\emanu\anaconda3\envs\irobot\lib\site-packages\paho\mqtt\client.py", line 643, in tls_set f = open(ca_certs, "r") FileNotFoundError:...

Hello Nick. I'm trying to translate your Python code to Java, just for fun, but I'm having problems in understanding this piece of code in password.py file and how to...

Roomba 980, FW 2.4.6-3 June 15, 2018 (latest). [Error codes](https://github.com/NickWaterton/Roomba980-Python/blob/ec6b761754ee7d637f68b30ff9266920cd7baf33/roomba/roomba.py#L121) from real tests, texts - from official iRobot app (v.4.4.2): ``` 1: "Left wheel off floor", 3: "Right wheel off...

Follows https://github.com/koalazak/dorita980/issues/106 Prototype available at https://github.com/kumy/Roomba980-Wifi Does someone wish to implement it properly in this library?

Even I do a portscan on the IP of my roomba `nmap $IP -p1-65535` I do not get any open port ``` user:~/.local/bin$ ./roomba-getpassword -R $IP waiting on port: 5678...

I have 3 Roombas (S9+, Braava Jet M6, and a wifi connected one that doesn't do mapping). This is the output I get when I start the program on Ubuntu....

Hi always getting CV or numpy module not found, falling back to PIL CV or numpy seem to be well installed

Hi Nick, Thanks for your wonderful work! Trying to get Roomba980-Python generate a cleaning map for my 980 but currently stuck on an error, can you please help with troubleshooting?...