Hello, this is my first post in here, I apologize if I am posting this in the wrong area.
So I am working on a Home assistant connected DIY Smart Thermostat!
I have been googling my heart out trying to gather all the info I need and it seems that nobody has done this or just nobody has posted info about it or perhaps my google skills are lackluster.
I have all the hardware assembled.
I have 3 relays, 1 each for AC, Heat, Fan
I have a NodeMCU flashed with Tasmota
I have a DHT11 Temp and Humidity sensor. (someone did recommend i upgrade that to a DHT22 but that isn’t the hard part of this project.
For phase one I just have LEDs (Red(heat), Green(Fan), Blue(AC)) connected to the relays purely as indicators so as I tweak the settings I can observe its behavior until I am satisfied enough to go live with the system.
As it stands I can trigger each relay from the tasmota webpage on my NodeMCU. The telemetry is posting to my MQTT broker once every 60 seconds. I can see my temp and humidity in HA overview.
I tried using the generic_thermostat code but… I am pretty new at this system… I am stuck. I need the community’s help! lol
The configuration needs to trigger the AC and Fan or the Heat and fan relay depending on what system I have HA set to control. Obviously automations can be set up to intelligently control whether the system is set to cool or heat but i’m trying to keep it simple at first. All climate control functions can be modified from HA overview so there is no need to add a touch screen or any sort of physical buttons.
It would be so awesome if we could come together and figure this out. If we can get this ironed out we could easily share the code with simple instructions on how anyone can make one for themselves. The parts for this project don’t cost but around $40 at the most. It’s a pretty sweet little DIY project and could be easily duplicated so long as the coding can be figured out and shared.
Thanks in advance!