1.0.0 • Published 6 years ago

homebridge-gordalina-magic-home v1.0.0

Weekly downloads
3
License
-
Repository
github
Last release
6 years ago

Homebridge Magic Home plugin

A Homebridge plugin for devices running on the Magic Home Wi-Fi system.

Installation

First, install the plugin globally.

npm install -g homebridge-gordalina-magic-home

Next, add a new accessory to your Homebridge config.json. You can add as many Magic Home-based accessories as you like in the following format:

  "platforms": [{
    "platform": "GordalinaMagicHome"
  }]

Run on Raspberry pi

Install Homebridge

sudo npm install -g --unsafe-perm homebridge

Follow this tutorial to configure systemd for homebridge.

Install Homebridge Plugin

sudo npm install -g --unsafe-perm homebridge-gordalina-magic-home

Add platform to config.json

  {
    "description": "An example Homebridge config for MagicHome.",

    "bridge": {
      "name": "Homebridge",
      "username": "DC:39:3D:F3:CE:31",
      "port": 51827,
      "pin": "031-57-155"
    },

    "platforms": [{
      "platform": "GordalinaMagicHome"
    }]
  }