Skip to content

OnilPereyra/thermostat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thermostat

Tessel thermostat. Reads the temperature and turns a heater on and off based on comparison of temperature to a threshold value.

You can see the threshold value by going to Tessel's IP address : the port you're listening on.

IP:port/integer will change the threshold value to the integer.

Materials

Instructions

  1. Clone this repo
  2. npm install to install dependencies
  3. In index.js, set the wifi settings to your local network and the threshold to your preferred temperature (in F).
  4. Connect your heater to the Relay Module (remember, only mess with wires after you've unplugged all power)
  5. Plug the Relay Module into Port A and the Climate Module into Port B.
  6. tessel run index.js to test it out
  7. tessel push index.js to push the code into Flash memory, disconnect from the computer, and power the Tessel (like this)

About

The IoT controller for water heaters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published