Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Releases: And3rsL/Deebot-for-Home-Assistant

3.1.1b2 Add 2021.9 compatibility

27 Aug 10:51
de4a71f
Compare
Choose a tag to compare
Pre-release

Changes

  • Add 2021.9 compatibility (#185)
  • Add check for min required HA version (#185)
  • Improve client error handling (#182)
  • Bumper only: change device_id (#174)

3.1.1b1 Improve error handling

17 Aug 20:38
514a79b
Compare
Choose a tag to compare
Pre-release

Changes

  • Improve client error handling (#182)

3.1.0 MQTT for Chinese accounts and manual refresh

08 Aug 18:08
772c195
Compare
Choose a tag to compare

Changelog:

  • Fix MQTT for Chinese account (#154)
  • Add service for refreshing parts manually

3.0.3b1 Use special mqtt url for China

08 Aug 15:09
f8dbfbb
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Use special mqtt url for China (#176)

3.0.2 Fixes state unknown after restart

03 Aug 16:34
07ec1dd
Compare
Choose a tag to compare

Changelog:

  • Fixes vacuum state is unknown after restart (#160)

Known Issues:

  • MQTT is not working always for Chinese Accounts (#154)

3.0.2b1 Fixes state unknown after restart

02 Aug 16:45
4eb96ad
Compare
Choose a tag to compare

Changelog:

  • Fixes state unknown after restart (#160)

Known Issues:

  • MQTT is not working always for Chinese Accounts (#154)

3.0.1 Googbye (most) polling, welcome MQTT

25 Jul 07:36
312ca6b
Compare
Choose a tag to compare

Changelog:

  • Fix handling of position events

Known Issues:

  • MQTT is not working always for Chinese Accounts (#154)

3.0.0 Googbye (most) polling, welcome MQTT

23 Jul 16:10
02d8aa6
Compare
Choose a tag to compare

Highlights:

  • Use MQTT to get the changes pushed to the device, therefore most polling was removed
  • New sensors:
    • Last error
    • Stats cleaning id
    • Stats start time
  • Map: removed the possibility to color the rooms as it was not working correctly
  • Add possibility to connect to a bumper instance (Option only visible if "advanced mode" is activated)
  • A lot of refactoring, code improvements and more

For details look at #125

Known Issues:

  • MQTT is not working always for Chinese Accounts (#154)

3.0.0b12 Googbye (most) polling, welcome MQTT

16 Jul 09:41
1d3a9b0
Compare
Choose a tag to compare

This is a beta release, which can have still some bugs. Please feel free to test it and give us feedback :)
For the changes see #125 and And3rsL/Deebotozmo#37

Changes from the last beta:

  • Update supported features
  • Removed implementation of command vacuum.start_pause due base class change. The command vacuum.start will resume the cleaning if it was paused, otherwise start a new one.
  • [Devs only] Change base class to StateVacuumEntity
  • [Devs only] Use extra_state_attributes instead of device_state_attributes (deprecated)

3.0.0b11 Googbye (most) polling, welcome MQTT

15 Jul 13:15
b25652f
Compare
Choose a tag to compare

This is a beta release, which can have still some bugs. Please feel free to test it and give us feedback :)
For the changes see #125 and And3rsL/Deebotozmo#37

Changes from the last beta:

  • Improve error logging
  • Minor fixes