Sign inSign up

kevineye/heyu-mqtt

By kevineye

Updated almost 10 years ago

Control X10 devices via MQTT

Image
0

1.1K

kevineye/heyu-mqtt repository overview

This is a dockerized heyu for controlling and monitoring X10 home automation devices via a CM11A module.

Setup

Run this to generate some config files:

docker run --rm -v /your/config/dir:/etc/heyu kevineye/heyu

Copy x10config.sample to x10.sched.sample and to x10.conf and x10.sched and edit your configuration.

Run

docker run -d \
    -v /your/config/dir:/etc/heyu \
    -v /etc/localtime:/etc/localtime \
    --device /dev/ttyUSB0 \
    kevineye/heyu

The device can be configured in the x10.conf file.

MQTT Services

...

Tag summary

Content type

Image

Digest

Size

14.6 MB

Last updated

almost 10 years ago

docker pull kevineye/heyu-mqtt