1.1.0 • Published 6 months ago

gira-homeserver-homebridge v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Homebridge Gira HomeServer Plugin

Homebridge Plugin for integrating Gira HomeServer with HomeKit.

Installation

  1. Install Homebridge if you haven't already:
npm install -g homebridge

Install the Gira HomeServer Plugin:

npm install -g gira-homeserver-homebridge

Configuration

Add the platform to your config.json file:

"platforms": [
  {
    "platform": "GiraHomeServer",
    "name": "Gira HomeServer",
    "lights": [
      {"name": "Light 1", "id": "1_1_13"},
      {"name": "Light 2", "id": "1_1_14"},
      {"name": "Light 3", "id": "1_1_15"}
    ],
    "serverIP": "ip",
    "username": "bn",
    "password": "pw"
  }
]

Adjust the configuration according to your Gira HomeServer installation.

License This project is licensed under the MIT License.