this post was submitted on 16 Nov 2025
19 points (95.2% liked)

Ask Electronics

3900 readers
4 users here now

For questions about component-level electronic circuits, tools and equipment.

Rules

1: Be nice.

2: Be on-topic (eg: Electronic, not electrical).

3: No commercial stuff, buying, selling or valuations.

4: Be safe.


founded 2 years ago
MODERATORS
 

I bought a nest gen 2 thermostat to play with a open source project that revives old nest thermostats (https://nolongerevil.com/). Since I don't want to install it into the home, because it will be a toy. I was thinking of building a test rig using a arduino or esp32 to simulate a HVAC and indoor temperature. I'm IT guy, not a HVAC guy, I think this would be a good learning project. Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] Chozo@fedia.io 7 points 5 days ago

I used to work as a PQI contractor at Nest, and we actually had test setups like this in the office that were just a circuit breadboard mounted on a plate behind the thermostat. The thermostat doesn't really "communicate" with the HVAC control system at all (all it does is just send ~3V along the circuits based on its current mode), so as long as you have the circuits routed properly on your board, the thermostat will think it's connected to a real system.

The stock firmware doesn't let you go above a certain temp (like 80F or something, I forget the exact limit). But if your custom firmware allows it, the only thing that would realistically happen is that it just runs a 3V circuit to what it thinks is the heater, infinitely, since nothing is actually causing the ambient temperature to raise at all. The ambient temp reading comes from a sensor on the thermostat, itself.