Skip to content
/ PiStat Public

PiStat allows you to control your home thermostat from anywhere

Notifications You must be signed in to change notification settings

mpatera/PiStat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiStat

Raspberry Pi controlling a thermostat

To Install and Use

Linux

  • Download and install Node.js and NPM:
    • sudo apt-get install nodejs
    • sudo apt-get install -y build-essential
  • Clone PiStat to your machine.
  • Navigate to the PiStat directory and run: npm install
  • Run: npm start
  • Navigate to 'localhost:3000' in your browser.

MacOS

  • Install Homebrew:
    • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install Node.js and NPM
    • brew install node
  • Clone PiStat to your machine.
  • Navigate to the PiStat directory and run: npm install
  • Run: npm start
  • Navigate to 'localhost:3000' in your browser.

If you HAVE to use Windows....

  • Download NodeJS from here and install.
  • Restart your computer.
  • Test installations with:
    • node -v
    • npm -v
  • Clone PiStat to your machine.
  • Navigate to the PiStat directory and run: npm install
  • Run: npm start
  • Navigate to 'localhost:3000' in your browser.

Useful Links

About

PiStat allows you to control your home thermostat from anywhere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •