<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Heating on AndyHacks</title><link>https://www.andyhacks.com/tags/heating/</link><description>Recent content in Heating on AndyHacks</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 10 Sep 2017 16:57:28 +0000</lastBuildDate><atom:link href="https://www.andyhacks.com/tags/heating/feed.xml" rel="self" type="application/rss+xml"/><item><title>Controlling your heating from anywhere</title><link>https://www.andyhacks.com/2017/09/10/controlling-your-heating-from-anywhere/</link><pubDate>Sun, 10 Sep 2017 16:57:28 +0000</pubDate><guid isPermaLink="false">https://hackingathome.wordpress.com/?p=1549</guid><description>&lt;p>&lt;img alt="IMG_2272" loading="lazy" src="https://www.andyhacks.com/wp-content/uploads/2017/09/img_2272.jpg">&lt;/p>
&lt;p>Previously we &lt;a href="https://hackingathome.wordpress.com/2017/04/07/boiler-control-to-maintain-a-set-temperature/">discussed the algorithms&lt;/a> that can be used to control a domestic heating system, &lt;a href="https://hackingathome.wordpress.com/2017/06/11/the-boilerio-software-thermostat/">built a simple UI&lt;/a> to schedule the temperature changes, and &lt;a href="https://hackingathome.wordpress.com/2017/01/14/danfoss-wireless-thermostat-hacking-part-one/">reverse-engineered a pre-existing RF relay&lt;/a> to control the boiler.  So far the web service that provides the UI has been deployed on a PC at home but, since you&amp;rsquo;re most likely to want to override your heating controls when you&amp;rsquo;re unexpectedly arriving home early or late, we need a site that can be reached from anywhere.&lt;/p></description></item><item><title>The BoilerIO Software Thermostat</title><link>https://www.andyhacks.com/2017/06/11/the-boilerio-software-thermostat/</link><pubDate>Sun, 11 Jun 2017 23:42:46 +0000</pubDate><guid isPermaLink="false">https://hackingathome.wordpress.com/?p=1174</guid><description>&lt;p>It&amp;rsquo;s time to step up from command-line control of the heating system I&amp;rsquo;ve been working on to having a weekly schedule and temporary override function available through a UI, making the system practical on a day-to-day basis.&lt;/p>
&lt;p>&lt;a href="https://youtu.be/uCpQMBQ1SC0">https://youtu.be/uCpQMBQ1SC0&lt;/a>&lt;/p>
&lt;p>As always, code described here is &lt;a href="https://github.com/adpeace/boilerio">available on github&lt;/a> under an MIT license.&lt;/p>
&lt;h1 id="overview">Overview&lt;/h1>
&lt;p>The scheduler chooses a target heating temperature throughout the day and needs to be usable by someone non-technical to show the state of the system, provide a means to enter and edit a schedule, and provide a means to change the target temperature for a fixed period of time.&lt;/p></description></item><item><title>Boiler Control to Maintain a Set Temperature</title><link>https://www.andyhacks.com/2017/04/07/boiler-control-to-maintain-a-set-temperature/</link><pubDate>Fri, 07 Apr 2017 00:22:45 +0000</pubDate><guid isPermaLink="false">https://hackingathome.wordpress.com/?p=572</guid><description>&lt;p>I wanted to be able to control my home&amp;rsquo;s heating from a computer.  This post discusses the next phase in that project: a control layer that maintains a specified room temperature using a temperature sensor and the boiler control built in previous articles.&lt;/p>
&lt;p>I published the &lt;a href="https://github.com/adpeace/boilerio.git">boilerio repository&lt;/a> on github that contains the code to do this.&lt;/p>
&lt;p>Note that neither the code nor the article come with any warranty: please be careful if you&amp;rsquo;re using it as you could damage your heating system or create a safety hazard.&lt;/p></description></item><item><title>Danfoss Wireless Thermostat Hacking – Part Two</title><link>https://www.andyhacks.com/2017/02/07/danfoss-wireless-thermostat-hacking-part-two/</link><pubDate>Tue, 07 Feb 2017 12:34:44 +0000</pubDate><guid isPermaLink="false">https://hackingathome.wordpress.com/?p=253</guid><description>&lt;p>&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ivicZezegk0?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video">&lt;/iframe>
&lt;/div>
&amp;amp;feature=youtu.be&amp;amp;w=600&lt;/p>
&lt;p>I&amp;rsquo;ve been trying to take over control of my home&amp;rsquo;s central heating using a combination of software and commodity hardware such as the Arduino and Raspberry Pi.  &lt;a href="https://hackingathome.wordpress.com/2017/01/14/danfoss-wireless-thermostat-hacking-part-one/">Part one&lt;/a> of this series looked at how my existing RF thermostats worked and showed it should be possible to emulate them so that the receiver (which has relays that turn heating zones on/off) already connected to the boiler could be used by my own control system.  I currently have two Danfoss TP7000-RF wireless thermostats (one per zone) and a Danfoss RX2 receiver.&lt;/p></description></item><item><title>Danfoss Wireless Thermostat Hacking – Part One</title><link>https://www.andyhacks.com/2017/01/14/danfoss-wireless-thermostat-hacking-part-one/</link><pubDate>Sat, 14 Jan 2017 22:44:09 +0000</pubDate><guid isPermaLink="false">https://hackingathome.wordpress.com/?p=17</guid><description>&lt;p>&lt;img alt="tp7000rf" loading="lazy" src="https://www.andyhacks.com/wp-content/uploads/2017/01/tp7000rf.jpg">&lt;/p>
&lt;p>I wanted to control my central heating system using a Raspberry Pi and Arduino micro-controllers to provide better control, flexibility, and a fun home automation project.&lt;/p>
&lt;p>We originally chose wireless thermostats when we replaced the heating system in our home, but their user interface is not great and they are fiddly to use.  &amp;ldquo;Smart&amp;rdquo; thermostats were starting to come onto the market showing a glimpse of what could be done.&lt;/p></description></item></channel></rss>