3.0.1 • Published 2 months ago

homebridge-wattbox v3.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

homebridge-wattbox

NPM Version verified-by-homebridge

WattBox Homebridge Platform Plugin

WattBox plugin for Homebridge.

Models Supported

  • WB-300
  • WB-300VB
  • WB-700
  • WB-700CH

Configuration

Required Configuration

{
  "platforms": [
    {
      "platform": "WattBox",
      "name": "WattBox",
      "address": "http://192.168.1.100",
      "username": "wattbox",
      "password": "wattbox"
    }
  ]
}

Optional Configuration

Include/Exclude Outlets

Outlets can be included or excluded by name:

{
  "platforms": [
    {
      // ... required config, see above
      "includeOutlets": ["<name>"], // Defaults to null
      "excludeOutlets": ["<name>"] // Defaults to null
    }
  ]
}

Advanced Configuration

These config values should not be configured under normal situations, but are exposed nonetheless. Min, max, and default values are enforced to keep the plugin usable.

Status Cache TTL

The time to live (in seconds) for a cached status to avoid excessive API calls:

{
  "platforms": [
    {
      // ... required config, see above
      "outletStatusCacheTtl": <seconds>>, // Defaults to 15
    }
  ]
}

Status Poll Interval

The polling interval (in milliseconds) to query the API for status changes:

{
  "platforms": [
    {
      // ... required config, see above
      "outletStatusPollInterval": <milliseconds>>, // Defaults to 15000
    }
  ]
}
3.0.1

2 months ago

3.0.0

11 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago