@nzws/homebridge-mqtt-fan
v0.1.1
Published
Homebridge Plugin for homemade fan control created with mqtt
Downloads
4
Keywords
Readme
@nzws/homebridge-mqtt-fan
Install
npm install --global @nzws/homebridge-mqtt-fan
Config
{
"accessory": "MQTTFan",
"name": "Fan",
"mqtt": {
"host": "localhost",
"port": 1883,
"username": "",
"password": ""
},
"degrees": {
"off": 0,
"on": [
12,
24
]
}
}
mqtt
: MQTT Broker address.degrees
: Set the angle for on/off