Difference between revisions of "Controller Setup"

From Open Source Controls Wiki
Jump to navigation Jump to search
(Created page with "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 == See Also == * Raspberry Pi Compute")
 
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
* Ethernet cable
* Ethernet cable


== Installation ==
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