Valetudo 2023.05.0 #1829
Hypfer
announced in
Release Discussions
Replies: 1 comment 1 reply
-
In the image on the "More MQTT Buttons" topic, you'll find the entry "L10s Ultra ThirstySerpentine..." Does this mean that Valetudo now runs on the Dreame L10s Ultra or that support for it is in the pipeline? Otherwise, a big thanks for the work done so far as well as the continuous development. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2023.05.0
A few MQTT expansions plus some bugfixes
MQTT
All the feature changes in this release are related to the MQTT interface:
Consumables
It is now possible to reset consumables via MQTT.
For users of home assistant, this is as easy as clicking on the button entity for the respective consumable that is now also being autoconfigured.
If you're using a different smarthome software, you can find out how to issue the reset command in the MQTT docs.
Note:
Starting with this release, consumables by default aren't exposed to MQTT anymore, as the information value of them is rather mediocre at best.
This is because at the end of the day, you're looking at linearly decrementing counters that convey a lifetime assumption.
A better way to check for the actual consumable state is to just look at the part in question during regular maintenance.
Fear not however, as the functionality is just a checkbox in the MQTT settings away.
If you have an existing deployment, said checkbox will be checked automatically for you during the update process so no breakage here.
Total statistics
Speaking of optionally exposable capabilities, there's now a new one: Total Statistics
They work exactly the same as the current statistics but provide all-time values for your automation needs.
Current statistics
As with the consumables, current statistics are not exposed to MQTT by default anymore in new deployments.
This is all part of an effort to reduce the amount of data constantly polled from the robot firmware in scenarios where it isn't actually requested or needed by anyone.
More MQTT buttons
Now that I've figured out that home assistant
button.mqtt
entities exist, I've also added two more to the autodiscovery:You can even have ones that are disabled by default for functionality that probably isn't needed by most users:
Overall these are just a few minor neat-ness improvements for the UX.
Bugfixes
mop dock cleaning frequency
quirk for the roborock ultra dock now works correctlyThe usual
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
Features
246d655
ac06012
5f85637
4f03d6b
63a49a1
1b55334
Fixes
3ccd63f
342b5e3
91003db
15a6baa
de9a085
c306028
This discussion was created from the release Valetudo 2023.05.0.
Beta Was this translation helpful? Give feedback.
All reactions