A Raspberry Pi heating controller
- A Raspberry Pi (tested on V3)
- A network connection
- NodeJS
- DS18B20 temperature sensor
- Mains voltage relay switch
- Suitable length jumper wires
- Install NodeJS on your Raspberry Pi.
- Install Git.
- Clone this repo locally to your Pi.
- Run
npm install
.