This is very interesting, I will take a look at it. I use a dualmodegeneric controller to indirectly control an Infinitude HVAC system, it has a lot of inertia, and does not have simple on-off behavior. I’ve considered writing something to use an electric room heater to try and balance the 4 degree F temperature swing I get, but if I can tune the PID on this to turn off the HVAC before it gets enough velocity to badly overshoot that’s possibly a reasonable solution. One problem I foresee is that the Integral term is likely to need to change as the outside temperature changes (i.e. the efficiency of the HVAC system changes). Do you have any advice on this?
Yes, very nice! That is just working as it should. Thanks
I am the creator of a Blueprint named Window open, climate off and I am using your thermostat for developing a new version of the blueprint. Therefore, I am kindly asking if you could add more havc modes to your thermostat. Those are based on manufacturer specific modes from e.g. Tado, Homematic, Yamaha etc.
fan_only
dry
automatic
manual
boost
away
night
That would be cool and is just a suggestion to make your awesome thermostat even cooler
Can i use this to make a dual setpoint climate entity for a climate entity that doesn’t natively support it?
I currently have a climate entity that only supports Heat and Cool (not auto), I would like to to have dual setpoints. If so what woukd the config look like?
Hi, i could not set initial hvac mode to heat_cool. There is no such state it says. Any suggestions? Thx
Viktor
initial_hvac_mode: "heat_cool"
Log:
Logger: homeassistant.config
Source: config.py:464
First occurred: 6:48:56 PM (1 occurrences)
Last logged: 6:48:56 PM
Invalid config for [climate.smart_thermostat]: value must be one of [‘cool’, ‘heat’, ‘off’] for dictionary value @ data[‘initial_hvac_mode’]. Got ‘heat_cool’. (See /config/zz_climate/climate_heater.yaml, line 0).
I would post some more info about my config, the point is to use it with an ESBE mixing valve for primary floor heating water temperature fine adjusting based on forecast weather temp. (this part will be used after the manual thermostat adjustment go well with pid.
I appreciate any suggestions about this as well.
The ESBE motorized valve have a 3-point control, runtime: 120s
heater switch would turn it to heat direction
cooler switch would turn it to cool direction
I try to do the Same. But my skills in programming and homeassistant are obviously Not good enough to get this thing work. Can you help me and explain to me how you managed that?
Well, you would have to feed the discussion with something to begin with. What do you have already? What is your goal. We do not have a glass sphere around here
Hehe yes, First of all o wanted to know If you are around and willing to help… Despite where it will lead i want to thank you in advance for answering!!
I got a styrofoambox, a working dht22 on a nodemcu 8266 over esphome and a smart Switch which i thought can control a seed-heatingmat. I got it to work Yesterday over the generic thermostat integration yesterday. So it ist not bad at all.
I tried to configure the smart thermostat pid integration:
If i Change the entity_id of the heater to switch.tuxa_stecker_2 i get a failure in the config. But as i thought this would bei necessary?
The next thing is, that i ask myself If this setup is able to achieve the accuracy a pid Controller offers…?
So i think that is all i have and all i tried so far. To my goal: would be nice to learn something and produce some Koji (the humidity thing needs to be installed to)…
I do use this thermostat because of its cooling/heating capacity in one place, but I’ve given up on using it’s PID part. I simply did not have the time to learn myself the theory of PID.
So I only use ON/OFF method, and that is enough for what I need.
hi smart Thermostat with auto Heat/Cool modes and PID control support.
it mention that I need to add : You can add this device by adding it to your ‘configuration.yaml’. See the documentation for more information.
I checked but I am not sure what I need to add and on which place. I don’t see anything popping up in the device list
kr
Hans
Can I use your thermostat to control AC unit (heat ON/OFF) to control room temperature ?
If yes, how do I go about getting the PID controller fine tuned