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 <nowiki>https://raw.githubusercontent.com/heatweb/plumbing-controller/main/scripts/rpi-setup.sh</nowiki>)


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


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

Revision as of 21:05, 10 September 2022

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/rpi-setup.sh)

See Also