0.3.2 • Published 4 years ago

homebridge-own v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

homebridge-own

This project is an homebridge plugin for OpenWebNet standard.
It has been tested on one installation only, on bticino/legrand hardware.

Installation

npm install -g homebridge
npm install -g homebridge-own

In homebridge config.json, add this platform :

{
  "platform" : "own",
  "name" : "OwnServer",
  "server": "192.168.0.20",
  "bindings": {
    "automations": {
      "11": "Automation #1"
    },
    "lights": {
      "21": "Light room 1",
      "31": "Light room 2"
    },
    "temps": {
      "1": "Temperature living room"
    }
  }
}

With 192.168.0.20 your local OWN server IP.

Other config options :

  • scanLights: boolean, enable the light discovery (WHO=1) (default: true)
  • scanAutomations: boolean, enable the automations discovery (WHO=2) (default: true)
  • scanTempSensors: boolean, enable the temperature sensors discovery (WHO=4) (default: true)
  • maxTempSensors: number, maximum id of temp sensor discovery (default: 20)
  • port: number, server TCP port (default: 20000)
  • timeout: number, useless at the moment (default: 5)
  • bindings: object, initial name of all devices

Have a look at the homebridge project

Issues

If you have any issue in the use of this plugin, use this page to submit it.

0.3.2

4 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago