jessedc / raspi-temp-python

Report Raspberry Pi CPU and GPU temperature data to influxdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 91.3%Language:Shell 8.7%