homebridge-gira-homeserver

1.7.5 • Public • Published

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 homebridge-gira-homeserver

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.

Package Sidebar

Install

npm i homebridge-gira-homeserver

Weekly Downloads

3

Version

1.7.5

License

MIT

Unpacked Size

18.2 kB

Total Files

8

Last publish

Collaborators

  • hennycraft