-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.20.7 position missing #148
Comments
Today also my Braava m6 updated to v3.20.7 and "pose" data disappeared. Any ideas? |
Same here with i7 |
Same here. Tried to read the MQTT-Data, but the position is not updated to the MQTT server. Did anyone already recorded the cloud dialog between the App and iRobots Server? Maybe there is the data. And maybe even better a routing from the current roomba position coordinates to the current room id or name (as seen in the App). |
We were reading the aws shadow updates (which we still see), but in the latest version of firmware, iRobot seems to have stopped sending “pose” updates to the aws shadow. not sure what we can do about that. |
might it be a good idea that we all bother iRobot, why they removed such a feature? |
yes, looks like the new firmware is not reporting the position anymore :/ |
Might be something that can be turned on or off, we just don’t know the command to turn it on. |
Has anyone made progress on this issue with their own investigation or with iRobot support? I was setting up rest980/HA for my Roomba s9+ and Braava m6 - both are running 3.20.7 and no 'pose' updates. Thanks! |
Try to think like these people: You would never take such a feature out of the software, but rather hide it such that it must be switched on. And then you would try to hide the command for activating the position messages as long as possible. So lets have a look. In the messages received through the mission, two suspicious settings appear:
Unfortunately, so far I was unable to modify these settings. At least, the usual "delta"-command fails - none of these
works. Maybe someone has another idea? Regards pah |
This is what I was thinking as well. We may have to do more experimenting, to see if we can change these settings. What topic were you publishing to? |
That is exactly what I did, as you see above. The delta topic works when setting such things as OpenOnly. Regards pah |
I have tried the same thing, but with no luck. I also note that my M6 mop reports:
And it does not report the pose location either (since the last update). So Previously this would be reported:
But now This may be more difficult than we were hoping. |
I'm guessing |
Tried that, and it didn't work either. |
I bet these guys see themselves as customer-oriented... Regards |
I have a decoded capture of the app connecting to the cloud, and starting up. I haven't captured an entire run. I haven't been able to find much in there (other than how to connect to AWS, authenticate and retrieve BLD and password, maps etc via REST). I can see all the MQTT messages that the robot sends to the cloud, but again, not getting much either. I suspect that iRobot just doesn't care about what we are doing, they don't use the tracking info, so they removed it (might have been something they used in development, but don't anymore). Might have been for a "real time maps" feature that they never implemented. I'm hoping they didn't remove it completely, just disabled it, or report it a different way. We may be out of luck though. The robot must report some sort of tracking data though, as the app does tell you what room the robot is currently in when it's running. As you say a capture of a full run may be useful. Having said that, if the app uses an MQTT connection to AWS, I can't capture it with my current tools (which is annoying). The other thing I was considering is a decompile of the android app. I have an android VM that I can spin up for these kinds of things, and sometimes you can extract useful data that way. This may take some time... |
It seems like the x/y coordinates have to be accessible somewhere in the communication since it generates an image in the app of what parts were cleaned |
Yes, but the map could be built on the robot itself. Previously the map may have been built in the cloud due to limited resources on the robot. It could be that a raw map is uploaded to the cloud at the end of a run. We just don't know at the moment how its done. |
A hint towards this latter suspicion: I own three robots, 960, 981 and i7. The older models still tell their position, and from a run of the 960 I get some 3500 points, while from an i7 in roughly the same area I (had) received only about 300 points. Maybe we can intercept the final map sent to the cloud. Regards |
im with @NickWaterton : position is not longer part of the exposed state because they (irobot) don't need that to show you the map. myRobotViaLocal.setPreferences({mapUploadAllowed: false}) did you test with tihs?
|
I tried all these: ' delta {"state": {"homeMonitoringAllowed": true}}'; so far no effect. Regards |
Hello, Regarding the quietNav entry : iRobot introduced a room traveling feature that shuts down the main suction unit and the rollers while traveling between cleaning areas. It is named "quiet drive". The flaq should be disabled or non existend with older 9xx models. |
Glad I found this; was thinking it was something in my configs but now I can see this due to the firmware change. And here I was happy that my i3 had gained the ability to distinguish rooms after a mapping run; didn't realize I was losing my HA maps. Anyway, I wanted to add the i3 (3150) to the list of affected models and make sure I got any updates on progress here. Happy to help test if I can or provide any information. |
Mine is broken as well, I7+ |
It seems there is a new firmware: |
@Angel0ffDeath - From your lips to God's ears. my friend. Thanks for the heads up. I think I'll try to stay in the 'control group' just in case it locks off something else though. |
Updated to the new firmware 22.7.2, but situation is the same - no positioning data. I think they totally changed concept of data transmission. I created new map - it takes few minutes to be uploaded to the cloud, which means the map is created in Roomba. Mqtt explorer - as in previous firmware only rssi is updated each second. The rest data is updated about each 10 min... probably they want to reduce cloud traffic. On first sight the only new function is child/pet lock - lock buttons on roomba. In other words (according to me) if someone still wants live positioning update - find a way to revert back to older firmware (probably factory reset will do the trick, but you will lose all maps) and block cloud access.... |
Damn. Was hoping for some better news than that. AFAIK, the only way to rollback to a previous firmware (without a reset of course) is to contact iRobot support. And I doubt they'd trip a rollback for you on the basis of the positioning data problems. I'm still keeping hope knowing better minds than me are thinking about the same problem. I'd try a reset but I'm afraid I'd end up losing what I still have - control and status - which are my main concerns. I like having the map, but honestly I could live without it and still be happy with what @koalazak has given me. Thanks for the info. |
@rpitera Personally for me actually I dont see any precious info which live tracking will give me. It is enough to know robot is cleaning and how exactly - well it is his problem. Moreover I actually dont have time to supervise the robot (thats the reason I have it). The rest is just to show your friends how clever/smart is your vacuum cleaner to your friends, which also makes no sense... |
I never tried factory reset and dont know what will happen, I mean whether system will come back to old linux (firmware) version. Ask uncle Google.... and in general you will lose maps only, which could be easily restored after 2 runs, but I dont know if block cloud access what will happen after that (for instance battery replace, etc. ) Think carefully. |
Is there a way to figure out in which room the robot is currently in? I would like to use HA to turn on the lights for my i7 and m6. |
I'm wondering if anyone has tried setting the
|
No news I suppose. Anything from support? |
Anyone any news on this? |
@NickWaterton I can do a full packet capture from reboot to end of cleaning cycle, but I wouldn't know how to start doing anything with it, is that something that would help you? |
Checking in. Any news? Happy to assist with research or testing. |
any update? |
I suppose there isn't any news, right? :( |
Roomba S9+ after v3.20.7 no "pose" data available
The text was updated successfully, but these errors were encountered: