Skip to content

denschu/mqtt-lirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

mqtt-lirc

A simple MQTT agent based on node.js that subscribes to a given list of MQTT topics on the specified broker and executes a lirc command whenever a message arrives. It can also be used in combination with an Home Automation Framework like Home.Pi

Setup

npm install --production

Start Broker

mosquitto

Publish Configuration

mosquitto_pub -d -r -t home/devices/appletv/config/command/on  -m "XYZ"

##Start Binding with Topics to subscribe

node mqtt-exec -t home/devices/appletv/state/set

Execute command

mosquitto_pub -d -t home/devices/appletv/state/set -m "on"

dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published