https://github.com/markmac99/rms_mqtt
MQTT addon for the RMS meteor detection system to publish some stats to an MQTT broker
https://github.com/markmac99/rms_mqtt
Last synced: 10 months ago
JSON representation
MQTT addon for the RMS meteor detection system to publish some stats to an MQTT broker
- Host: GitHub
- URL: https://github.com/markmac99/rms_mqtt
- Owner: markmac99
- Created: 2023-02-12T13:59:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T08:37:40.000Z (over 1 year ago)
- Last Synced: 2025-04-09T21:57:17.894Z (10 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://mqtt.org/). 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](https://github.com/markmac99/ukmon-pitools/wiki/Monitoring_with_MQTT)
Note: requires paho-mqtt version 1.6. The 2.x versions have a different architecture.