Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 783 Bytes

File metadata and controls

35 lines (24 loc) · 783 Bytes

UNINSTALL

Stop and disable the service:

sudo systemctl disable --now argonone-lite.service

Remove installed files:

sudo rm -f /etc/systemd/system/argonone-lite.service
sudo rm -f /usr/local/sbin/argonone-lite
sudo rm -f /etc/argonone-lite.conf

Reload systemd:

sudo systemctl daemon-reload

Optional retained MQTT discovery cleanup:

docker exec mosquitto-MQTT mosquitto_pub -h 127.0.0.1 -p 1883 -t homeassistant/device/moho_argonone/config -r -n

Optional retained MQTT status cleanup:

docker exec mosquitto-MQTT mosquitto_pub -h 127.0.0.1 -p 1883 -t moho/argonone/status -r -n

If you remove retained discovery messages, Home Assistant may also need entity cleanup from its UI depending on prior discovery state.