1
0
mirror of https://github.com/Luzifer/culmqtt.git synced 2024-09-19 15:23:05 +00:00
Small connector between an USB-CUL and a MQTT server
Go to file
Knut Ahlers 47075ebb6c
Fix: Initialize the device to have signals reported
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-07-14 01:52:28 +02:00
vendor Vendor dependencies 2018-07-06 21:05:56 +02:00
.gitignore Initial version 2018-07-06 20:57:55 +02:00
.repo-runner.yaml Add automated builds 2018-07-06 21:05:00 +02:00
fs20.go Initial version 2018-07-06 20:57:55 +02:00
Gopkg.lock Vendor dependencies 2018-07-06 21:05:56 +02:00
Gopkg.toml Vendor dependencies 2018-07-06 21:05:56 +02:00
History.md prepare release v0.1.0 2018-07-06 21:06:48 +02:00
LICENSE Add meta files 2018-07-06 21:02:11 +02:00
main.go Fix: Initialize the device to have signals reported 2018-07-14 01:52:28 +02:00
Makefile Add automated builds 2018-07-06 21:05:00 +02:00
mqtt.go Initial version 2018-07-06 20:57:55 +02:00
README.md Add meta files 2018-07-06 21:02:11 +02:00

Go Report Card

Luzifer / culmqtt

culmqtt is a small connector between a CUL (in my case the CC1101) and a MQTT server. It was written as I was migrating my home automation from FHEM to Home-Assistent which lacks support for that CUL. Sadly some of my devices (for example the FS20 door-window-contacts) did not have an equivalent supported by Home-Assistent.

At first there was a shell command to forward Home-Assistent commands to FHEM which would execute them through the CUL. In order to shut down FHEM completely culmqtt replaced FHEM as the bridge between Home-Assistent and the CUL.