Valetudo 2021.11.1 #1223
Replies: 5 comments 4 replies
-
The first update, where I used the Updater and it worked for me without any issues. I like it. |
Beta Was this translation helpful? Give feedback.
-
Updater worked for me as well! Great! |
Beta Was this translation helpful? Give feedback.
-
Successfully updated using the updater. Thanks for refining the UI and also for re-adding statistics. It's nice to be able to check how long a certain cleaning session took and how big the cleaned area was. |
Beta Was this translation helpful? Give feedback.
-
Great release! Very nice to have statistics back! Updater worked great :) |
Beta Was this translation helpful? Give feedback.
-
Regarding the new provisioning page, there have been reports of users intentionally running their robot unprovisioned in the past. One such example I found is https://github.com/Hypfer/Valetudo/discussions/1053 While it was certainly never recommended, this has worked to a certain degree before. The screenshots don't seem to have a way to leave the provisioning page without provisioning. Is that something we should consider adding? |
Beta Was this translation helpful? Give feedback.
-
2021.11.1
Bugfixes, polishing, two minor breaking changes and new features.
Don't forget: If you're running Valetudo 2021.11.0, you can now use the integrated updater :)
UI
Polishing
Provisioning
The UI now checks if the robot is connected to a Wi-Fi network and if not opens a special provisioning page.
It's pretty neat and also fixes the issue of Dreames not being provisionable with the new UI.
Backend
CurrentStatisticsCapability
Statistics related to the current (or most recent) operation of the robot are now back.
Yes, they are also being published to MQTT. Stop asking.
Data is published to MQTT as machine-readable (seconds for runtime, cm² for the area) as it is meant to build automations with it.
Using cm² instead of m² saves us from having to deal with floats.
TotalStatisticsCapability
More importantly, you can now get total statistics from your robot.
Depending on your model those can be
This isn't available via the UI yet as it is yet TBD how to do that.
Maybe have like badges, achievements or a rank system?
Maybe have random trivia related to the numbers? (e.g. having cleaned 0.0001% of the Saarland)
Feel free to leave your input in the comments.
Like, subscribe and click the bell iconIf you're good with graphics design, something like e.g. a Corporal IV vacuum robot badge would be a great contribution.
Zeroconf hostname changes
By actually reading the relevant RFCs, we've discovered that
valetudo_something.local
is not a valid bonjour hostname as the_
is illegal.While it does seem to work in most setups, it might cause problems in some, which is why starting with this release, Valetudo will use an RFC-compliant hostname:
valetudo-something.local
.Please update your bookmarks if you were using any.
MQTT
Home Assistant 2021.11 MQTT Changes
Valetudo 2021.11.1 makes use of new features introduced in Home Assistant 2021.11 (namely
configuration_url
andentity_category
).This means that Home Assistant >= 2021.11 is now required if you want to use it with Valetudo.
You might also have to delete your Valetudo device in HA and let it get rediscovered so that the changes are applied properly.
It now looks like this:
Possible MQTT OOM fixes
We have received unconfirmed, unsubstantiated and possibly falsified reports of Valetudo going OOM related to Wi-Fi connectivity issues and the MQTT interface.
To combat this, Valetudo now drops any outgoing MQTT message if there are more than 1 MiB of outgoing messages buffered. This may or may not ever happen.
If you see a warning in your log related to this, please report back. I have not been able to reproduce this.
Homie Consumables
Home consumable durations are now reported as an int. This should fix issues with OpenHab.
Bugfixes
Dreame paths
Dreame paths now parse to multiple path map entities instead of a single one, which fixes the visual with lines going straight across the map connecting the previous path to the next one.
Consumers of the Valetudo map data might have to be updated to properly display multiple path entities.
1C-related fixes
I've bought a Dreame 1C to do some QA, which led to a few fixes.
I'm now quite happy with the current state of its implementation in Valetudo.
Autogenerated changelog
Features
Bug Fixes
This discussion was created from the release Valetudo 2021.11.1.
Beta Was this translation helpful? Give feedback.
All reactions