Skip to content

Releases: rand256/valetudo

Valetudo RE 0.9.8.1

22 Sep 12:55
Compare
Choose a tag to compare

This is a service release 1 for Valetudo RE version 0.9.8.
Notable changes:

  • Fix for zones enqueuing not working properly on Gen1 devices;
  • Fix for issue with Dock Auto Return feature when power outage occurres;
  • Added Catalan translation by @marcriera.

Valetudo RE 0.9.8

17 Aug 14:25
Compare
Choose a tag to compare

This is the next release of RE version, verified on S55 (fw 2020).
A few notable changes in this version:

  • Scheduled cleaning is now coupled with maps:
    -- When you save a map, you also save timers configured for it;
    -- When you restore a map, you remove all timers and reload those previously saved;
    -- If you restore a map from an older version of Valetudo, current timers will be preserved.
  • Firmware update feature in this version should now be able to read md5 hash of the firmware from a remote file specified by URL too;
  • Was made an attempt to workaround original firmware bug due to which the device sometimes can fallback to full house cleaning when trying to run zoned or room cleaning on the completely unreachable location;
  • Some valetudo bugs introduced in 0.9.7 were fixed as well;
  • @pidator updated German translation.

Valetudo RE 0.9.7

01 Aug 15:05
Compare
Choose a tag to compare
Valetudo RE 0.9.7 Pre-release
Pre-release

This is the next release of RE version, verified on S55 (fw 2020).
Notable changes in this version:

  • Added live map to manual control tab. It is guaranteed to (mostly) proper work on Gen2 with firmware version 2008 and later, on other versions the map behavior is hardware dependent. This feature can be disabled in web interface settings.
  • Added an option to auto-restore chosen pre-saved map when device enters the dock to charge;
  • Improved map saving interface, a list of available maps is now shown so it's easy to rewrite them;
  • A map slot id now can be specified as a source for /api/simple_map (use case: #261);
  • MQTT's "play_sound" command now can use sox audio player if it's available on the device (use case: #264);
  • Last lines of Valetudo system log are now shown on Info page in Settings tab;
  • A few bugs were fixed.

Valetudo RE 0.9.6

01 Jul 17:32
Compare
Choose a tag to compare

This is the next release of RE version, verified on S55 (fw 2020).
Notable changes in this version:

  • Now it is possible to enqueue cleaning of more than 5 zones at once (though the device still cleans them in packs of 5 each);
  • Additional zones and rooms can be enqueued to currently running cleaning while it is in process; the same is available for Goto command enqueueing during movement too.
  • Added ability to run Goto + Spot cleaning in a single task (by long pressing "Goto" button on the map tab) and ability to override the destination for the device to go when the cleaning is finished (by long pressing "Start" button on the map tab);
  • Added a preview-and-edit page for zones and segments in scheduled cleaning, also it will try to guess zone names from their coordinates on the corresponding settings page;
  • Allowed starting cleaning, resuming paused actions and returning to the dock while being in more possible device states;
  • Added "get_destinations" custom MQTT command to get a list of available spots, zones and segment names;
  • Added "play_sound" custom MQTT command to play the specified WAV file from the device;
  • Publish MQTT command execution results at .../command_status topic;
  • Fixed an issue with scheduled zoned cleaning that it sometimes could start at a wrong time on older firmware.

Valetudo RE 0.9.5

01 Jun 15:29
Compare
Choose a tag to compare

This is the next release of RE version, verified on S55 (fw 2020).
Notable changes in this version:

  • Added an option to choose whether idle device should auto-return back to dock;
  • Added an option to choose what device should do after finished cleaning;
  • Added an ability to reboot the device from the web UI;
  • Added an ability to setup MQTT from the web UI;
  • Added "last_bin_full" entry containing corresponding event date into MQTT attributes topic;
  • Added Latvian localization by @elvis7;
  • Static files are now precompressed to save a bit of space on the device;

Some internal changes, a number of improvements and some bugfixes are introduced as well.

Valetudo RE 0.9.4

30 Apr 05:38
Compare
Choose a tag to compare

This release includes a number of fixes and improvements as well as some functional changes listed below.

  • Configured zones and spots are now saved when storing a map and and loaded/overwritten when restoring a map (not applied to the old maps saved without zones data);
  • Improved map restoring feature on 2008 firmware for Gen2;
  • Map viewport (position+zoom) is now saved on per-browser basis;
  • Added Polish translation by @lollul;
  • Various changes to Spanish, Hungarian and Italian locales;

node.js pkg binary for armv7 (v12.16.2)

30 Apr 05:37
Compare
Choose a tag to compare

Tool for developers. This is node.js binary built for armv7 and patched for using with node's pkg.

It was created for packaging valetudo binaries and running them on supported vacuum cleaners without the need of installing any additional packages to the devices since it has all required libraries statically linked. It has inspector and icu disabled to save space - probably you won't need that on a vacuum cleaner anyway.

Usage instructions:

  1. Download fetched-v12.16.1-linux-armv7.tar.gz;
  2. Unpack it to ~/.pkg-cache/v2.6;
  3. Run npm run build in valetudo sources directory as usual.

Note: yes, actually it is v12.16.2 (not .1) but has to be named exactly this way to be used with current pkg version.

Valetudo RE 0.9.3

10 Apr 09:28
Compare
Choose a tag to compare

This is mostly bugfix release, but introduces some notable changes anyway:

  • Improved room splitting, should be easier to get proper cutting line now;
  • Changed map download sequence, fixing few issues with cleaning history maps and rooms editing;
  • Gen2 devices now will show different robot icon on the map;
  • Added "System" color theme which selects "Default" or "Dark" theme depending on your operating system settings (@tripplet);
  • Added Italian translation by @pax2011;
  • Added Spanish translation by @gvulvae;
  • Other localization fixes.

Valetudo RE 0.9.2

22 Mar 06:15
Compare
Choose a tag to compare

Mostly bugfix release, but also includes a few changes:

  • Fan power in scheduled cleaning can now be set on any firmware (though for zoned cleaning it isn't changed back when cleaning finishes);
  • Added an override so non-adjacent rooms can be merged if that's really needed;
  • Added Hungarian translation by @radokristof.

Valetudo RE 0.9.1

06 Mar 16:27
Compare
Choose a tag to compare

Mostly bugfix release, but introduces a few small changes as well:

  • A new option to choose which kind of events should be reported via telegrambot;
  • A new button for auto-splitting the existing map into rooms without running full cleaning (though the manufacturer recommends to run it nevertheless, but in my experience the split won't be ideal in any case (requires 2008+ firmware on Gen2));
  • All available localizations were updated with the lines added during last months (sorry, I don't know many languages so those are mostly machine-translated and the quality may vary).