Skip to content

Releases: oven-lab/tuya_cloud_map_extractor

v1.2.1

21 Dec 15:37
Compare
Choose a tag to compare

Add error logging for path errors. Add missing int-to color. Se previous release for more info.

v1.2.0

20 Dec 12:24
Compare
Choose a tag to compare

This great new release brings some new features to the vacuum map extractor!

The new features are as follows:

  • Path support for all supported vacuums
  • Changing the colors displayed in the map
  • Current location for vacuum
  • Added calibration points for the vacuum map card
  • Being able to rotate the map.

Some bugs was also fixed:

  • The camera image prevously couldn't be updated in Home Assistant without manually calling the update service.

What can you expect for the future?

  • Being able to manually choose room colors, for those of you that currently can not.
  • More customization options.

Thank you for using this integration.
Merry christmas!🎄

v1.2.0rc0

17 Dec 18:39
Compare
Choose a tag to compare
v1.2.0rc0 Pre-release
Pre-release

Introducing path support for all supported data formats, as well as extended support for the "custom0" data format. Added support for tuya's v0 data format. As well as bugfixes and overall increased usability and stability.

v1.2.0b7

16 Dec 19:02
Compare
Choose a tag to compare
v1.2.0b7 Pre-release
Pre-release
fix inside_color error #7

v1.2.0b6

14 Dec 20:56
Compare
Choose a tag to compare
v1.2.0b6 Pre-release
Pre-release
Fix error noncap

v1.2.0b3

14 Dec 19:46
Compare
Choose a tag to compare
v1.2.0b3 Pre-release
Pre-release

Temporary fix for #10. Will colors for the rooms.

v1.2.0b5

14 Dec 20:49
Compare
Choose a tag to compare
v1.2.0b5 Pre-release
Pre-release
v.1.2.0b5

FIx error while having no no-go zones custom0

v1.2.0b2

13 Dec 21:20
Compare
Choose a tag to compare
v1.2.0b2 Pre-release
Pre-release
Add calibration points for Vacuum interactive map card

v1.2.0b1

10 Dec 11:13
Compare
Choose a tag to compare
v1.2.0b1 Pre-release
Pre-release
  • Hopefully fixed issue #8 (Add support for not having rooms set up in v1)
  • Fixed the polling in Home Assistant which previously didn't work.
  • Added token saving (59m) to save api resources. (6*60=360 requests/h)
  • Added current location and option to change between last and first position.

v1.2.0b0

06 Dec 13:04
Compare
Choose a tag to compare
v1.2.0b0 Pre-release
Pre-release

This beta release supports rendering the path, according to the tuya v1 protocol. It also brings support for editing the colors shown in the map.

To test these new features, either edit the settings in the UI, or completely redo the integration setup if you want to change the displayed colors.

Except this, some backbone changes were made:

  • Now supports unloading config entry.
  • Separated the custom0 protocol into it's own file,
  • Added functions to handle options, for now only enabling and disabling the path.
  • Added function to migrate config entry.
  • And a bunch more i can't remember.