1.0.3 • Published 3 years ago

homebridge-dummy-fan v1.0.3

Weekly downloads
22
License
MIT
Repository
github
Last release
3 years ago

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

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago