It seems your outside temperature sensor is not ready and does not report a valid value so the automation is set to off. Is this a zigbee sensor (zha)?
//EDIT: I could add a delay for all automation calls after a restart. Would be nice if there is an event when ha is fully loaded. I will do some researchā¦
But I have also seen similar behaviour after a complete restart of the host OS, where the automation will send a seemingly random number as external temperature to the thermostat.
Tested it like an hour ago and the temperature was set to 19.9C instead of the actual 20.4C. There is no other temperature anywhere that would be close to this.
Did not save traces unfortunately and of course for the last couple of restarts it now behaves normally
For now I just assume it is some persistence weirdness somewhere in z2m.
Hi,
the cache status is already activated.
I have now created an automation that enables and disables the winter mode with a 2 minute delay after ha start.
This triggers all heat control automations.
this morning similar things happened in another room.
I checked the trace log and noticed that for some reason the input_number eco temp gets set to a HIGHER number (from 15 to 19) than the static eco temp(15). and thats why the TRV gets turned on. My mistake was to use one eco-entity for all versions of the blueprint for every room. so i hope giving each room their own entity will fix my issues.
Can you give some insight as to why the automation decides to higher the ECO temp sometimes?
@mauritsivs
The eco temperature entity could be changed by heating adjustments only. But is it the target temperature of your climates or the eco temperature entity? Did you enabled physical change / sync?
it was the eco temp entity, and i have physical change enabled as well.
The heating of another room that used the same eco temp entity was turned on manually, so it reacted to that in the second room also because it changed to 19, wich was higher than the room temperature at that moment. Just not sure why it would set the eco temp to 19 in the room that was turned on manually. But i guess that has to do with some calibration?
Iāve looking into āsmartā ways to deal with 10 thermostats over 3 floors and 3 peopleā¦I was using shedy app for the last 2 years and discovered this blueprint and now testingā¦
How would you suggest me to deploy this blueprint?
I have temp sensors + thermostats
I use presence detection
II use a wood stove sometimes in the winter to help heatā¦ Anyway to compensate for this with heating metrics?
Under high demands, my electricity provider dives me rebates if I use less energy as usual and would like to exploit this by making sure I heat more within specific schedule (like 3-9am or 16-19h) without disrupting comfortā¦ Like postponing heating in those hours if It can.
I would like to make sure they all āheat togetherā if it makes senseā¦
Is there anyway to stop heating to target a temperature at a certain time, like sleep time?
Hi,
I updated now to version 5.1.4 and configured a startup delay of 5 minutes in the automation.
Now the temperature is not changing at all.
It looks like the automation is waiting forever.
I removed the delay now the automation is changing the temperature.
Wow panhans, what an extensive blueprint! Looks great, Iām testing with this now instead of the ādumbā schedule I used that was made on my Daikin integration.
Do I understand it correctly if I say the input_mode_guest setting makes the automation ignore the person=home condition? But does this also ignore the input_scheduler_presence: schedule.xxx I set up? Because even in āguest modeā there is no reason to heat up the room in the middle of the night because the dog is triggering the occupancy sensor.
Same goes for my wife is in bed, so person state=home, but the AC (used for additional heating because she is always coldā¦) should not turn on when my kids stay up late. No need to have the aircon on. Is this also the behaviour when I set up the schedule to stop at 22:30?
And I set the presence time-out to 20min because the occupancy sensor is PIR and not radar, does the aicon automatically switch off at the end of the schedule directly, or does it wait for the occupancy to be gone for >20m as well?
@panhans: for me it was the same, i set the delay to 30 sec and 2 of 5 automation didnāt react to anything! After setting the delay to 0 everything worked fine!
Yes, Iād doubled the time in order to keep the action calls in the correct sequence. With the latest version the automation will be called after the delay duration is over. But I wouldnāt recommend to set the delay to e.g. 5min. Maybe 30s to max 1min. Note that in this time nothing works like window detection ect. and if the automation que is full other calls will be rejected.
//EDIT: but maybe there is still an issue
No, the guest entity acts like a person. If on the automation handles it like anybody is home.
If you combine presence with persons and you donāt want comfort for a specific time window, just go with a presence schedule to whitelist the periods of time where presence detection shall be used.
Maybe I get this wrong. You should have an indicator when your wife is not in bed. (Maybe a pressure sensor under her mat :P) This indicator can be used as a presence sensor for the AC. Also donāt forget to whitelist this sensor for the evening.
Yes. The presence sensor must stay off for 20min before eco kicks in.
Durch binary_sensor.esszimmer_aktivitat via template am 13. Dezember 2024 um 08:20:38 ausgelƶst
Wenn irgendeine von 4 Bedingungen erfĆ¼llt ist., dann fahre fort
Gestoppt, weil eine Bedingung am 13. Dezember 2024 um 08:20:38 fehlgeschlagen ist (Laufzeit: 0.04 Sekunden)
Durch binary_sensor.wohnzimmer_aktivitat via template am 13. Dezember 2024 um 13:49:14 ausgelƶst
Wenn irgendeine von 4 Bedingungen erfĆ¼llt ist., dann fahre fort
Gestoppt, weil eine Bedingung am 13. Dezember 2024 um 13:49:14fehlgeschlagen ist (Laufzeit: 0.04 Sekunden)
Mƶglicherweise beziehen sich nicht alle angezeigten LogbucheintrƤge auf diese Automatisierung.
The sensor goes on which is detected successfully.
But it talks about a condition that is not met,
I have as a condition on time 1 minute and off time 5 minutes. But even after the said minute, the temperature is not changed.
At the moment in another room with same problem (Tracelog above āWohnzimmerā").
The problem doesnāt always occur.
I really donāt know where the problem is.