Skip to content

Releases: aschzero/homebridge-airmega

v3.1.8

24 Dec 09:21
Compare
Choose a tag to compare
  • Fixes an issue that prevented the filter status to update properly

v3.1.7

11 Dec 04:47
Compare
Choose a tag to compare
  • Fixes an issue with multiple purifier discovery [#4]
  • Fixes an issue where adjusting the fan speed would send multiple API requests
  • The current purifier state ("idle" and "on") is now more accurate when toggling between manual or auto

v3.1.6

03 Dec 01:40
Compare
Choose a tag to compare
  • Fixes an issue where the plugin would fail to recover after a failed status update
  • Fixes an issue where the plugin would not update the filter status
  • Improved error handling overall
  • Additional logging to let you know if the API detects any purifiers that are not connected to WiFi

v3.1.5

26 Nov 08:02
Compare
Choose a tag to compare
  • Adds the ability to optionally prevent the lightbulb from being created with the exclude option. More info in the updated README.

v3.1.1

31 Oct 05:52
Compare
Choose a tag to compare
  • Stability improvements for handling accessory updates based on API responses
  • Fixed an issue where changes made from controlling the purifier or light would not be reported after the accessories update
  • Fixed an issue where the light accessory could switch from off to on while the purifier is off

v3.1.0

29 Oct 00:21
Compare
Choose a tag to compare
  • Noticeable performance improvements and reduced network requests overall! 🎉
  • Implemented proper token refresh functionality instead of re-authenticating from credentials every time
  • Accessories no longer report out-of-date information
  • Light accessory power updates when the purifier is turned on or off
  • Purifier mode changes to "manual" when the fan speed is controlled

v3.0.1

29 Sep 08:19
Compare
Choose a tag to compare

Fixes an issue with not being able to authenticate properly by encrypting the password during auth requests, which is now required by the IOCare API.

v3.0.0

11 Jul 02:32
Compare
Choose a tag to compare

This version has been majorly refactored and uses the new IOCare app APIs.

v2.0.2

28 Apr 13:46
Compare
Choose a tag to compare
  • Removed unused dependencies
  • Minor logging changes

v2.0.1

04 Apr 00:32
Compare
Choose a tag to compare
  • Migrated from being a standalone homebridge accessory to a platform to allow auto-discovery and multiple purifier integration
  • Light accessories are now shown by default
  • Better checks around required config options