Skip to content

devbobo/homebridge-flic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

homebridge-flic

npm package

donate Slack Channel

Flic plugin for Homebridge.

Requirements

This plugin requires the Flic Daemon to be installed on a machine to run.

There are platform specific versions to choose from...

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-flic
  3. Update your configuration file. See the sample below.

Updating

  • npm update -g homebridge-flic

Configuration

Configuration sample:

"platforms": [
   {
       "platform": "Flic",
       "name": "Flic",
       "controllers": [
           {"host": "localhost", "port": 5551}
       ]
   }
]