From Hentschel
Jump to: navigation, search
(Created page with "== Basics == * getting nodes http://thomas:xxxxx@isy.home.hentschel.net/rest/nodes/ * get thermostat node http://thomas:xxxxx@isy.home.hentschel.net/rest/nodes/14%2023%20AC%20...")
 
(Design)
Line 38: Line 38:
 
* Sense fire place heater via 2450 input
 
* Sense fire place heater via 2450 input
 
* Engage house heater fan via ISY program
 
* Engage house heater fan via ISY program
 +
 +
== Design Rev 2.0 ==
 +
* create fireplace controller with raspberry pi zero + OLED display that fits into single gang box with decora faceplate
 +
* the Oled display which will fit [https://learn.adafruit.com/096-mini-color-oled at this link][[File:lcds___displays_684_LRG.jpg|400px|thumb|left]]<br clear=both>
 +
* Rudimentary Python driver: [https://gist.github.com/HentschelT/5fa11f13832cca6e7408886f4e89d05e Gist at Github]
 +
* the 3d-printable decora cover: [http://www.thingiverse.com/thing:1643841/#files at thingiverse] [[File:lcds___displays_684_LRG.jpg|400px|thumb|left]]<br clear=both>
 +
* Need buttons
 +
 +
 +
How many buttons to control?
 +
# ESCAPE/BACK
 +
# UP
 +
# DOWN
 +
# SELECT/ENTER
 +
?

Revision as of 16:50, 28 March 2017

Basics

Fan control off:

<node flag='0'>
  <address>14 23 AC 4</address>
  <name>Thermostat - Fan Control</name>
...
  <property id='ST' value='0' formatted='Off' uom='%/on/off'/>
</node>

Fan control on

<node flag='0'>
  <address>14 23 AC 4</address>
  <name>Thermostat - Fan Control</name>
...
  <property id='ST' value='255' formatted='On' uom='%/on/off'/>
</node> 

Thermostat manuals

adjusting dead band for 2nd stage


Design

Thermostat controller schematics
Fireplace controller - called HPC-350-M - can be found here
  • Use insteon 2450 to switch fireplace low-voltage control
  • Control Insteon 2450 via Thermostat - Heat Control (insteon address: 14 23 AC 3) via ISY program
  • Rewire house heater to use the 2nd stage heater control on the thermostat
  • Sense fire place heater via 2450 input
  • Engage house heater fan via ISY program

Design Rev 2.0

  • create fireplace controller with raspberry pi zero + OLED display that fits into single gang box with decora faceplate
  • the Oled display which will fit at this link
    Lcds displays 684 LRG.jpg

  • Rudimentary Python driver: Gist at Github
  • the 3d-printable decora cover: at thingiverse
    Lcds displays 684 LRG.jpg

  • Need buttons


How many buttons to control?

  1. ESCAPE/BACK
  2. UP
  3. DOWN
  4. SELECT/ENTER

?