https://github.com/devbobo/homebridge-flic
Flic platform plugin for Homebridge
https://github.com/devbobo/homebridge-flic
flic homebridge homebridge-plugin
Last synced: 7 months ago
JSON representation
Flic platform plugin for Homebridge
- Host: GitHub
- URL: https://github.com/devbobo/homebridge-flic
- Owner: devbobo
- Created: 2016-06-12T03:44:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T12:51:11.000Z (almost 8 years ago)
- Last Synced: 2025-08-09T07:56:50.548Z (10 months ago)
- Topics: flic, homebridge, homebridge-plugin
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-flic
[](https://nodei.co/npm/homebridge-flic/)
[](https://www.buymeacoffee.com/devbobo)
[](https://homebridgeteam.slack.com/messages/C560YBZ8E/)
[Flic](https://flic.io) plugin for [Homebridge](https://github.com/nfarina/homebridge).
# Requirements
This plugin requires the Flic Daemon to be installed on a machine to run.
There are platform specific versions to choose from...
- [fliclib-linux-hci](https://github.com/50ButtonsEach/fliclib-linux-hci)
- [flic-service-osx](https://github.com/50ButtonsEach/flic-service-osx)
- [fliclib-windows](https://github.com/50ButtonsEach/fliclib-windows)
# 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:
```javascript
"platforms": [
{
"platform": "Flic",
"name": "Flic",
"controllers": [
{"host": "localhost", "port": 5551}
]
}
]
```