Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markrad/ArgonOned
- Owner: markrad
- License: mit
- Created: 2021-01-30T02:01:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T21:26:20.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T06:01:35.148Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-argonone - markrad/ArgonOned
README
# ArgonOned
Adds MQTT to the Argon One service scriptSince 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.