Valetudo 2023.03.0 #1760
Hypfer
announced in
Release Discussions
Replies: 1 comment 3 replies
-
Hey, since the last update (2023.02.0) the mode can no longer be set - "vacuum" is the only mode that works. I get the following error message: PresetSelectionCapabilityRouter: Received error from robot while handling route "/preset" { body: { name: 'vacuum_and_mop' }, message: 'Error code -1' } |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2023.03.0
A pretty standard release with a few features and bugfixes
Obstacle locations
If you run Valetudo on a robot that reports obstacle locations, you will now be able to see them in your map.
If you zoom in enough, they will also show a label with additional information (if available).
Right now, you probably won't be able to see these as there are 0 robots with a public root that support this.
Once that changes though, this feature will be waiting.
Consumable status
Consumables are now displayed with a progress bar indicating the remaining life.
Previously, the reported numbers lacked context and thus left users wondering if 3 days remaining is a lot or a little or something in-between. Now that should be clear.
Updater download progress
Speaking of progress bars, the updater has also been extended to report the download progress.
This should be comforting when updating valetudo via a slow network connection.
API Changes
This release also comes with two breaking changes.
The first is in how the
ZoneCleaningCapability
works.To be consistent with the
MapSegmentationCapability
, theiterations
parameter is now a top level property:If you do zone cleaning via the REST API or MQTT interface, you will have to slightly modify your payloads.
The second breaking change is also for consistency reasons.
Previously, the
StatusStateAttribute
flag
was reported via the<TOPIC PREFIX>/<IDENTIFIER>/StatusStateAttribute/detail
topic.As that was the only place where it was called
detail
it is now instead available via<TOPIC PREFIX>/<IDENTIFIER>/StatusStateAttribute/flag
.Bugfixes
Multiple race conditions in the MQTT Client and other components have been identified and fixed.
If you had trouble with connecting to your MQTT broker, this should likely fix that.
This release of Valetudo can now properly handle multiple comma-separated errors reported by some Dreame firmwares.
Lastly, the
OperationModeControl
on Viomi has been fixed. If you had trouble getting your robot to mop, that should now work again.Misc
By buying more robots, another supported CRL200S variant was found: The
Commodore CVR 200
I also bought a
Xiaomi Robot Vacuum-Mop 2S
and aKärcher RCV 3
, however unfortunately those aren't based on the CRL200S but the CRL200SD which is entirely different hardware and hence incompatible with Valetudo right now.Robots that are based on the supported CRL200S can now select between
1
and2
iterations for segments and zones starting with this release.What's next?
After reevaluating a few things, we have a suspicion that the
Roborock S7 Pro Ultra
might be worth further investigation.However, doing that unfortunately will cost at least ~850€.
That alone would be expensive but doable, but it is of course not the only robot we're looking at.
I've been buying quite a few other robots for evaluation including most of the new Dreame lineup, which makes this a very expensive hobby.
While there's nothing to announce yet, what I can say is that we're quite busy looking at interesting robots.
Therefore and as always:
If you want to see Valetudo on more robots and/or like this release, you might want to consider donating:
https://github.com/sponsors/Hypfer
https://builder.dontvacuum.me/donations.txt
Autogenerated changelog
Breaking Changes
eb67fca
ec449d0
Features
aaa01bf
992c38f
a427045
222ba01
e99bb6b
72e6b84
Fixes
931ab79
537f7af
c261d75
7bd9122
5744e4e
6b2a268
0af4703
460c5d1
51a412d
Refactoring
1055171
Chores
fc6b905
b4c9e32
979a8b6
e2a8833
d0172f1
d8d7f82
30f629e
87eb6af
This discussion was created from the release Valetudo 2023.03.0.
Beta Was this translation helpful? Give feedback.
All reactions