Show HN: MQTT Alive Daemon – Report Custom Command Results to Home Assistant https://ift.tt/lNK4gxa

Show HN: MQTT Alive Daemon – Report Custom Command Results to Home Assistant 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://ift.tt/B96sTmX Support: https://ift.tt/OKz2LhZ 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? October 4, 2024 at 12:49AM

No comments:

Show HN: Goilerplate – UI Components for Go and Templ https://ift.tt/xZkom84

Show HN: Goilerplate – UI Components for Go and Templ I'm developing Goilerplate, a library of modern UI components for Go and Templ. It...