Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markrad/ArgonOned

Adds MQTT to Argon One service script
https://github.com/markrad/ArgonOned

Last synced: about 1 month ago
JSON representation

Adds MQTT to Argon One service script

Awesome Lists containing this project

README

        

# ArgonOned
Adds MQTT to the Argon One service script

Since this script always runs on my Raspberry Pi to turn on the built in fan in the Argon One case it seemed like a good idea to extend it to provide some additional functionality. It reports cpu temperature, gpu temperature, percentage of used disk space, percentage of used virtual memory, cpu load and the fan state. This is all packaged into a single JSON string and published to a MQTT server.

My Home Assistant instance subscribes to that topic and updates MQTT sensors based upon the information in the JSON string.