Page 1 of 1
Heating control - time driven broken
Posted: 15 Oct 2020 01:32
by zavinator
Hi,
The heating control seems to be buggy in v3.1.1 (don't know in which version exactly it breaks)
If I set heating control to "time-driven" it is not using the "saving temperature" for the unset zones, but always the "comfort temperature" from the UI.
Setting heating control to "comfort" or "e-save" works good.
Does anyone have this problem too?
Re: Heating control - time driven broken
Posted: 17 Oct 2020 10:52
by michap
Hi,
in UI is written:
"A comfortable temperature is always keeping. Add new entries with a click. Move entries with drag and drop."
But it does
NOT take the comfortable temperature, but the energy save temperature:
configuration:
Code: Select all
{"comfortTemp":21,"energySaveTemp":19,"fallbackTemp":"","sensorId":"ZWayVDev_zway_3-0-49-1","schedule":
{"0":[],"1":[],"2":[],"3":[],"4":[],"5":[],"6":[
{"stime":"00:00","etime":"04:00","temp":17},
{"stime":"04:00","etime":"05:00","temp":20},
{"stime":"05:05","etime":"07:30","temp":22},
{"stime":"08:00","etime":"08:50","temp":22},
{"stime":"10:10","etime":"11:40","temp":22}
result:
Code: Select all
[2020-10-17 07:30:01.480] [I] [core] [BaseModule-24] Set lastLevel to 19 for ZWayVDev_zway_3-0-67-1 (was 22)
[2020-10-17 08:00:01.407] [I] [core] [BaseModule-24] Set lastLevel to 22 for ZWayVDev_zway_3-0-67-1 (was 19)
Same will be shown on thermostat (and in attached Z-Wave log)
details)
What is an other effect - if you are in the "unset time frame" and it was set the energy save temperature - an you will click again on heating control "time driven" option - will be set the comfortable temperature.
So something is here wrong in code, I think so...
Michael
Re: Heating control - time driven broken
Posted: 17 Oct 2020 16:44
by fez
zavinator wrote: ↑15 Oct 2020 01:32
Hi,
The heating control seems to be buggy in v3.1.1 (don't know in which version exactly it breaks)
If I set heating control to "time-driven" it is not using the "saving temperature" for the unset zones, but always the "comfort temperature" from the UI.
Setting heating control to "comfort" or "e-save" works good.
Does anyone have this problem too?
I can confirm the issue, at least partially. What I have seen is that the change is not done when activating the time driven mode, but later ... I guess when the schedule is triggering a change. For rooms with no schedule is bad luck.
Re: Heating control - time driven broken
Posted: 18 Oct 2020 13:17
by PoltoS
Thanks, we check it.
Re: Heating control - time driven broken
Posted: 01 Nov 2020 22:05
by jarek
I confirm that there is an issue with heating - now I can feel it as it is 5C outside

Re: Heating control - time driven broken
Posted: 02 Nov 2020 03:06
by PoltoS
Working on it