I have been thinking about building myself a wireless IOT thermostat as a project for a while. One consideration I have thought about is power consumption. I looked at my current thermostat and as far as I can tell it does not have a C cord to draw power from. Instead it runs on 2 double A batteries. As far as I can tell its been running for over a year + on these batteries with no signs of needing new ones. I cannot understand how it can be this efficient as it uses relays to switch the furnace and AC on. From all the data sheets Ive looked at relays tend to draw hundreds of mW. I believe the ones I am looking at are ~ 100mW, so at 3.3V, that is 30mA. Two heavy duty AA batteries have between 1000-3000 so assuming a 3000 A hour capacitance and a 10% duty cycle that should be 1000 hours of battery life or about a month. Of course the batteries are running other things, like a electric thermometer, micro controller, RTC, and an LED display, all which I would assume require at least 1 mA of power to run continuously.
So does anyone know how my thermostat does it? Are they using latching relays? Are they sleeping the MC?
My plan was to have a raspberry pi do the heavy lifting for processing sensor data through out my house and have a esp8266 run off of 1 or 2
NCR18650B batteries, and have it wake every minute to check on/off commands, but this wouldn't work with standard relays and the relays and eps8266 would kill the batteries in 1-2 months. I'd appreciate any insight into how my current thermostat is so efficient and how I can make mine more efficient.
So does anyone know how my thermostat does it? Are they using latching relays? Are they sleeping the MC?
My plan was to have a raspberry pi do the heavy lifting for processing sensor data through out my house and have a esp8266 run off of 1 or 2
NCR18650B batteries, and have it wake every minute to check on/off commands, but this wouldn't work with standard relays and the relays and eps8266 would kill the batteries in 1-2 months. I'd appreciate any insight into how my current thermostat is so efficient and how I can make mine more efficient.