1.0.5 • Published 2 years ago

homebridge-supla-battery v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

homebridge-solis5g-battery

npm npm

Description

This homebridge plugin read UPS Supla Device (Hummidity) and translate it into Battery stats, exposing it as a Fan Accessory to Apple's HomeKit. Battery % is displayed as rotationSpeed of the Fan. When Fan is disabled - UPS is not working on backup (just standbay).

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-supla-battery

Configuration

"accessories": [
     {
        "accessory": "SuplaBattery",
        "name": "SuplaBattery",  
        "url": "
     }
]

Core

KeyDescriptionDefault
accessoryMust be SuplaBatteryN/A
nameName to appear in the Home appN/A
urlurl to your Suppla Account)N/A

Optional fields

KeyDescriptionDefault
lowBatteryTresholdIf Battery level drop below definded treshold (0-100), notify Apple UI about itN/A

Additional options

KeyDescriptionDefault
pollIntervalTime (in seconds) between device polls120
modelAppears under the Model field for the accessoryplugin
serialAppears under the Serial field for the accessory000-000-000-002
manufacturerAppears under the Manufacturer field for the accessoryauthor
firmwareAppears under the Firmware field for the accessoryversion

Thank you

If you like it, any BTC donation will be great. My BTC Wallet: 3Ma1KEEfvNbvfAEyvRvmGHxNs61qZE7Jew

2022

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago