0.0.5 • Published 4 years ago

homebridge-breezart-fan v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Breezart Fan Accessory

Homebridge plugin for breezart fan. Allows controlling the Breezart Fan by sending requests via TCP protocol.

Installation

Install homebridge and this plugin

[sudo] npm install -g --unsafe-perm homebridge
[sudo] npm install -g --unsafe-perm homebridge-breezart-fan

Example config.json:

{
  "accessories": [
    {
      "accessory": "FanSwitch",
      "name": "My breezart fan",
      "ip": "127.0.0.1",
      "password": 5473,
      "minSpeed": 0,
      "maxSpeed": 10
    }
  ]
}
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