-
I noticed this PR https://github.com/NickWaterton/Roomba980-Python/pull/120
as the current roomba directory display
```
File "/opt/domoticz/plugins/Roomba/roomba/roomba.py", line 206, in create_…
-
Hi!
I'm working with the current script:
```#!/usr/bin/env python3
import asyncio
from roomba import Roomba
async def test():
await roomba.connect()
roomba.send_command('sta…
-
When I type cd Roomba980-Python/roomba into python, this comes up
```
>>> cd Roomba980-Python/roomba
File "", line 1
cd Roomba980-Python/roomba
^
SyntaxError: invalid syntax
```
…
-
I tried following the instructions. I got the following error:
C:\Users\Jeremy>pip install https://github.com/NickWaterton/Roomba980-Python.git
Collecting https://github.com/NickWaterton/Roomba98…
-
Hi Community,
Following system:
Ubuntu 18,04
Openhabian
Pyhton3
i have following error:
`
Collecting git+https://github.com/NickWaterton/Roomba980-Python.git
Cloning https://githu…
-
@yuchangyuan
I still use your node red add-on for my Roomba. Thanks for that!
On my last update of node red I did an `npm audit` and received follow error message:
```
glob-parent =1.0.1
…
-
I just tried to run this on python 3.10, and get the following error.
[2022-04-22 17:20:07,973][ INFO](Roomba.Password ) Using Password version 2.1 …
-
Running via a Windows 10 PC connected to same network as the Roomba 960. Roomba has static IP. Updated Python to 3.8 and executing roomba.py displays:
$ python roomba/roomba.py
roomba/roomba.py:30…
-
Hi,
I'm attempting to run password.py to get the username/blid and password from iRobot cloud. I'm using Python 3.12.0 on Windows 11 with _requests_ module version 2.31.0. I also installed all oth…
-
Hi Nick,
i get an error when executing the ./roomba.py the first time:
_florian@roomba-service:/Roomba980-Python$ sudo ./roomba.py
libdc1394 error: Failed to initialize libdc1394
[I 2017-06-24…