A Homebridge plugin for WattBox IP Power devices.
- Homebridge
- One or more supported WattBox IP Power devices
- WB-800 Series
- WB-250 Series
- WB-150 Series
Note: This plugin implements the more recent WattBox Integration Protocol used by the above series devices. For WB-700 and WB-300 series devices, take a look at homebridge-wattbox.
Example platform config in the Homebridge config.json:
"platforms": [
{
"platform": "WattBox IP",
"devices": [
{
"name": "My WattBox",
"host": "10.0.0.10",
"username": "wattbox",
"password": "wattbox",
"serviceTag": "ST1234567890ABCD",
"outletsReadOnly": false,
"outletsResetOnly": false
},
{
"name": "My WattBox 2",
...
}
],
"debug": false
}
]