homebridge-loxone-temperature
v1.0.0
Published
Homebridge temperature plugin for Loxone
Downloads
3
Readme
Homebridge Loxone Temperature Plugin
Example config.json:
{
"accessories":
[
{
"accessory": "loxone-temperature",
"name": "Temperature Bathroom",
"url": "http://user:password@miniserver-ip/jdev/sps/io/temp_bathroom/state"
}
]
}
...
NOTE: URL must be in json format, so use "jdev" in the URL instead of "dev". URL must provide a value in this format: "12.3". No space or degree character allowed.