Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ability to publish MQTT topics and messages #83

Open
exeljb opened this issue Aug 13, 2022 · 1 comment
Open

Adding ability to publish MQTT topics and messages #83

exeljb opened this issue Aug 13, 2022 · 1 comment

Comments

@exeljb
Copy link

exeljb commented Aug 13, 2022

Having the ability to remotely monitor cpu temps and fan speeds on my Home Assistant instance would be pretty nice. I also use a MacBook air that runs OctoPrint for my 3d printer that i'd also like to monitor through Home assistant. Both computers are run headless. The Home Assistant app is on my phone and which can alert me to deviations in normal operating of those computers.

MQTT is a lightweight, easy to setup messaging protocol that can even be installed on and run from small microcontrollers. Setting it up consists of providing the client (Fanny in this case) with server/broker info such as address, port, username and password. Periodically, Fanny could publish the stats it's received to the MQTT broker, Home Assistant in my case, which can be logged, graphed and viewed in the app.

Maybe this can be integrated into the Fanny widget as an option to turn on for those who might find it useful?

@exeljb
Copy link
Author

exeljb commented Aug 14, 2022

So I've run across this project written in swift. https://github.com/emqx/CocoaMQTT
If my programming skill weren't nearly non-existent, I'd try myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant