Difference between revisions of "Heatedroofsystems"
Line 15: | Line 15: | ||
*[http://www.veris.com/docs/Datasheets/V321_V421_d0115.pdf V321 install] | *[http://www.veris.com/docs/Datasheets/V321_V421_d0115.pdf V321 install] | ||
*[https://www.energycontrol.com/Veris-V321-20A-DPST-Relay-p/v321.htm V321 $36.00] | *[https://www.energycontrol.com/Veris-V321-20A-DPST-Relay-p/v321.htm V321 $36.00] | ||
====relay revised==== | |||
Hey what is the breaker like for typical install? A double 20 (I hope) or a double 30 (a different ballgame)? | |||
I have revised my thoughts on the relay a bit. I think we | I have revised my thoughts on the relay a bit. I still do think we should have this feature called HOA (hand on/off automatic) so that if the internet is down you can still go to the relay near the panel and turn it on/off manually. But I think maybe we should use a device with 'HOA monitoring' which sends a signal that our microcontroller can read that will tell the user if the system is working as automatic or maybe someone flipped the basement switch and now it is on manual. | ||
HOA monitoring is only available for 110 volts so now we would need 2 relays. The second relay needn't be high current, it can be a pilot duty relay like [https://www.energycontrol.com/Veris-V103-10A-SPST-Pilot-Relay-p/v103.htm this] for $21 since it is just driving the 220 relay. The 220 relay doesn't need HOA and can be something like [https://www.energycontrol.com/Veris-V320-20A-DPDT-Relay-p/v320.htm the v320] $27. So I need to know what your electrician thinks of that setup and what you think of HOA monitoring. It changes the system architecture a bit | |||
===design decisions=== | ===design decisions=== | ||
Revision as of 21:50, 10 December 2015
heated roofs automation
The first question that came to mind for this project was to be sure that there was a UL approved product that we could connect the control microcontroller to. There are a number of options. This one is the most flexible. Ii mounts to the panel of any junction box. It has a HOA switch (Hand control on, Off , or Automatic) that allows you override the automatic system and turn the heaters off and on from the relay if the internet or wifi go off.
Right now the electrician is providing some kind of 220v DPDT switch anyway. In the new scheme you would deliver the product with this relay/switch that mounts to the panel. In addition you would need to have them install a 24volt transformer (like is used to control doorbells or zone valves) and an outlet for the microcontroller usb cord.
At that point you are done with electricians and UL requirements since the line voltage wiring is complete and the switch is UL approved. The rest is control wiring and that is low voltage not requiring any special permits or anything. The internet connected microcontroller would mount there or be connected by doorbell wire to some other convenient place (near the router maybe).
You could start now including this relay and even a 24 volt transformer + timer to create a default standard for your installations. Then it is a simple matter to reconnect the 24 volt wires form the timer to the microcontroller.
relay choice
Veris V321 : Enclosed Power Duty Relay, 20A DPDT N.O., Coil: 24VAC/DC, 120VAC, w/2 HOA Switch, Relay Power LED, UL
The Victory 321 DPST power duty enclosed relays combine an industrial-strength relay with installation flexibility...use the nipple mount to attach to any enclosure. One coil input controls the state of two power-rated contacts for simultaneous control of two devices, or both poles of a single-phase load. Each output is enabled with a Hand-Off-Auto switch for local control. The Victory series does not require a dedicated field enclosure, so it is ideal for retrofit projects. Field-selectable high and low voltage coil inputs provide on-site versatility.
relay revised
Hey what is the breaker like for typical install? A double 20 (I hope) or a double 30 (a different ballgame)?
I have revised my thoughts on the relay a bit. I still do think we should have this feature called HOA (hand on/off automatic) so that if the internet is down you can still go to the relay near the panel and turn it on/off manually. But I think maybe we should use a device with 'HOA monitoring' which sends a signal that our microcontroller can read that will tell the user if the system is working as automatic or maybe someone flipped the basement switch and now it is on manual.
HOA monitoring is only available for 110 volts so now we would need 2 relays. The second relay needn't be high current, it can be a pilot duty relay like this for $21 since it is just driving the 220 relay. The 220 relay doesn't need HOA and can be something like the v320 $27. So I need to know what your electrician thinks of that setup and what you think of HOA monitoring. It changes the system architecture a bit
design decisions
server architecture
There are 2 basic ways to design how the microcontroller talks to the world.
One way allows the microcontroller to be a server and requires that users open a port on their wifi router. This is much the same as Xbox and nintendo requires users to open ports on their wifi routers to play online. All routers are different.
The other way is to have the microcontroller be a client who talks to the internet every 20 seconds or so and gets its marching orders from the servers response. No wifi router settings are necessary.
The first option puts more of the power on the microcontroller device.
my questions to you
We haven't really decided if we are cat5 lan connected, wifi only or wifi AND lan. What do you think? Lan only is by far easier to configure.
I would like you to go to your router and open a port on one of your devices, lets say your laptop. Open port 6438 for the hell of it. Now a server from the outside world can talk to your laptop on port 6483. Was that too hard? Would you not want your customers to have to do it?