Skip to content

ChristianKlee/homebridge-garagedoor-loxone-deconz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published