I only deactivated the specific BT. I have the same thermostat in my livingroom and it works there (BT climate entitie as thermostat in the AHC Blueprint).
I could try doing the same thing in my office… but shouldnt it work anyway without the BT? i dont thing BT is causing isuues with the office thermostat eather when it is deactivated…
That would be cool, the only issue, that I have with that component, is that I currently see no option to alter the entity, that is used to evaluate weekday and weekend. Currently with AHC, I have created my own workday sensor and use it as a switcher to select one of two schedules. Like it is described in your blueprint and that is working very good.
Could you update to the latest version first like described in the troubleshooting section? I don’t know what version you’re using but there are some variables missing. Also try to reset the calibration entities of your thermostats manually to zero.
A user here also reported that calibration won’t work after he cloned the automation, did you?
But I think the switch of the schedule integration does not represent the state if something is scheduled but the schedule entity itself. So it needs a binary input, e.g. a presence entity and the temperature inputs. This could be set by the custom schedule integration easily.
Have a look into the troubleshooting section in the first post, please.
I have a question on the ECO and Comfort Temperature settings.
I’m using a helper for both temperatures.
Every once in a while the Eco temperature is dropping from 18 degrees to 17 degrees without interaction from my side.
What could cause that?
I have checked trough the blueprint settings but can’t find any explanation…
Is your input number also set to this value? Could you let run the automation into that issue and take a trace log of this situation. (see troubleshooting in the first post)
If you add a schedule for a binary_sensor for instance, you can only turn it Off or On. The scheduler component also creates a switch, with a similar structure:
However, from my perspective, it makes no sense to create a binary_sensor only, because you want to create a schedule with that component.
I am very interested in your opinion, because I could control and set the thermostat and its temperature and On/Off, but to control Windows, Presence Detection, and so on, your blueprint is just gold!
By the way, I solved the workday topic, by creating a daily schedule and added a condition, that the schedule is only active, if my custom workday sensor is true. Yeah!
I guess, that I just want to have the usability of the scheduler card for the regular schedule helper.
Your post shows a very flexible way, to handle different temperatures for comfort or Eco, but that is too much for me. Unfortunately I can not see to alter a schedule helper with a script, like a schedule.edit, that would write the information from the schedule component into a schedule helper.
I am trying to figure out transition from summer to winter and the other way around. I have a multi split air conditioner, which means they can either heat or cool. The climate entity provides off, heat and cool.
First I thought, I could put this automation twice per room, once with winter mode, and once with reversed winter mode, put eco and comfort temperature into a helper and then controlled it by setting my winter mode helper accordingly.
Unfortunately that does not work, as the automation currently on winter mode switching off the thermostat, not letting the summer mode claim it.
What are the best practices for separating summer / winter? Also, I can under no circumstance use auto, because requesting heat and cool from the same outside unit might damage it (sic!). I am looking for a solution my wife can easily use (a toggle) when I am away…
Edit: Also, a window/door open temperature other than 0 seems to be preventing the climate entity from being turned off when winter mode is used and off.
I have got only one schedule yet. Can I set custom comfort temperature in a timeslot like giving extra data or the only way I can do this is Adjustments / Heating Plan?
Yes, atm you have to create 2 automations like you did but you have to add a custom condition where you check weather the winter mode entity is on or off (depending on your automation) to make prevent the automation turns off the climates.
I think I won’t add a toggle mode to the blueprint since the needs differ between cooling and heating. But I could add another selector for blocking those actions like turning off. So the automation won’t change anything.
Yes, thats the idea. Some users wanted just lowering the temperature to save battery or one user needs a minimal temperature to prevent pipe freezing. (He comes from a very cold area.)
If you want the climates turn to turn off when windows are open just set the window open temperature to 0.
Yes, just use the heating plan feature. Have a look into the examples in the description. You can also set the comfort temperature entity with help of another automation.
Since upgrading from 5.2.10 to 5.2.15, calibration does not work any more. Log fills with error entries like this:
2025-01-22 05:09:25.581 ERROR (MainThread) [blueprints.panhans.heatingcontrol] AHC - Calibration - FZ: Thermostat Steuerung
Jan 22 05:09:25 server homeassistant[2819821]: calibration data set: {'number.fz_thermostat_external_temperature_input': [{'value': 19.4, 'valve': 'climate.fz_thermostat'}]}
Jan 22 05:09:25 server homeassistant[2819821]: 2025-01-22 05:09:25.584 ERROR (MainThread) [blueprints.panhans.heatingcontrol] AHC - Calibration - FZ: Thermostat Steuerung
Jan 22 05:09:25 server homeassistant[2819821]: calibration entity: number.fz_thermostat_external_temperature_input
Jan 22 05:09:25 server homeassistant[2819821]: offset: 19.4
The value (19.4 in this case) has nothing to do with value reported from the external temperature sensor, I don’t know where it comes from.
This is with Aqara SRTS-A01 sensors. I use the number.*_external_temperature_input for calibration, and this has worked until now.