Nick Waterton

Results 152 comments of Nick Waterton

You're welcome. It also exposed some bugs in my software (to do with library versions), so I think I have fixed that now. I just set up a VM running...

You didn't give me the first lines of the log, so I can't see what versions of libraries you are using. I did find that OpenCV 4.0.0 has changed the...

Have you tried creating the `/etc/openhab2/html/roomba` directory, and making sure it's writable? Might be a problem with creating that directory. I'm also running on Ubuntu 18.04, but all my stuff...

I also start the roomba with a script, here is mine: `./roomba.py -b 192.168.100.119 -s '(900,1700,-350,-175,-4,0)' -I /etc/openhab2/icons/classic/ -M /etc/openhab2/html/roomba/ -l /home/nick/Scripts/roomba.log` Notice I don't have any `'` around the...

Just looked at my files. There is no `roomba1room.png` file the file is actually called `room.png` ie no Roomba name at all. I suggest you try with the Roomba name...

Sorry, I though you were installing from git, PyPi doesn't have the latest version on it. You either still have to install (after `git clone` ), or run `roomba_direct.py`. To...

The "No handlers could be found..." message, you can ignore, it's just saying that it can't find the class handler for logging messages, won't stop it running, you just don't...

I have pushed a fix for `roomba_direct.py` to fix the logging issue. if you run `git pull` it should update it and you'll get more in the logs.

As to font size, I use truetype font `FreeMono.ttf` with font size 40 (which is large) by default. If you don't have this font installed, the program will use whatever...

You mean i7 as in the processor? That has nothing to do with your issue. You need to check carefully your pre-reqs (python versions, paho mqtt version etc.) Can you...