Skip to content

Releases: deblockt/hass-proscenic-790T-vacuum

fix python 3.10 compatibility issue

09 Jul 14:18
Compare
Choose a tag to compare

fix python 3.10 compatibility issue

fix timeout issue with cloud configuration

19 Apr 06:00
Compare
Choose a tag to compare

fix timeout issue with cloud configuration. Previously, the connection with the proscenic cloud was lost after a few days.

use the proscenic cloud the generate the cleaning map

12 Apr 10:01
Compare
Choose a tag to compare
  • the cleaning map is now generated using the cloud instead of using a local connection. The local mode will be re-add later. #21
  • the json decoding issue if fixed. when a \n is detected on the response, only the first part of the message is read. #10
  • the map is no longer stored on home assistant file system. This can avoid some OS compatibility issue.

⚠️ 🚨 : To keep the map generation working, you should remove the integration and re-add it using cloud configuration

full cloud configuration

02 Apr 14:15
Compare
Choose a tag to compare
  • allow to use a full cloud configuration. The cloud configuration can be used if the local configuration not work.

version 0.0.8

31 Oct 11:09
Compare
Choose a tag to compare

fix: startup issue with local_file dependencies (#16)

Manage camera entity

29 Jul 13:20
c5d5293
Compare
Choose a tag to compare

Feature:

  • Automatically add camera entity to get the vacuum map

Breaking change:

  • The vacuum uniq id has been updated, so the old added vacuum entities will not work anymore. new entity will be added.

Use the new configuration flow

28 Jul 15:07
Compare
Choose a tag to compare

Features:

  • use the new config flow to configure the integration

Fix:

  • integration installation issue

Add vacuum data

18 Jun 09:07
Compare
Choose a tag to compare

Features:

  • add clean area and clean duration metadata
  • manage vacuum errors
  • update map size instead of vacuum cleaning area

Refactor:

  • use svgwrite insteadof drawSvg to enable hass integration

Add clear area and clear duration attributes

12 Jun 07:23
Compare
Choose a tag to compare
0.0.4

feat: Add clean area and clear duration

Add vacuum cleaning map

11 Jun 07:27
Compare
Choose a tag to compare
0.0.3

feat: add vacuum map generation