Arduino Hot Water Solar – Collector Controller .

details

Description :

The goal of this project is to be able to view temperature and control pumps from a web page for a home hot water solar system .

FE9S7PXIVHQKFG9.MEDIUM F6ORW2HIVHQR2LE.MEDIUM

 

The objectives of this project is to :

  • Read pt1000 analog RTD sensor for measuring solar panels that can get too hot in case of digital sensors .
  • Read  10k Thermistors to accommodate existing equipment (i.e. sensors deep in storage tank).
  • Read DS18B20 1-wire bus digital sensors for all other temperature – cheapest, simplest and most accurate.
  • Connect any sensor to any function easily.
  • Alarm out and stop pumps when it is too cold, or when the storage is at a maximum hot level.
  • Use an LCD Display to display main system temperatures; use attached buttons to control operations with simple user input to manually switch pumps.
  • Publish Temperatures and Pump Status to a web page and provide the same pump control as available on LCD User interface.

F2R7NKJIVO3GSQ0.MEDIUM

 

Components required :

  1. Arduino Mega
  2. LCD display
  3. 5V 4 Relay Module Shield for Arduino ARM PIC AVR DSP
  4. LCD1602 Character LCD Keypad Shield V1.0 for Arduino
  5. HCY – 6888 9V 1A AC / DC Power Supply Adaptor
  6. Arduino Compatible Mega 2560 R3 Microcontroller Board EC0365201
  7. Ethernet Shield with Wiznet W5100 Ethernet Chip Support Micro SD Card NZ0000801
  8. DS1307 Based RTC IIC / I2C Real Time Clock Module with Calendar NZ0016001

 

FS3AW60IVHQR2LB.MEDIUM

 

Wiring :

With most of the connections taken care of through plugging the Arudino assembly together, it was very easy to handle all the rest using ribbon cables with female pin connectors on each end . 3 groups of wires handled the 10k sensor board, the Digital/pt1000 sensor board and the Relay board. Wherever male ends are needed  to plug into the Mega, as can be seen in the photos,  simply used pins cut out of a right angle male header and used a 3pin chunk of male header shorted together to distribute analog reference. The selection of which Mega pins to be used for this were chosen for proximity to where they needed to go and ease of connecting the wires. The following lists are what was chosen and what is expressed in the sketch.

Connections for the 10k sensor board were as follows:

  1. Ground
  2. Mega pin A14 – A10k Sensor
  3. Mega pin A13 – B10k Sensor
  4. Mega pin A12 – C10k Sensor
  5. Mega pin A11 – D10k Sensor
  6. Mega pin A10 – E10k Sensor
  7. – nc
  8. Mega pin AREF – Analog Reference

 

Connections for the other sensor board were as follows:

  1. Ground – in from Mega
  2. Ground – out to 10k board
  3. – nc
  4. Mega pin AREF – Analog Reference
  5. Mega pin A15 – pt1000 Sensor
  6. Mega pin 47 – One Wire Bus for digital sensors
  7. – nc
  8. VCC – power from Mega for digital sensors

 

Connections to the relay card were as follows:

  1. Ground – in from Mega
  2. Mega pin 39 – relay 1 control (Panel Lead Pump)
  3. Mega pin 41 – relay 2 control (Panel Lag Pump)
  4. Mega pin 43 – relay 3 control (Hot Water Pump)
  5. Mega pin 45 – relay 4 control (House Heat Pump)
  6. VCC – power from Mega for relay card

Other than this list,  the relays had to be connected to pumps and AC power and the terminal blocks had to be connected to the various sensors. connect up extra sensors that happen to be available and display all values on the web page. A little software ‘patch bay’ provides a place to connect up which physical sensor .

 

For more detailed information including  schematic and source code , look into the main instructable at :

http://www.instructables.com/id/2nd-Gen-Arduino-Hot-Water-Solar-Collector-Controll/

 

Tags : 201601, Arduino Mega , W5100 Ethernet Shield , LCD1602  LCD Keypad Shield ,Digital Temperature Sensor .

Author : Thorigol .

 

