https://github.com/cryptomcgrath/pyrexia-stat
A thermostat running on Raspberry Pi and Python
https://github.com/cryptomcgrath/pyrexia-stat
android bluetooth dht22 iot python python3 raspberry-pi sensor sensorpush smart smart-home thermostat
Last synced: 6 months ago
JSON representation
A thermostat running on Raspberry Pi and Python
- Host: GitHub
- URL: https://github.com/cryptomcgrath/pyrexia-stat
- Owner: cryptomcgrath
- License: mit
- Created: 2022-09-01T16:08:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T17:17:27.000Z (about 3 years ago)
- Last Synced: 2025-06-27T10:17:37.335Z (9 months ago)
- Topics: android, bluetooth, dht22, iot, python, python3, raspberry-pi, sensor, sensorpush, smart, smart-home, thermostat
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyrexia-stat
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:
