1.1.3 • Published 4 years ago

flic-mqtt v1.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

node-flic-mqtt

Publishes Flic button presses to MQTT.

Requires a Flic server to connect to.

Intended to be run on the same Linux host as the Flic server.

Build Status

Usage

Install globally: npm i -g flic-mqtt.

Place a config.yml file at /etc/flicmqtt/config.yml.

Eg:

---

mqtt:
  host: '192.168.0.123'
buttons:
  - id: 'one'
    address: '80:e0:d0:70:e0:50'
    topic: 'button/one'
  - id: 'two'
    address: '80:e0:d0:60:30:20'
    topic: 'button/two'

Run: flic-mqtt.

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago