Show HN: MQTT Alive Daemon – Report Custom Command Results to Home Assistant

5 points by earcar 2 days ago

I've just released MQTT Alive Daemon v0.2.0, a lightweight go daemon for integrating computer status and custom commands with Home Assistant via MQTT. I built this because I wanted to know when my computers were on and I was at my desk, and existing solutions weren't responsive enough or were too resource-intensive.

Key features:

* Reports when the PC is on

* Reports the result of any custom command

* Seamless integration with Home Assistant

* Support for launchd and systemd (new in v0.2.0)

In my setup, it's helped me save energy by automatically managing 3 speakers, a mixer, a monitor, lights, and various USB music peripherals when I'm actually at my desk using them.

GitHub: https://github.com/crmne/mqtt-alive-daemon Support: https://buymeacoffee.com/crmne

I'm interested in hearing thoughts from the HN community. How could this be expanded or improved? What other use cases do you see for this kind of lightweight integration between computers and home automation?