Skip to content

Releases: davidmerrique/homebridge-adguardhome

Update timer

09 Aug 14:37
Compare
Choose a tag to compare
  • Timer accessories will appear based on their time, not similar name.
  • Persistent and real count down auto on timer after Homebridge reboot.
  • Consistent status report for multiple timers.
  • Timer will only update the timer accessory and the main accessory, all other accessories will remain locked.

Add support for multiple auto on timer

27 Jul 07:46
Compare
Choose a tag to compare
  1. Add support for multiple auto on timers, as suggested on issue #15 and #24.
  2. Add an option to hide non-timer accessory when timer is defined, as suggested on issue #15.
  3. Timer is not based on AdGuard Home API, but internal javascript timer to support older AdGuard Home version.
  4. Home app will assign the same name for all the timer accessories, it's expected behaviour. You need to rename them manually so they can be recognize by Siri.
  5. Resume the timer (from the start) when homebridge is restarted in the middle of the timer.

Bug fixing

25 Oct 08:20
bc1902c
Compare
Choose a tag to compare
  1. Capture error when connecting to unreachable AdGuard home server, when accessory type is set to Switch.
  2. Remove support for NodeJS older than version 14.

Add type option of Switch or Lock accessory

24 Oct 06:53
Compare
Choose a tag to compare
  1. Add type option of Switch or Lock accessory.
  2. Plugins will use switch accessory by default, issues #19

Update HomeKit Accessory to Lock Accessory

12 Sep 16:26
1f71cfb
Compare
Choose a tag to compare
  • Update HomeKit Accessory to Lock Accessory
  • Plugins will pull AdGuard Home status periodically

NOTE: When updating from 1.5.0 to 1.6.0, you might need to re-add the accessory in Home app.

v1.5.0

21 Oct 01:09
Compare
Choose a tag to compare

#10 Add option to disable state logging