![]() |
il y a 4 ans | |
---|---|---|
.github | il y a 4 ans | |
systemctl_mqtt | il y a 4 ans | |
tests | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.pylintrc | il y a 4 ans | |
CHANGELOG.md | il y a 4 ans | |
COPYING | il y a 4 ans | |
Pipfile | il y a 4 ans | |
Pipfile.lock | il y a 4 ans | |
README.md | il y a 4 ans | |
mypy.ini | il y a 4 ans | |
setup.py | il y a 4 ans |
MQTT client triggering shutdown on systemd-based systems
$ pip3 install --user --upgrade systemctl-mqtt
$ systemctl-mqtt --mqtt-host HOSTNAME_OR_IP_ADDRESS
Schedule poweroff by sending a MQTT message to topic systemctl/hostname/poweroff
.
$ mosquitto_pub -h MQTT_BROKER -t systemctl/hostname/poweroff -n
# https://www.home-assistant.io/docs/mqtt/broker/#configuration-variables
mqtt:
broker: BROKER_HOSTNAME_OR_IP_ADDRESS
# credentials, additional options…
script:
poweroff_raspberry_pi:
sequence:
service: mqtt.publish
data:
topic: systemctl/raspberrypi/poweroff
homeassistant:
customize:
script.poweroff_raspberry_pi:
friendly_name: poweroff pi
icon: mdi:power
systemctl-mqtt --mqtt-username me --mqtt-password secret …
# or
systemctl-mqtt --mqtt-username me --mqtt-password-file /var/lib/secrets/mqtt/password …