markmac99 / rms_mqtt

MQTT addon for the RMS meteor detection system to publish some stats to an MQTT broker
0 stars 0 forks source link

Monitoring and RMS camera with MQ

If you are running OpenHAB, Home Assistant or a similar home automation software you can monitor the RMS meteor camera with MQTT. MQTT is a lightweight messaging protocol widely used in the IoT (Internet of Things) world to communicate between smart devices. For example using MQTT your home automation software can monitor and control smart plugs, switches, weatherstations, doorbells and so forth.

This code is in support of that approach. For full instructions see here

Note: requires paho-mqtt version 1.6. The 2.x versions have a different architecture.