sorry i mean in the card layout, so i think you need an input_number or input_boolien to put the offset in there to integrate it in the card right, make is sence what you think?
The comfort temperature is the base and should represent the real temperature you want to reach.
But it’s taken for the new value of the temperature valve. I have to subtract the offset from the comfort temperature instead of add it.
I can’t manipulate the comfort temperature because it doesn’t work like this for more than one valve because each valve needs another offset. Thats why the temperature and offset will be calculated for every valve individually.
// I’ve updated the blueprint again. Now the offset gets subtracted instead added to the comfort temperature / min temperature. That new value will be set as climate target temperature. It gets calculated every time the external sensor, current temperature of the valve or comfort temperature changed.
Thank you, now it looks better, but not perfect
see picture (automatik is comfort temp), the comfort temp is reached but the temp with offset is already higher than the comfort temp.
maybe we can add some extra logics? but better a s before.
There were only changes when setting the temps for each valve separately. Logic to find out mode or base temp (min / comfort) hasn’t been touched. Maybe there is something delayed in your case.
First of all, thank you very much for your work - I have been using Better Thermostat and ECO Hearting Ultimate so far, but I now have some problems with the temperature control of BT and would like to test your Blueprint - I have two TRV in the living room that I was able to integrate individually into BT - is there an option in your Blueprint to integrate several TRVs in one room?
yes, the blueprint is designed for single heating areas like a closed room. You can add as many TRVs as you like in a single automation based on this blueprint.
Hey, this option is not available anymore on recent version. This was only a workaround because there was an issue when using presence detection combined with persons/people.
With the latest version it works as expected: If you define persons and presence detection person must be home and detection true for heating.
If you only define a presence detector heating is on when presence is detected.
Rduction at night should be a reduced target temperature or if this is not possible to tun them off, right.
I turn the climates off with a separate automation, but if Home Assistant starts up during the night (update time for instance) then there is the the default target temperature again.
If you didn’t setup any heating for the night the automation based on this blueprint lower the temperatures to the minimum temperature you’ve setup. This also works after home assistant restarted. There is a start trigger implemented: the automation waits 30s until everything is initialized, finds out the temp (confort or min) based on your configuration and set it.
If your valves set to comfort I would say there is something misconfigured. You could share a trace log of this point when comfort was set instead of min. Then I can check what’s going on.
Be sure using latest version and check your valves that internal or integration dependend schedulers are disabled.