Homebridge plugin to create a dummy HomeKit Fan accessory. Why? It's simple to create Automations to trigger some custom built accessories like Sonoff switches.
- Install Homebridge
- Install this plugin using
npm install -g homebridge-dummy-fan
- Edit your configuration file like the example below and restart Homebridge
{
"accessories": [{
"accessory": "DummyFan",
"name": "Dummy Fan"
}]
}
name
(required) Name of Fan to appear in Home appautoOffDelay
Number of seconds after fan will automatically turn off. Exclude parameter to disable.
This plugin is edited based on the fork of homebridge-dummy-garage