gira-homeserver-homebridge

1.1.0 • 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 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.

Package Sidebar

Install

npm i gira-homeserver-homebridge

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

227 kB

Total Files

5

Last publish

Collaborators

  • hennycraft