8000 GitHub - cryptomcgrath/pyrexia-stat: A thermostat running on Raspberry Pi and Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cryptomcgrath/pyrexia-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    0