Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 823 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 823 Bytes

solar-controller

Simple Arduino Uno-based PlatformIO project to control solar heating for swimming pools. The purpose of this controller is to save energy by not letting the circulation-pump run permanently.

All you need is an Arduino Uno, a relay (that can handle a pump) and two temperature sensors.

The pump for the solar-panels is turned on every few minutes and runs for 10 seconds to move heated water from the panels to the outlet temperature sensor. If the temperature is 1°C warmer than the water on the inlet side, it will continue to run for another 2 minutes and then check the temperature again. If the temperature isn't warmer, the pump will turn off.

All intervals and values can be changed in code.

Inlet- and outlet-temperature are sent over serial for displaying in the Arduino IDE Serial Plotter.