Could you double check if you have another instance of AHC in your automations? These error shouldn’t appear with your configuration.
Yes, try to use set_comfort.
If you use a schedule and a person, comfort is set when the schedule is active and you’re home. If this is not the case just share a trace log. (have a look into the initial post) Make sure you setup the uptime integration.
@klmmc@onrust The automation is stateless. When it is reloaded, it does not know whether someone has just come home or whether the person was already at home. The uptime integration ensures that the automation recognizes that Home Assistant has been running for a while and thus skips the waiting times. Otherwise, this behavior may occur…
Yes it’s a known tado bug. thats why some people want that timeouts for calibration or the ability tu toggle calibration completely off over night with help of the adjustments.
Hi what do you recommand for the “EUROTRONIC Spirit Z-WavePlus”
Can i use the “ Calibration Entity Key Word” also if not listed on the compatibility list ?
No Problem, i reuploaded the logs:
06:04 is manual triggered automation via “Run actions”
06:05 is time scheduled run via “Heating Schedule Adjustments”
Just tried to set this up and, well, we’re using Fahrenheit here. My regular temp is 68F but as soon as the automation triggered it dropped my thermostat down the 45F. That’s… bad.
One thing i can see, that you seem to use a Thermostatic Valve for Room Temperature Sensor - this makes no sense. As its stated in the description. This is supposed to be an external Sensor for Calibration.
its called “AHC template sensor” in the first post of this thread.
Add it to your configuration.yaml add it to a dashboard and then you can see all the states of AHC - very helpful for debugging (in may subjective experience)
Hi, I have used the latest version of AHC and try to use it with presence detection. But somehow the presence sensor is completely ignored.
I expected, that with the added presence sensor, the heating will stay in Eco mode till presence is detected via the sensor - even if the scheduler is switching to an active phase. Once the presence sensor gets triggered during an active phase of the scheduler, the heating switchs to comfort heating and returns to Eco after presence is not detected any more (+ presence delay).
In my case, the automation behaves as if there is no presence sensor set. Heating switches to comfort when scheduler switches to active phase and returns to Eco when scheduler is going back to non-active phase.
I don’t understand the schedule.
I’ve created four schedule helpers: one for 5:30 AM (morning), one for 8:00 AM (daytime), one for 4:00 PM (evening), and one for 9:00 PM (night).
I’ve also added an input boolean for presence control.
How can I integrate these schedule helpers so that the heating is adjusted to the desired temperatures based on presence?
Why have multiple schedule helpers? You can have multiple active phases in one schedule helper and link this to your heating automation.
Regarding presence detection I‘m at the moment also struggling…
@Esmax555 I will check your trace log, too. Thanks. //EDIT: your link seems to be broken
@NotesTaker
With your configuration comfort kicks in when your office schedule is active. And the same schedle white lists the presence sensor. If you just want to use your presence sensor remove your schedules. If you want the presence senosor be recognized when you schedule is active set it as the presence schedule and leave the regular heating schedules blank.
@emmi89
You just need one schedule helper with your time slots. If you just want comfort heating when presence is detected, definde your schedule as presence schedule not heating schedule and set you presence entity.
Thank you very much for the quick replies. However, in addition to setting different times, I would also like to set different temperatures for different times of the day, which are not always the comfort temperature. For example, the heating should only heat to 20°C in the morning and to 23°C in the evening. The eco temperature should be 17°C when no one is present.