homebridge-platform-gira-homeserver

Gira HomeServer Platform plugin for HomeBridge.

Usage no npm install needed!

<script type="module">
  import homebridgePlatformGiraHomeserver from 'https://cdn.skypack.dev/homebridge-platform-gira-homeserver';
</script>

README

homebridge-platform-gira-homeserver

Gira HomeServer Platform plugin for HomeBridge.

This plugin is currently ALPHA quality.

Configuration

{
  "platforms": [
    {
      "platform": "GiraHomeServerPlatform",
      "name": "Gira HomeServer",
      "quadClient": {
        "host": "192.168.0.11",
        "port": 443,
        "username": "qcusername",
        "password": "qcpassword",
        "rejectUnauthorized": false
      }
    }
  ]
}

Common Problems

Error: unable to verify the first certificate

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.