brewdexta
The biggest tool in the box
- Messages
- 5,770
- Location
- UK
I use a one wire temp sensor, they are addressable individually so you can poll them using a bit of python code on a raspberry pi, I then shove the data into an influxdb time series database and display it with Grafana.What do you use for logging your temperature?
You can read about one wire sensors and daughter boards for raspberry pi here https://www.sheepwalkelectronics.co.uk/1wire_basics.php
I must do a "howto" on the rest of it one day.