2.1.1 • Published 2 years ago

homebridge-healthbox-plugin-v2 v2.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

HealthBox Homebridge Plugin

A Homebridge plugin that adds homekit functionality to your HealthBox installation.

Requirements: a running HomeBridge server

homebridge-healthbox-plugin

Exposes services for boosting the fan speed temporarily. The Healthbox ventilation units can never be completely off. The on-off switches that are provided with this plugin are only intended for the temporary boost function.

Installation

  1. Install Homebridge using: (sudo) npm install -g --unsafe-perm homebridge
  2. Install this plugin using: (sudo) npm install -g homebridge-healthbox-plugin
  3. Update your Homebridge config.json using the sample below (append in the block 'platforms').

Example config.json:

"platforms": [
    {
        "healthBoxUri": "http://192.168.1.3",
        "boostFanSpeed": 200,
        "boostDuration": 3600,
        "platform": "HealthBoxHomebridgePlugin",
        "apiKey": "xxxx-xxxx-xxxx-xxxx-xxxx",
        "piHoleUri": "http://192.168.1.4",
        "webPassword": "************************"
    }
]

Demo

demo

2.1.1

2 years ago

2.1.2

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago