A smart thermostat running on Raspberry Pi, Python, and Node.js
This is the core thermostat control code that runs on the Pi.
Features:
Hardware:
- Raspberry Pi Zero 2W
- Should also work with any Raspberry Pi hardware
- Supports any GPIO high and/or low triggered Relay boards
- To control furnace, boiler, and/or A/C
- Amazon https://a.co/d/4OUekkN
- Supports DHT22 temperature sensor(s)
- Using python Adafruit_DHT driver: sudo pip3 install Adafruit_DHT
- Amazon https://a.co/d/f59G0Zk
- Optionally Supports Sensorpush HT.w Bluetooth temperature sensor
- To read the temperature in a remote location over bluetooth
- SensorPush HT.w Wireless Thermometer/Hygrometer Water-Resistant for iPhone/Android. USA Made Indoor/Outdoor Humidity/Temperature/Dewpoint/VPD Monitor/Logger. Smart Sensor with Alerts
- Amazon https://a.co/d/4TTQPGd
Software: