From Hentschel
Jump to: navigation, search
(Design Rev 2.0)
(Design Rev 2.0)
Line 54: Line 54:
 
*; 2 mm ( 0.20 cm) radius on the corners.
 
*; 2 mm ( 0.20 cm) radius on the corners.
 
[[File:decoracover.jpg|400px|thumb|left]]<br clear=both>
 
[[File:decoracover.jpg|400px|thumb|left]]<br clear=both>
* Need buttons
+
* Buttons are [https://www.amazon.com/20pcs-Momentary-Tactile-Button-Switch/dp/B008DGA9UY/ref=pd_day0_60_2?_encoding=UTF8&pd_rd_i=B008DGA9UY&pd_rd_r=GNV66H9DW90V434T9PAN&pd_rd_w=j6naj&pd_rd_wg=jsniR&psc=1&refRID=GNV66H9DW90V434T9PAN at amazon].
 
+
[[:File:tactile push button square cap.jpg]]<br clear=both>
  
 
=== Design questions ===
 
=== Design questions ===

Revision as of 17:38, 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
  • Inspired from here:

Raspi0-box.jpg

  • the Oled display which will fit into decora blank at this link
Lcds displays 684 LRG.jpg

  • Rudimentary bit-banging Python driver: Gist at Github
  • Native driver package at Github
  • the 3d-printable decora cover: at thingiverse
    • Dimensions:
    Device 6.66 x 3.30 cm
    Hole in trim plate 6.68 x 3.32 cm
    2 mm ( 0.20 cm) radius on the corners.
Decoracover.jpg

File:tactile push button square cap.jpg

Design questions

How many buttons to control?

  1. ESCAPE/BACK
  2. UP
  3. DOWN
  4. SELECT/ENTER
  5. recessed reset button

?