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

Feature Request: Restart Button #29

Closed CFenner closed 8 months ago

CFenner commented 8 months ago

A restart button that can restart the RPi on demand.

hjelev commented 8 months ago

This is not planned for this script, but I am working on another one which currently have shut-down and monitor control, will add restart functionality and update the readme next time I work on it https://github.com/hjelev/web-shutdown

hjelev commented 8 months ago

It was not planned but is now possible as the script subscribes to a topic and listens for update command

hjelev commented 8 months ago

This is implemented in version 0.8 Planning to add on/off button (on via wake on lan)