1.3.0 • Published 5 years ago
homebridge-garagedoor-loxone-deconz v1.3.0
homebridge-garagedoor-loxone-deconz
Homebridge plugin that supports triggering commands to check state, open, and close a garage door.
Installation
- Install homebridge using: 
npm install -g homebridge - Install this plugin using: 
npm install -g homebridge-garagedoor-loxone-deconz - 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