hjelev / rpi-mqtt-monitor

Raspberry Pi MQTT Monitor gathers system information and sends it to a MQTT server.
GNU General Public License v3.0
176 stars 42 forks source link

remote update via home assistant #56

Closed hjelev closed 8 months ago

hjelev commented 8 months ago

RPi MQTT Monitor can now subscribe to a mqtt topic and listen for commands Update is the first command that the script understands and it allows him to remotely update via home assistant. When there is a new version you'll get a notification in home assistant and option to trigger the update. To support this new feature the script now uses multi threading, one thread to check and send sensor data and one thread to listen for commands.