1.3.0 • Published 3 years ago

homebridge-garagedoor-loxone-deconz v1.3.0

Weekly downloads
21
License
-
Repository
github
Last release
3 years ago

homebridge-garagedoor-loxone-deconz

Homebridge plugin that supports triggering commands to check state, open, and close a garage door.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-garagedoor-loxone-deconz
  3. Update your configuration file. See the sample below.

Configuration

Configuration sample:

"accessories": [
  {
    "accessory": "GaragedoorLoxoneDeconz",
    "user": "admin",
    "password": "adminpw",
    "urldec": "http://YourServer:1234",
    "apidec": "AABBCC5678",
    "urllox": "http://YourLoxoneIP",
    "garagedoorlox": "Garagedoor",
    "status_update_delay": 15,
    "poll_state_delay": 20,
    "ignore_errors": false,
    "log_polling": false
  }
]

Credits

Based on homebridge-garagedoor-command

1.3.0

3 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.0

4 years ago