NickWaterton / Roomba980-Python

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

Creating mapping data on i3 without cloud #111

Open iointerrupt opened 1 year ago

iointerrupt commented 1 year ago

Hi. I recently purchased an i3 on ebay which I use without the iRobot App and provisioned on my IoT internet-less vLAN using scripts. Unfortunately it came with the newer 3x firmware on it, which I believe does not provide live positioning data on local. I can tell because when I fire up the daemon and the webserver, I can control the Roomba i3 but the position data (x,y,d) never updates. I am wondering: is mapping data is provided after a job completion or something? As in, does it do a mass dump of the positioning data that we can store to create the map after cleaning is completed using local only?

NickWaterton commented 1 year ago

Not that we have been able to find.

Sorry.