rest980
rest980 copied to clipboard
REST interface to control your iRobot Roomba 980 via local server on your lan.
After some time running the server on my RaspberryPi (via docker in host network mode) i receive the following "Error: host is required" Internal Server Error for HTTP requests. Unfortunately...
If not, is there any work-around? iRobot cloud maybe?
The j7 / j7+ requires a different cipher to work. Also the version of node (boron/6.x) doesn't have support for the newer cipher.
Hi! I have issue with work of this add-on. I have configured it with the following parameters: - PORT = 3000 - BLID - PASSWORD - ROBOT_IP - FIRMWARE_VERSION =...
Please delete it
Hi all! is there a way to start braava after the job of roomba is finished?
Dear @koalazak I would like to run your great Docker container on an ARM32 platform. On Dockerhub I only find the container which supports x64 (AMD64) architecture. Would it be...
As Dockerfile expose only point out that there is port ready to be exposed it is necessary to assign port during container creation. Added port to docker run command in...
Please add a possibility to set-up several rooms with the real-time map. May allow to draw a room into the real-time map and get an example bash code which simply...
Added map support for firmware version 3 and Braava m6 robots. Depends on https://github.com/koalazak/dorita980/pull/103 . The change in bin/www was needed on my computer to force the server to listen...