Temperature Machine
A temperature-machine for the Raspberry Pi. See tobyweston.github.io/temperature-machine for documentation.

Data logger for multiple DS18B20 temperature sensors on one or more machines. Read more below about its uses, features, and usage.
Clone repository
git clone https://github.com/tobyweston/temperature-machine.git
71
Stars
22
Forks
22
Watchers
Apache-2.0
License
A temperature-machine for the Raspberry Pi. See tobyweston.github.io/temperature-machine for documentation.

This releases updates the way we distribute the application via apt-get (fixing #84). We now sign the package and require a slightly different instructions setting up the repository. You will need to...
Jul 24, 2019
This release moves away from Oracle Java to the OpenJDK. It addresses #89 and has been tested with Raspbian Buster.
May 28, 2018
Installation is now via apt-get a big improvement over having to build from source. See http://temperature-machine.com/docs/getting_started/installing.html for details. #57 Improved UI - amongst other...
Oct 3, 2017
Fixed issue #1 to display individual temperatures; you can now toggle between average temperature across sensors or individual sensor temperatures Fixed issue #5 to use JSON and ChartJs in the UI Fixe...
Mar 9, 2017
Logging based on RRD (round robin database) Client / server model where the client auto-discovers the server and starts posting temperature data Static web-page hosted on the server machine Supports u...