1.1.6 • Published 1 year ago

homebridge-healthbox-plugin v1.1.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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"
    }
]

Demo

demo

1.1.6-beta.0

1 year ago

1.1.6

1 year ago

1.1.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.1-beta.0

2 years ago