1.7.2 • Published 10 months ago

homebridge-adguardhome v1.7.2

Weekly downloads
154
License
MIT
Repository
github
Last release
10 months ago

verified-by-homebridge npm-version npm-total-downloads

Homebridge AdGuard Home

Display AdGuard Home as a lock or switch accesory.

Notes

  1. When updating from 1.5.1 to 1.6.0 you might need to re-add your accessories again in Home app.

Requirements

Example config

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "accessories": [
    {
      "accessory": "AdGuardHome",
      "name": "AdGuard",
      "username": "ADGUARD_USERNAME",
      "password": "ADGUARD_PASSWORD",
      "host": "192.168.1.2",
      "port": 80,
      "https": false,
      "type": "LOCK",
      "autoOnTimer": [1, 2, 0, 5, 10],
      "hideNonTimer": true,
      "stateLogging": false
    }
  ]
}

Available Options

  • "accessory": Mandatory the plugin name.
  • "name": Mandatory The name that will appear in Home app. Default: AdGuard Home.
  • "username": Optional The AdGuard Home login username. Default: empty.
  • "password": Optional The AdGuard Home login password. Default: empty.
  • "host": Optional Hostname or IP of the AdGuard Home server. Default: localhost.
  • "port": Optional The AdGuard Home server port. Default: 80.
  • "https": Optional To use HTTPS or regular HTTP. Default: HTTP.
  • "Type": Optional Choose between SWITCH or LOCK. Default: empty.
  • "autoOnTimer": Optional Auto on timer, 0 timer will be ignored. Will created multiple accessories in Home App. Default: empty.
  • "hideNonTimer": Optional Hide non timer accesory when you set one or more timer accessory. Default: false.
  • "stateLogging": Optional Display more log output. Default: false.

Or just use Homebridge Config UI X 👀

1.7.2

10 months ago

1.7.1

10 months ago

1.7.0

10 months ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago