Orbit Flood Sensor System platform plugin for HomeBridge.
- Install this plugin using: npm install -g homebridge-platform-orbit-sensor
- Edit
config.json
and add your login detail. - Run Homebridge
"platforms": [
{
"platform": "orbit-sensor",
"name" : "orbit-sensor",
"email": "[email protected]",
"password": "MySecretPassword"
}
]
- codyc1515 who's code provide an initial framework as to how to set up various homebridge services and interact with the orbit device.
- blacksmithlabs who's code provide the method of using websockets to interact with the orbit device.