0.3.0 • Published 4 years ago

homebridge-http-loxone-shades v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

homebridge-http-loxone-shades

This is a plugin for homebridge which can control window blinds / shades via Loxone.

Install

Previous installation of Homebridge is required.

Then run the following command to install homebridge-http-loxone-shades

npm install -g homebridge-http-loxone-shades

Configuration

{
    "accessory": "LoxoneShade",
    "name": "Office Window",
    "pollInterval": 500,
    "statusUrl": "http://localhost/jdev/sps/io/Office%20Windows%20Position/state",
    "targetPositionUrl": "http://localhost/jdev/sps/io/Office%20Windows%20TargetPosition/"
}

You can add as many accessories as needed.

Example homebridge configuration

{
    ...
    "accessories": [
        {
            "accessory": "LoxoneShade",
            "name": "Office Window",
            "pollInterval": 500,
            "statusUrl": "http://localhost/jdev/sps/io/Office%20Windows%20Position/state",
            "targetPositionUrl": "http://localhost/jdev/sps/io/Office%20Windows%20TargetPosition/"
        }
    ],
    "platforms": [
        ...
    ]
}
0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago