🔥 Advanced Heating Control

Hey,

I am Interessted. If I am at home and Presence Detection is active. Will the room be on ECO if no Presence is detected?

I also use the Experimental Feature that i can change the Temprature on my Thermostat. This changes the current Comfort or ECO Temp. Will this one be reset at some point? Or do I change this value for the whole time.

If I have no Schedule default is Comfort Temp when i am at home. This will change if I have a Schedule? Then only my schedules Times are Comfort? Even if I am at home? The Same Question for Presence detection.
If my Schedule is in ECO and Presence is detected in the room it will change to comfort?

Thanks

Hey @panhans

First of all - really nice automation! i love it!

i was running the automation wrong the whole time… i was using the automation with a climate group for my two thermostats in my living room. that worked somehow, but then i realised - the calibration won’t work, because my climate group doesn’t have an entity for calibration… seems legit…

so i looked at your automation and of course it is possible to add multiple thermostats to your automation - how clever :wink:

now i have an “issue” - i think it’s only a display issue…
but normally, when my temperature is reached, my thermostats change from “heating” to “idle”…
one of the trvzb does this - but the other will now stay on “heating” - is that a bug? :open_mouth:

here is a screenshot for better understanding:

i hope you can help me :slight_smile:

Much greetings
Wilhelm

ASHP with two zones (Ground floor & Frist Floor)
Hi, how difficult would it be to change this Blueprint to have 2 zones and assign Sensors and TRVs per room to a zone. Then have that Zone “Switch” on an off on heating demand?
i.e
Lounge, dining room, Kitchen to Ground Floor Zone
Bedroom 1, 2, bathroom to First floor zone

Seems like it fixed itself. At least it is showing correct for now.

i will contact you if it will happen again :smiley:
thanks anyway :slight_smile:

Hi,

now we have summer. Normaly hot at the day and a little bit colder at night. So at night, I will open all windows.
Is there a way to be notified when the outside temperature is higher than the room temperature? This way, I can be notified when I should close the windows in the morning.
Or maybe that’s an idea for a next update.

I think I missed something in the last update(s).
I had a working AC automation for our living room and the AC does not turn on anymore.
When looking into the Trace it says under step config:

variables:
  is_delayed: >-
    {{ not (not is_uptime_defined or (now() | as_datetime -
    states(up_time_sensor) | as_datetime) > timedelta(**input_startup_delay)) }}

I do have the Uptime integration installed. The sensor entity name differ is different though.
Me gut tells me there probably is an easy fix for this - I am just not seeing it.