Looking for ideas on how to implement an automation.
-
They sell that temperature switch on Amazon.
-
Depends on what you mean by simple. Since he's measuring the temperature of a water loop, it would require a temperature sensor external to the thermostat on (attached to) that plumbing, so right there, you've reduced the number of available thermostats for the job to those that support external sensors, and that remaining set is likely a bit costly. And you still have to get 24VAC power to that thermostat. Still wiring, really all the same wiring, in fact. An expensive sensor and relay with a front panel, is all a thermostat is, so on net, I think you're paying a lot for a UI you don't need.
-
There are plenty of 24v thermostats with remote sensors here in UK (about £30). The OP wanted "Trying to determine the best platform for a set it and forget it black box that works with as close to zero maintenance as possible."!
So my thinking is thermostat in tandem with external sensor, A little wiring job done. You could also probably use a shelly 1 with temp sensor addon if you want feedback.
-
There are plenty of 24v thermostats with remote sensors here in UK (about £30). The OP wanted "Trying to determine the best platform for a set it and forget it black box that works with as close to zero maintenance as possible."!
So my thinking is thermostat in tandem with external sensor, A little wiring job done. You could also probably use a shelly 1 with temp sensor addon if you want feedback.
-
Appreciate all the discussion. I like Patrick's third diagram, however, looking at discs available I haven't found any with a 5/8 inch diameter connection. Additionally, they are not super accurate according to reviews on Amazon. I might use an ESP32 board with a DS18B20 probe and a DPDT relay in place of the snap switch unless I find one available in my search.
-
-
So, I have looked into the snap disk thermostats that are shaped to connect to a pipe and found, for the one that meets my specs, that the minimum order is 100 units. Additionally, comments in the interweb indicates that they are not all that accurate. Have been thinking about my design and have come up with this.
I plan to connect a 24VAC to 5VDC step down buck converter to the Venstar common and Venstar Y wires as shown in Patrick's second drawing. Using that to power an ESP32 board connected to a DS18B20 sensor and a relay controlled by GPIO on ESP32.
Logic on this design is pretty simple: Monitor loop temp and switch via relay to aux heat source when temp falls to trigger temp.
Remain in AUX mode until thermostat shuts off and powers off ESP32.
Next time furnace starts, relay defaults to Heat Pump mode until temp drops to threshold again.Questions for those of you with HVAC and ESP32's:
- Will the 24V AC powering the thermostat supply enough power to run the ESP32?
- Are the ESP32's able to withstand multiple power cycles without getting corrupted?
Input's to my design are welcome.
-
The typical fuse on 24VAC control circuits in residential HVAC systems in North America (lot of qualifiers there, sheesh) is 3A, so you're good. I don't think the power cycling will be a problem for the ESP, but YMMV on your buck converter.