Skip to content

markshane/homebridge-platform-orbit-sensor

 
 

Repository files navigation

homebridge-platform-orbit-sensor

Orbit Flood Sensor System platform plugin for HomeBridge.

Installation

  1. Install this plugin using: npm install -g homebridge-platform-orbit-sensor
  2. Edit config.json and add your login detail.
  3. Run Homebridge

Config.json example

"platforms": [
	{
		"platform": "orbit-sensor",
		"name" : "orbit-sensor",
		"email": "[email protected]",
		"password": "MySecretPassword"
	}
]

Credit

  1. codyc1515 who's code provide an initial framework as to how to set up various homebridge services and interact with the orbit device.
  2. blacksmithlabs who's code provide the method of using websockets to interact with the orbit device.

About

Orbit Flood Sensor System platform plugin for HomeBridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%