šŸ”„ Advanced Heating Control

Hi,

Iā€™m thrilled to try to use this blueprint, however Iā€™m facing a small bit of trouble likely do to my lack of familiarity with the ā€œ:control_knobs: Heating Schedule Adjustmentsā€ section.

I have two scheduler helpers set up, ā€œHeat Day Scheduleā€ and ā€œHeat Night Scheduleā€

During the day I want to run the comfort heating, eco temps, etc. as input into the blueprint.

However, my second schedule, ā€œHeat Night Scheduleā€ I want to adjust the comfort temperature to a lower value only during the set schedule hours, and then have my schedule return to ā€œHeat Day Scheduleā€

Do I need to create two seperate automations using this blueprint to differentiate the comfort temperatures during the seperate schedules? Or am I able to combine everything into one instance of the blueprint automation?

Please advise, thank you!

No, never two automations. Do you always switch between the schedulers at a different time? If not, one scheduler would be sufficient.

If you just go with different temperatures for comfort and eco you just need to add two entries in heating adjustments.

- time: "08:00"
  scheduler: "Heat Day Schedule"
  comfort: "22"
  eco: "20"
- time: "20:00"
  scheduler: "Heat Night Schedule"
  comfort: "20"
  eco: "18"

Could you share the full trace log?

Also the dev does have some issues, trace following tomorrow.
Comfort temp is 20,5 and he Put it to 30.

Stable: comfort 18C Not at Home makes to 18,5 somewhere He must add 0,5 C (generic calibration activ)

I Play with them tomorrow on Home-Office :see_no_evil:

Hey i went from 3.7.3 to 4.0.2 by re-installing the blueprint. but now i get a ā€œResponse error: 500ā€. Do not know what to doā€¦

  1. got it! after the update the off-temperature taken from the 3.7.3 is put in the ā€˜Eco Temperatureā€™ entity and not as ā€˜Static Eco Temperatureā€™ number

  2. after installing update, config check: Unexpected error calling config validator: ā€˜intā€™ object is not iterable, canā€™t restart HA.

I get the same error and tried to create a new automation with this blueprint, it saved w/o error but doesnt appear in the automations overview.
Can you check if the situation is the same at your config?

i reset-reinput al my values, entities and schedules, and save went good, and config check was ok!

had the same issue. I had to remove the old automations first and then configure this again

In the current dev version Iā€™ve added new hints. Maybe it needs some log warnings too. Generic calibration and aggressive mode wont work properly with physical change feature.

Okay, currently the hops to 30C dont come again, i will see the rest of the day. it was no manuell change on the thermostat only via GUI

here is the trace from the stable version. 1c070a07 - { "trace": { "last_step": "action/2/default/4/if/conditio
normally it should be 18C but he changed to 18,5 but i dont see anything in the trace about this change, i check it the next days too

Hi everybody,

and @panhans: thx for that blueprint :slight_smile:

For testing i created a automation with a scheduler for setting the temperatures, a wintermode an the static comfort and static eco temperature. All seems to work fine until i try to change the temperature manually (in the Dashboard or at the valve directly)! If i do that a few seconds later the old temp is set again!
I tried with ā€œPhysical Temperature Changeā€ enabled and disabled!
How could i solve this problem?!

There is currently a fix in the dev version. But I recommend changing temperature using the temperature helpers. If you want you can try it or wait until itā€™s merged in the main version.

how do i implement an ā€˜awayā€™ function?
i have 5 schedules for 5 rooms, but when my wife doesnt work from home, how do i disable the heatingschedule in her home office?

ok, found it!
made an empty schedule, but that next to the ā€˜normalā€™ schedule, made a boolean switch en toggle between the two.

Nice blueprint, i realy like it!

1 Like

a fix sounds good :slight_smile:
I tried with helpers for eco and comfort but than i have to problems:

  1. only i can change the values :wink:
  2. the helpers only accapt integer values (not a problem with the blueprint but a restriction from the number helper of HA)

i think i will try the dev version until the new main-version is released :)!
Is it possible to use dev and main version parallel?

let me give the answer myselfā€¦yes its possible to use both versions :wink:

i tested it shortly, and it looks good for now. But i have to test more, it could be that there are some issues when having a scheduler behind the automation!

Hi and thanks for this amazing blueprint!
I have a small issue with the automation setup to control the air conditioning unit. When selecting the option ā€œTurn OFF Instead Of Eco Temperature,ā€ the system successfully turns off the air conditioning unit when the ambient temperature exceeds the set threshold. However, it fails to turning ON the airco unit and set to it to heating when the temperature falls below the set threshold. The desired outcome is for the heating to automatically turn on once the ambient temperature drops below the specified threshold to maintain the set comfort/eco temperature of e.g. 20 degrees Celsius. Any help would be much appreciated.

What will happen if i define a calibration sensor, without setting the calibration tweaks?

I ask, because if the heating is on, everything seems to work, and the offset is added to the comfort-Temperature!

But if i go to eco-Temp or if the time-scheduler is off, than the offset is getting bigger and instead of closing the valves they are still open!

Example:
eco : 16
comfort: 21
Room: 18
TRV: 12
The windows is open and the room-temp should be the reference for the trv!

The offset is now 18-12 = 6

Heating on: 21+6 = 27 ā†’ thats ne new comfort temp! This will get smaller if the temp in the room rises until room and TRV have the same temp!

Heating off: 16+6 = 22 ā†’ thats the new eco Temp! But in this case the valves will still be open. And if the temp at the TRV will maybe go down to 10, than the Offset will rise and the eco-temp also will do that. So there is no cooling down!

Is that right or do i have a gap in my brain :wink:

1 Like

Is it possible to turn on heating when the outside temperature goes above a certain threshold? As far as I can tell, it seems like itā€™s only currently possible to turn on heating when the outside temp falls below a certain threshold.

For example, Iā€™d love to be able to turn on heating when outside temp is below 55 Ā°F, turn on cooling when outside is above 80 Ā°F, and have it HVAC off when outside temp is between 55 Ā°F and 80 Ā°F.

Hi, I really appreciate your awesome automation tool! I have a question and suggestion:

I primarily use the Auto Mode on my thermostats for temperature control. Itā€™s convenient and easy to manage through the app. However, even in Auto Mode, Iā€™m still able to manually adjust the temperature. This means your automation might sometimes override my Auto Mode settings when the ā€œwindow & doorsā€ option changes state (e.g., closed in the evening).

To work around this, I could use the schedule and set it like in the app? Would it be possible to add a tweak to your automation that ignores the comfort and eco temperature settings if the thermostat uses Auto Mode?

Thank you for your time and consideration!

Info: Actually dev works good for me. Waiting for new Features :joy:
My last problems from older devs are away :+1:t2:

Nope, you can specify the step size. Also floats are possible.

This is the task of a thermostat. If the automation sets your thermostat to heat and a target temperature and yet your air conditioning system does not start, there is probably something wrong with your air conditioning system or your thermostat.

It will run calibration with default values. :smiley: (Except Popp, Danfoss, Hive)

The reference is always the room temperature. 22 is in this case the temperature to hold the room temperature on 16Ā°C, but with time the differences between TRV and room temperature will equalize a little and the calibration offset will be renewed.
You can also play a little with aggressive mode if you want faster reactions.

Not possible atm. Maybe later this year when Iā€™ve added more options for hvac modes.

Itā€™s planned to create a scene based backup of the states of the thermostats in order to restore the states after closing the window or when a schedule ends dynamically.

Thanks for your feedback. A little fix will come to dev version. Hopefully I am right back in the game next week again to start adding some of the wanted features.

2 Likes