Skip to content
murmlgrmpf edited this page Jan 2, 2014 · 4 revisions

Arduheat

Welcome to the Arduheat wiki! This project implements a controller for a heating system at our home. It is a work in progress and about to actually get useful.

The heating system consists of a boiler containing hot water at two different temperatures, a solar panel, a gas burner, a warm water heat exchanger, and room heating. An arduino mega 2560 is used as the controller and we have designed a custom "shield". The shield renders us capable to read in lots (3*16= 48 analog inputs) of analogue signals from the room and system temperature sensors and to drive all valves and pumps and relays needed to control the heating system.

Room Temperature Schedule

There will be schedules for room temperatures. Those will be set up using the following libraries and an rtc: http://www.pjrc.com/teensy/td_libs_TimeAlarms.html http://www.pjrc.com/teensy/td_libs_Time.html

Clone this wiki locally