Skip to content

Report Raspberry Pi CPU and GPU temperature data to influxdb

License

Notifications You must be signed in to change notification settings

jessedc/raspi-temp-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Temperature Service

Report Raspberry Pi CPU and GPU temperature data to influxdb.

Setup

  • Checkout this repository to to /home/pi/raspi-temp-python
  • Update influxdb config in .env.example
  • Run sudo ./install.sh

Query this Data

An example query:

SELECT * FROM "temperature" WHERE "deviceId" = 'pihole' AND "sensor" = 'cpu'

About

Report Raspberry Pi CPU and GPU temperature data to influxdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published