Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Stats | 16,360 | a day ago | 11 | mit | Swift | |||||
macOS system monitor in your menu bar | ||||||||||
Espurna | 2,885 | a month ago | 311 | gpl-3.0 | C++ | |||||
Home automation firmware for ESP8266-based devices | ||||||||||
Dht Sensor Library | 1,808 | 18 days ago | 26 | mit | C++ | |||||
Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors | ||||||||||
Osx Cpu Temp | 766 | 1 | 3 years ago | 1 | March 03, 2021 | 15 | gpl-2.0 | C | ||
Outputs current CPU temperature for OSX | ||||||||||
Mitemperature2 | 593 | a month ago | 17 | Python | ||||||
Read the values of the Xiaomi Mi Bluetooth Temperature sensor 2 including custom encrypted format. | ||||||||||
W1thermsensor | 484 | 29 | 2 | 2 months ago | 24 | January 25, 2021 | 8 | mit | Python | |
A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices. | ||||||||||
Counterfeit_ds18b20 | 458 | 9 months ago | 12 | apache-2.0 | C++ | |||||
How to tell original from fake DS18B20 temperature sensors. | ||||||||||
Awesome Arduino | 453 | 5 years ago | 3 | Shell | ||||||
A curated list of awesome Arduino hardwares, libraries and softwares with update script | ||||||||||
St_anything | 425 | 2 months ago | 4 | gpl-3.0 | C++ | |||||
ST_Anything is an Arduino library, sketch, and Device Type that works with your SmartThings ThingShield to create an all-in-one SmartThings device. | ||||||||||
Terrariumpi | 362 | 20 hours ago | 12 | gpl-3.0 | Python | |||||
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi |
Prometheus exporter for sensor data like temperature and fan speed.
lm-sensors (http://www.lm-sensors.org) to get metrics like CPU/MB temp and CPU/Chassis fan speed. You'll likely need to install lm-sensor dev package (libsensors4-dev on my Ubuntu 14 system) in order to build the dependant package github.com/md14454/gosensors.
hddtemp (http://www.guzu.net/linux/hddtemp.php) to get HDD temperature from SMART data. Since hddtemp must run as root to collect this data, rather than call it directly we expect the user to run it in daemon mode with its -d flag. Then we connect to a port it listens on to fetch the data.
See https://grafana.net/dashboards/237 for an example dashboard. This is probably way more than what you want, just mine the bits that are of interest and incorporate them into your general system health dashboard.