Skip to content

Releases: apexad/homebridge-eufy-robovac

v2.1.1

05 Nov 17:07
Compare
Choose a tag to compare

Changes

  • Add section to README with better instructions to get device id/local key
  • update dependencies

2.1.0

21 Sep 03:55
Compare
Choose a tag to compare

Changes

  • Most requests now wrapped in try...catch to prevent homebridge crashes/pauses

v2.0.2

07 Jul 23:02
Compare
Choose a tag to compare

Changes

  • Fix Accessory Registration (needed for HOOBS), #20

v2.0.1

15 Jun 17:06
Compare
Choose a tag to compare

Changes

2.0.1

  • Fix homebridge crash if Find Button was active and Vacuum shown as Switch

2.0.0

  • Near complete re-write from the ground up to follow homebridge-examples/accessory
  • Because of re-write, #13 is now fixed and on/off status should be correct
  • Added an Error Sensor (Motion Sensor) that is active when the Vacuum is reporting an error (closes #18)
  • Error Sensor can be hidden via hideErrorSensor in the config (or via the Settings UI)

v2.0.0

15 Jun 05:16
Compare
Choose a tag to compare

Changes

  • Near complete re-write from the ground up to follow homebridge-examples/accessory
  • Because of re-write, #13 is now fixed and on/off status should be correct
  • Added an Error Sensor (Motion Sensor) that is active when the Vacuum is reporting an error (closes #18)
  • Error Sensor can be hidden via hideErrorSensor in the config (or via the Settings UI)

v1.4.0

11 Jun 06:07
Compare
Choose a tag to compare

Changes

  • Version is now in sync with eufy-robovac library
  • Added useSwitchService option so main vacuum is a switch instead of a fan, closes #15

v1.3.2

11 Jun 05:33
Compare
Choose a tag to compare

Changes

  • Fixed issue where default name would be used.

v1.3.1

07 Jun 06:09
Compare
Choose a tag to compare

Changes

  • Fix a bug with updateCleaningState change (revert back to updateValue)

v1.3.0

07 Jun 05:56
Compare
Choose a tag to compare

Changes

  • Added debugLog option to stop the chatter of the underlying eufy-robovac library

v1.2.2

27 May 05:12
Compare
Choose a tag to compare

Changes

  • Fix install command in README