I have 10 temperature (Aqara Temp and Humidity) sensors from Homey synced through MQTT which is not in the dropdown list over available sensors. Any idea why?
They are available everywhere else, it seems like theire accepted if I write in the entity id.
It seems that, for generic thermostats at least, it requires a climate.turn_on as well as a climate.set_temperature in order for it to actually enable.
In my case, it sets the temperature but doesn’t enable the climate entity itself.
Thanks for the nice blueprint. I’ve forked it and adjusted it to my needs.
no common presence detection anymore. As when I go shopping in the winter I don’t want to have the house cool fully down. Same for wakeup in the morning when presence detection did not take place
Ability to add sensors for measuring the external temperature as well.
Ability to add multiple heating sources, which would be triggered depending on the outside temperature, measured by the sensors from the first point. For a temperature range from 0 to 20 C for example, use the heat pump. For temperatures below 0, use the gas furnace.
Ability to set an upper temperature range and if that’s exceeded, turn on an AC.
@Noorbertt isnt that obvious and already explained?
a) you go out for 5 hours. That means you are not present at home. That means the house/flat cools down. Depending on the outside temperature it can take long time to heat up again.
b) If you turn your smartphone into flight mode. e.g when sleeping. the bathroom would not be warm when you wake up. Because you’re marked as absent.
…
Would it be possible to have some sort of manual override or integrate with the Lovelace thermostate? (programming / Home assistant NOOB)
currently have 3, automations per room Day, evening and Night. Some times the evening needs to be a bit higher or longer. Now I have to dive into the automation and set it, but this is not doable for others in the house hold.
Hey. Really awesome blueprint thank you. Ive got one problem tho. My thermostat doenst have an “off” mode so climate.turn_off doenst work for me. It only has “auto” and “heat”.
My home/not_home detection works fine and if i use set_temperature if i build an automation myself with climate.set_temperature it works. I want to use your blueprint tho because of the before/after times etc and because its just nice.
How do i replace climate.turn_off with climate.set_temperature? I tried replacing “heat” with “auto” and “temperature: ‘{{ set_temp }}’” with temperature: 15 (i.e) but nothing happens.
Hello,
thank you for this. It is working so far for me. One thing I do not understand.
The minimum Temperatur, for what exactly is that.
The function I see is, that the heating is switching in Energy Mode if the Temperatur is more than this “min. Temperatur”. If I open after that a window, the heating is switching off and keep it off. It will not switching on again until the Temperatur is going below the “minimum Teperatur”.
In this case the Time (On/off Time) doesn´t make any different.
I do not understand this function. Can you explain, or is the function not working correct at my configuration. I using the Hama Thermostat(SEA801/SEA802)
Thank you
BR
Michael
One thing more. If I keep it below the temperatur, it is working correct. If I open/close the window the Heating is switching off/on different times. Only a higher Temperatur there is no function any more.
do you also face issues with the new upgrade to 2022.4.0+?
My heating automation did not work anymore. It stucks at the last step of the decision tree. In any case it’s not heating anymore, when I open and close the window. Even in the morning it was freaking cold…
It stucks here for me in the debugging window. Means all the time the last step is not marked in yellow, as the previous steps of the automation
example:
I do have the same Problem. But in general I startet with this automation and have in general Problem with this.
I use climate_group and have the same Problem you describe. If i use a thermostat without group it is working. If I use a group I have the Problem you described.
I solved this to change it to:
But Back to my Problem, maybe you can help me. I do not understand the Parameter min. Temp.
In myy opinion this should be name to max. Temp. I understand this automation, that this is working below the min. Temperatur. Above the “min. Temp.” It will switch to energy Saving Mode. Is this correct?
Energy Temperature: This is the temperature the thermostat will keep, even if you’re not at home. For example to prevent any mold on the walls and of course too high humidity.
Min Temperature: If the temperature is below that, the heating will turn on and will go up to the temperature which is set under Temperature Target
Temperature Target: This will be your Target Temperature. So either way it will go from Energy Temperature or Min Temperature to this level, when you are home.
That means basically that the temperature is usually between Min Temperature and Target Temperature.