Really good job this Blueprint. Thanks a lot ! Was anyoed by my Viessman ViCare app and in a few hours the result of HA+ AHC gives much more control ! really happy.
I have Viessmann ZK03840 TRV. To my understanding they do not have calibration function (but I am not 100% sure).
I have a couple of rooms where there is a need of āRoom temperature Sensorā because heaters are kind of in a niche and the āTRV temperature sensorā goes up very fast. Therefore I activated āgeneric calibrationā
Question 1)
Does the āgeneric calibrationā uses the āRoom temperature Sensorā ? or is it just a fixed offset ?
Question 2)
In āHeating Schedule Adjustmentsā instead of eco: ā19ā , I woulld like to replace the 19 by input_number.temp_night_global. Is it possible ? How do I write that in proper code ?
Yes, the reference temperature is the value of your room temperature sensor.
Press the D-Key anywhere in home assistant and type the name of your thermostat and press enter. In the following device page have a look for number entities. Usually the named like something with offset, calibration, external temperature ect. But it could also depends on the integration you use.
Yes, this is possible. Just type the entity id instead of the number value.
Hmmā¦ I use the same thermostats. The calibrated temperature is nearly the same like the value of the sensor. Did you check graph of the calibration entity if this works in your setup? Mine looks like this:
I have extensively deployed your blueprint at home, but now I am facing headaches when integrating the climate Entity with homekit and having my family interact.
Ideally, I would like the temperature to reset the latest an hour after they manually intervened, because they only know on but not off
Would it be possible to add a configuration option āRerun actions after xx:xx:xx time passed since manual climate adjustmentā. That way they can increase the temperature when they want, and an hour later, whatever policy was set is used again?
I know that if some other rule happens in the meantime, that already changes the temperature back and thatās fine. I just want to avoid heating for hours when nobody is using the room.
Edit: differentiating manual and script triggered target temperature change might be hard, so it could just be ārun at least every x time to reset temperatureā. I think I could also write external automations for that, but thatās something for after I recovered from COVID -.-
@metabubble
Iād updated the FAQ because this question is often asked.
I tried this:
- time: "10:10"
eco: input_number.temp_temp
Worked for me as expected with and without an eco temperature number entity. You could share a trace log if you like. Have a look in the troubleshooting section in the first post of this thread.
You need at least on entity that toggles between eco and comfort. This could be a person, schedule, persence sensor, proximity device, guest mode entity. Without any of this only window detection and calibration is working.
For a minimal setup just create an input_boolean and set this as guest mode entity or presence sensor.
I make some tests following your advice.Now I understand the concept: just putting several values for eco in the heating plan at different times do not work, the new eco value is forwarded to the thermostat only if something else happen. with this understanding I managed to implement what i wanted to do. Thanks (just for info: what is strange is that the first event in the heating plan does not need this āsomething has to happenā)
Great blueprint, works like a charm for my central heating system. But i also want to use this template to control my daikin ac. Is there a way to program that under 19Ā° it will heat and above 24Ā° it will cool?
Hi,
i seem to have one problem fixed.
I deactivated my BT and also realized that i was running a ancient Zigbee2MQTT COntainer on docker. I did upgrade the system to 2.0.0.1 and it is running now. I havent had a shutdown issue since then.
But now i have an temperature issue. When i leave the room and the temps go down they sink lower then they should. I have a external room sensor tefined, so the temperature in the room should be calibrated on that one, right? Instead it looks like that:
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.