1.0.3 • Published 9 months ago

homebridge-apcaccess v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
9 months ago

homebridge-apcaccess

An apcaccess wrapper for Homebridge. Supports precisely one UPS. If you're on battery power, the Contact Sensor is open.

This accessory:

  • Is essentially a worse version of homespun/homebridge-accessory-apcupsd which I was too dumb to get working.
  • Publishes a BatteryService to show charging state / battery levels.
  • Publishes ContactSensor two subscribable events: Contact State and Low Battery, for your push alerting pleasure.
  • Optionally publishes a TemperatureSensor if you have a fancy UPS which reports this.

Configuration

The plugin will run with these default values, they can be changed in the accessories: [] section of homebridge config:

{
    "name": "APC UPS",
    "host": "127.0.0.1",
    "port": 3551,
    "manufacturer": "American Power Conversion'",
    "model": "APCAccess UPS",
    "serial": "unknown",
    "interval": 1,
    "temperatureSensor": false,
    "errorLogsOnly": false
}

interval is in seconds.

1.0.3

9 months ago

1.0.2

1 year ago

1.0.1

1 year ago

0.2.1-rc.0

1 year ago

1.0.0

1 year ago

0.2.1-rc.1

1 year ago

0.2.1-rc.2

1 year ago

0.2.1-rc.3

1 year ago

0.2.1-rc.4

1 year ago

0.2.1-rc.6

1 year ago

0.2.2-rc4

1 year ago

0.2.2-rc3

1 year ago

0.2.2-rc2

1 year ago

0.2.2-rc1

1 year ago

0.2.1

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago