Do I have to build my own touchscreen thermostat?
-
Do you trust every device you buy without question?
-
[email protected]replied to [email protected] last edited by
Noting ESP specific to my knowledge, but there is a home assistant community.
-
[email protected]replied to [email protected] last edited by
my high efficiency HVAC unit would like a word with you.
what you're saying is basically you can replace anything with a RPI. yes, in theory, you are correct. but, unfortunately for you, there are nuances that you didn't take into account. such as, startup/shutdown procedures, cool down cycles, heat pumps, dual compression ac units, etc.
-
Nope, but I trust the ones that lack the hardware for dialing home.
-
[email protected]replied to [email protected] last edited by
Alright I'll check it out. Tnx:)
-
[email protected]replied to [email protected] last edited by
All of that is handled by the HVAC (if there's anything to handle) and not the thermostat
Thermostats can be (and most often are) a bimetallic strip that bends one way as it cools and bends the other way as it warms, and that flips some switches that you set for temperature ranges which then demands cool or hot from your hvac
-
[email protected]replied to [email protected] last edited by
Raspi is overkill. Mine runs off an esp32 using code I wrote in Arduino. The web interface takes up more space than the code.
Only reason it's an esp32 instead of an Atmega 328p is the wifi support -
[email protected]replied to [email protected] last edited by
Which are all things you can easily do with an RPi and some simple python.
Just like anyone can “easily” rebuild their transmission or patch a piece of leaky copper pipe or bake an apple pie from scratch or hit a bullese from 50 yards out.
What’s easy for you isn’t easy for everyone.
-
[email protected]replied to [email protected] last edited by
And deal with breaking updates happening on HA and the thermostat software itself while simultaneously maintaining api keys and policy changes every 2-6 months.
Its hard work
-
[email protected]replied to [email protected] last edited by
This is the way.
-
[email protected]replied to [email protected] last edited by
Programmers love to oversimplify things, like "do easily with an RPi and some simple Python" is kinda meaningless. For one, UI/UX is actually hugely important for a consumer device and definitely nontrivial, but on top of that, there is way more that goes into creating custom hardware than a bill of materials and choosing a programming language...
A thermostat is controlling a hugely expensive device that runs on a highly flammable gas that costs me real money to use. I want 0 bugs. I also want 100% uptime. I also want my partner to be able to control the temperature in the house. These devices are actually not simple at all and I assume that's the reason there isn't a good open source/open hardware solution.
-
[email protected]replied to [email protected] last edited by
I SWEAR it's impossible to make fun of the selfhosting / hacking communities. I made a joke once that they should hack a toothbrush then I found they already did
-
[email protected]replied to [email protected] last edited by
That is the simplest possible thermostat and works great for setting a temperature, but that's not the ideal thermostat. The temperature your house "feels like" also depends on humidity. You may also care about the temperature more in a spot further from the thermostat and getting accurate measurements in that location can save you money and waste less gas. There is also the decision of how long you should run a furnace and, in the case of multiple stages, which stage you should run, although some furnaces control the stages themselves. Then there is air flow. Controlling the fan separately is useful if the house doesn't evenly heat. Sometimes you can just have the fan work and use the actual furnace less, saving gas again.
-
[email protected]replied to [email protected] last edited by
From my understanding, those days are in the past. I can't speak to that from experience because I only recently got into HA.
-
[email protected]replied to [email protected] last edited by
I could see that, but you have to remember that the average consumer doesn't have an automation hub or get deep into the automation sphere, and as such many of these products are designed to be standalone devices that can be controlled from a phone. Often enough they can be the only 'smart' device in a home.
That all said, a dumb thermostat like your suggesting would still require a small CPU, ram, embedded OS, and network stack/hardware to operate and communicate, so I don't know how far the savings would go. I can't imagine the processing power on something like a nest is that powerful as it is.
-
[email protected]replied to [email protected] last edited by
Depends on what proprietary WiFi controller you purchased. The one I bought for my electric underfloor heating makes me manually request new api key every 6 months. So I've had to write ANOTHER script to automate requesting a new key via their website.
Now theyve put a captcha in and ive since given up. I'm too old and busy for these games
-
[email protected]replied to [email protected] last edited by
Yeah, I use Zigbee with Home Assistant, it's pretty great, except it sometimes bugs out and I have to restart a few devices.
-
[email protected]replied to [email protected] last edited by
"Oh so you're telling me it works via the flow of electrons to power motors and sensors? Hold my beer."
Side note: This is why it's infuriating that companies seem to believe what we want is unsecured bluetooth / wi-fi enabled toothbrushes hooked up to our home networks and smartphones via some equally hacky app that tries to link toothbrush usage to buying habits and ad efficiency.
-
[email protected]replied to AwkwardLookMonkeyPuppet last edited by
Or mobile websites that ask you to install "apps"
-
[email protected]replied to [email protected] last edited by
Those are all very nice things to have in an improved thermostat, I agree completely
The point I was replying to was making the erroneous claim that basic operation of an HVAC isn't possible with an RPI thermostat because of things the thermostat doesn't handle