Mode Heat is more manual mode. The red colors looks like warnings and implies everything is turned on.
But thatās not the case. Itās only a manual mode and thatās essential to be controlled by another system.
The home assistant scheduler has nothing to do with the one of the tado bridge or the build in of some TRVs. These build in schedulers can be enabled by changing the mode of the valves.
Letās make it short: To be controlled using home assistant or any 3rd party app without touching the build in heat plan mode heat is always needed.
Thatās what I figured. Just wanted to check. Iām slowly migrating all of my rooms and areas away from the Tado schedule and into a Home Assistant schedule. I just wanted to check what was seeing was as expected.
Hi there,
Do you think it is feasible to use heating control for floor heating? I have only one thermostat/valve which I want to control, based on room temperature/ water temperature and/or outside temp.
Try it! I think for floor heating itās maybe not suitable because they need more time to getting a room to comfort temperature but if you have long periods between heating and not heating in maybe fits for your use case.
Trying to improve my setup regarding presence / holiday / ā¦ Iām not using persons as we have no trackers available.
That being said I would like to
force minimum temperature if a binary sensor indicates nobody is home at all (like weāre travelling)
set comfort temperature with scheduler A for workdays
set comfort temperature with scheduler B for holidays,weekend,sick at home,ā¦
Iām able to set up the binary_sensors and I understood that I can switch between two schedulers using holiday_mode, but how would I configure the ānobody homeā thing? Winter mode could do the trick but Iād need minimum temperature, not āoffā.
Sorry Iām a bit lost with the number of combinations of presence, persons being home, and schedulers
P.S.: Should I simply use āGuestā mode to enable heating over all? Might work but feels a bit weird to have heating in my house only as a guest
P.P.S: Or should I combine everything into just one template presence sensor, but thereās so many options that my scenario should be doable within the blueprintā¦
I am working on a small documentation atm to give an overview over the possible combinations.
Without person trackers I would prefer guest mode, but I think without provide at least one person heating is fully scheduler based atm. So heating is always on without a person when scheduler is on.
So If you want to use guest mode as your indicator you need to provide at least one (dummy) person, whoās always away (not_home), for the moment. (I will add guest mode to count as person if an entity is defined.) Maybe guest mode need another naming.
A 2nd approach is going with a template sensor or a input boolean for presence detection. So this sensor combines your calendar values and other indicators if somebody is home.
Thank you for your thoughts. I rewrite logic for setting comfort temperature atm. I will add the guest mode āissueā on my list.
I went the guest mode way - guest mode is activated with a binary template sensor āis there anybody homeā based on a calendar. For when guest mode is on, there are two schedulers to choose via holiday mode (another template sensor). Just couldnāt test it yet as both schedulers are āoffā at this time of day
Did you provide at least on dummy person? I think it wonāt work with the current stable version because the guest mode doesnāt count as a person yet.
Without a dummy person heating is always on if heating scheduler is on. Will āfixā this in the next update.
No, didnāt specify any person. Didnāt understand the āpersonā concept yet or at least didnāt see how to change a persons status via template.
Anyway, it seems to work as expected: I changed the schedule to have it āonā for a while and then switch āoffā.
Debug-log for āonā:
Haha okā¦ Sry, had a look in the code right now. It should be working like you expected. Maybe I am a little confused because I rewrite this lines atm.
But never mind. Here is a preview of the documentation. Maybe it helps to understand a bit more. But itās not final.
Great blueprint. I was using 3.4.4 and had a couple of issues with temperatures not updating quickly, both at the end of schedules and when they are updated with the input_number, which led to the heating being on all night in one room (it was the bedroom, so not like I was pissing heat into the void). Since the update to 3.6 it seems to be more stable. Sorry I canāt offer traces for the issues I had.
As there has been a bug with the physical controls updating the temperatures I have instead opted for the physical controls to start the āParty Timerā (which I renamed āManual Overrideā) for an hour or so. I have also opted to remove the option to set the temperature in the UI. This works for me anyway. - One questionā¦ With party on, will this turn off heating when no oneās home? I figure it wonāt, but I suppose that if the timer is only for an hour and I forget, then when the schedule kicks back in, it will notice that no one is home and not fire when the schedule comes on.
Iām also not using TRVs - I have no gas in the house which is expensive and the reason why I need more control over the heating. Instead I have 3 Ecostrad iQ Ceramic heaters which seem to have all the same sensors and controls as TRVs.
I would really like a blueprint that would offer this much control for other devices that I would like to schedule such as my water heater, or fans which are simply on/off. I tried stripping back the blueprint, and building it from scratch but thereās just so much of this one it all got too much very quickly. I will give it another go though and see how far I get.
Finally, a tip - I have Octopus as my energy supplier and use the saving session binary_sensor as a window contact - turning my heating off when thereās a saving session and saving me some money.
Thanks so much for this! so far, apart from the night when the heating didnāt update, it has saved me money.
Thank you for your feedback. First sorry for the inconvenience. With v3 the whole blueprint got a rewrite from scratch and many here helps me to debug this piece of code. Testing is really painful since there is no possibility for test automation.
And yes: The party timer overrides everything and heats if nobody is home. But immediately after timer ends the default logic gets called and temperature will calculated as determines by your plans.
It doesnāt matter which end devices stay behind the climate entities. And for your other devices I could provide custom actions for v4 and passing some useful variables. So everyone can add itās own action / logic when the default processing branch of the automation got called.
If you canāt wait simply create a template based binary_sensor and compare the set temperature of a climate with the state of the comfort temperature input_number entity. If they are equal your heating plan is active (or party is on).
Still a bit confused, not sure what exactly I had tested that night - today it didnāt work as expected, seems I really have to define a dummy (āalways awayā) person to make the blueprint take the guest mode into account. Without that person, the schedule alone will activate the heating, guest mode has no effect in that case.
Iāve updated the example of the calendar based holiday sensor because with version 2023.12 of home assistant the service call and its return value got changes.
Keep in mind to update your sensor until June 2024.
Hello Panhans, I just started with your great blueprint. Thank you for creating it, this is just what Iām looking for. After setup I run into some strange behaviour. I have 4 thermostats with two different time shedules (multiple shedules created in the helpers for morning, afternoon and evening). Most of the time the thermostats start as planned, but when I look in the dashboard the thermostats go to the minimum temperature instead of the comfort temperature. But the time shedule is still active. Now the very strange thing is that when I update the yaml files the correct temperature for two valves comeback, but the other two valves go from the comfort temperature to the minimum temperature. Any idea what could cause this and any idea how I can fix this?