Difference between revisions of "Controller Setup"

From Open Source Controls Wiki
Jump to navigation Jump to search
 
Line 13: Line 13:
== Installation ==
== Installation ==


  bash <(curl -sL <nowiki>https://raw.githubusercontent.com/heatweb/plumbing-controller/main/scripts/rpi-setup.sh</nowiki>)
  bash <(curl -sL https://raw.githubusercontent.com/heatweb/plumbing-controller/main/scripts/start<nowiki/>.sh)


== See Also ==
== See Also ==


* [[Raspberry Pi Compute]]
* [[Raspberry Pi Compute]]

Latest revision as of 18:44, 22 January 2023

Refer to GitHub Project for installable content at https://github.com/heatweb/plumbing-controller

Requirements

  • Open Source Plumbing Controller (Heatweb) or other Raspberry Pi 4/Compute CM4 system
  • 12v Power Supply
  • 2.5 - 3mm Flat-head Screwdriver
  • Internet connection (wired)
  • Ethernet cable


Installation

bash <(curl -sL https://raw.githubusercontent.com/heatweb/plumbing-controller/main/scripts/start.sh)

See Also