homebridge-dummy-fan

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i homebridge-dummy-fan

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

5.47 kB

Total Files

4

Last publish

Collaborators

  • mindrescuionut