0.3.0 • Published 2 months ago

homebridge-wattbox-ip v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

Homebridge WattBox IP Power

verified-by-homebridge npm npm Build Donate

A Homebridge plugin for WattBox IP Power devices.

Requirements

Supported 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.

Configuration

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
  }
]