homebridge-dummy-fan

Dummy Fan for Homebridgeß

Usage no npm install needed!

<script type="module">
  import homebridgeDummyFan from 'https://cdn.skypack.dev/homebridge-dummy-fan';
</script>

README

homebridge-dummy-fan

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.

Installation

  1. Install Homebridge
  2. Install this plugin using npm install -g homebridge-dummy-fan
  3. Edit your configuration file like the example below and restart Homebridge

Configuration Example

{
    "accessories": [{
        "accessory": "DummyFan",
        "name": "Dummy Fan"
    }]
}

Configuration Parameters

  • name (required) Name of Fan to appear in Home app
  • autoOffDelay Number of seconds after fan will automatically turn off. Exclude parameter to disable.

Credits

This plugin is edited based on the fork of homebridge-dummy-garage