homebridge-dummy-fan-minmax

1.0.0 • 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-minmax

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.19 kB

Total Files

4

Last publish

Collaborators

  • sinak