homebridge-loxone-garage
v1.0.2
Published
Homebridge garage plugin for Loxone
Downloads
4
Readme
Loxone garage door
Example config.json:
{
"accessories":
[
{
"accessory": "loxone-garage",
"name": "Garage",
"garage_open_url": "http://user:password@miniserver-ip/dev/sps/io/garage_door/on",
"garage_close_url": "http://user:password@miniserver-ip/dev/sps/io/garage_door/off",
"status_url": "http://user:password@miniserver-ip/jdev/sps/io/garage_door_state/state"
}
]
}
...
NOTE: status URL must be in json format, so use "jdev" in the URL instead of "dev" Only states 0 (closed) and 1 (open) are supported.