Description :

The goal of this project is to be able to view temperature and control pumps from a web page for a home hot water solar system .

FE9S7PXIVHQKFG9.MEDIUM F6ORW2HIVHQR2LE.MEDIUM

 

The objectives of this project is to :

  • Read pt1000 analog RTD sensor for measuring solar panels that can get too hot in case of digital sensors .
  • Read  10k Thermistors to accommodate existing equipment (i.e. sensors deep in storage tank).
  • Read DS18B20 1-wire bus digital sensors for all other temperature – cheapest, simplest and most accurate.
  • Connect any sensor to any function easily.
  • Alarm out and stop pumps when it is too cold, or when the storage is at a maximum hot level.
  • Use an LCD Display to display main system temperatures; use attached buttons to control operations with simple user input to manually switch pumps.
  • Publish Temperatures and Pump Status to a web page and provide the same pump control as available on LCD User interface.

F2R7NKJIVO3GSQ0.MEDIUM

 

Components required :

  1. Arduino Mega
  2. LCD display
  3. 5V 4 Relay Module Shield for Arduino ARM PIC AVR DSP
  4. LCD1602 Character LCD Keypad Shield V1.0 for Arduino
  5. HCY – 6888 9V 1A AC / DC Power Supply Adaptor
  6. Arduino Compatible Mega 2560 R3 Microcontroller Board EC0365201
  7. Ethernet Shield with Wiznet W5100 Ethernet Chip Support Micro SD Card NZ0000801
  8. DS1307 Based RTC IIC / I2C Real Time Clock Module with Calendar NZ0016001

 

FS3AW60IVHQR2LB.MEDIUM

 

Wiring :

With most of the connections taken care of through plugging the Arudino assembly together, it was very easy to handle all the rest using ribbon cables with female pin connectors on each end . 3 groups of wires handled the 10k sensor board, the Digital/pt1000 sensor board and the Relay board. Wherever male ends are needed  to plug into the Mega, as can be seen in the photos,  simply used pins cut out of a right angle male header and used a 3pin chunk of male header shorted together to distribute analog reference. The selection of which Mega pins to be used for this were chosen for proximity to where they needed to go and ease of connecting the wires. The following lists are what was chosen and what is expressed in the sketch.

Connections for the 10k sensor board were as follows:

  1. Ground
  2. Mega pin A14 – A10k Sensor
  3. Mega pin A13 – B10k Sensor
  4. Mega pin A12 – C10k Sensor
  5. Mega pin A11 – D10k Sensor
  6. Mega pin A10 – E10k Sensor
  7. – nc
  8. Mega pin AREF – Analog Reference

 

Connections for the other sensor board were as follows:

  1. Ground – in from Mega
  2. Ground – out to 10k board
  3. – nc
  4. Mega pin AREF – Analog Reference
  5. Mega pin A15 – pt1000 Sensor
  6. Mega pin 47 – One Wire Bus for digital sensors
  7. – nc
  8. VCC – power from Mega for digital sensors

 

Connections to the relay card were as follows:

  1. Ground – in from Mega
  2. Mega pin 39 – relay 1 control (Panel Lead Pump)
  3. Mega pin 41 – relay 2 control (Panel Lag Pump)
  4. Mega pin 43 – relay 3 control (Hot Water Pump)
  5. Mega pin 45 – relay 4 control (House Heat Pump)
  6. VCC – power from Mega for relay card

Other than this list,  the relays had to be connected to pumps and AC power and the terminal blocks had to be connected to the various sensors. connect up extra sensors that happen to be available and display all values on the web page. A little software ‘patch bay’ provides a place to connect up which physical sensor .

 

For more detailed information including  schematic and source code , look into the main instructable at :

http://www.instructables.com/id/2nd-Gen-Arduino-Hot-Water-Solar-Collector-Controll/

 

Tags : 201601, Arduino Mega , W5100 Ethernet Shield , LCD1602  LCD Keypad Shield ,Digital Temperature Sensor .

Author : Thorigol .

 

COMMENTS

Please Login to comment
  Subscribe  
Notify of