homebridge-gira-homeserver-2.0

1.0.1 • Public • Published

Homebridge Gira HomeServer 2.0

Ein Homebridge-Plugin zur Integration von Gira HomeServer in Apple HomeKit.

Installation

  1. Stellen Sie sicher, dass Sie Homebridge installiert haben:

    npm install -g homebridge
  2. Installieren Sie das Gira HomeServer Plugin:

    npm install -g homebridge-gira-homeserver-2.0

Konfiguration

Fügen Sie die Plattform GiraHomeServer zu Ihrer Homebridge-Konfiguration hinzu:

{
  "platforms": [
    {
      "platform": "GiraHomeServer",
      "host": "http://your-gira-homeserver-address",
      "username": "your-username",
      "password": "your-password"
    }
  ]
}

/homebridge-gira-homeserver-2.0/

    Package Sidebar

    Install

    npm i homebridge-gira-homeserver-2.0

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    18.1 kB

    Total Files

    8

    Last publish

    Collaborators

    • hennycraft