homebridge-garagedoor-loxone-deconz

1.3.0 • Public • Published

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

Package Sidebar

Install

npm i homebridge-garagedoor-loxone-deconz

Weekly Downloads

1

Version

1.3.0

License

none

Unpacked Size

10 kB

Total Files

4

Last publish

Collaborators

  • christian-klee