homebridge-loxone-temperature

Homebridge temperature plugin for Loxone

Usage no npm install needed!

<script type="module">
  import homebridgeLoxoneTemperature from 'https://cdn.skypack.dev/homebridge-loxone-temperature';
</script>

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.