Skip to content

IonutMindrescu/homebridge-dummy-fan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Homebridge plugin with a dummy switch for Fan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published