An open API service indexing awesome lists of open source software.

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

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:

  • Easily runs on 12v DC using either a USB socket (https://a.co/d/b4sLds2) or a step down module (https://a.co/d/25QVf2F)

  • Open source - easy to customized and extend

  • No cloud requirements -- can be controlled and monitored on your local WIFI

  • Available Android client https://github.com/cryptomcgrath/pyrexia-android

  • Can be controlled and monitored using REST api

  • Ideal for RV's since it runs on DC



  • 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:


  • Raspberry Pi OS

  • python3

  • Node.js

  • pm2




  • ![image](https://user-images.githubusercontent.com/5443337/192160872-86081805-009f-4953-9ad2-d1d7d47415e3.png)