Vaillant VRC 720/2-3 - how to write TimeSlots? #1497
Replies: 2 comments
-
The ccTimer definitions, I presume, address the external circuit pump, not the one inside the bai or ehp as
the values read are only time intervals (start;end), not the start;end;temp like for hwc and zones (z1,z2...) still unclear how to read _Config |
Beta Was this translation helpful? Give feedback.
-
Ok, it was a bit tricky, but I succeeded to set the timeslots. So, first I found in the 15.ctlv2.tsp the definition like this:
and in _templates.tsp the definition of wTimeSlotWithTemp:
So, it is necessary to send slotIndex, which I assumed is the 0,1,2 from the end of Z1Timer_Monday0. So, index=0, count=1 I sent:
So I set 20 degrees for the hole day of Monday. Sure, the read commands are only for checking. Next, obviously, I tried to write slot index 1 and 2, but:
didn't work. Two hours and a pause later, I made some mistakes, and it initiated the second timeslot:
See that first command So, in conclusion, the system do the changes after it receives all the slots defined with the second value (3 in our case) like this:
Notice the slotcount=3 from the first position in So it remains unknown the Z1Timer_Config varible. |
Beta Was this translation helpful? Give feedback.
-
Hello Dear Community,
Anybody knows how to write TimeSlots on Vaillant VRC 720/2-3?
config file has this Timers, let's say for Monday:
There are different entrys for read, one for each Slot, and one for write, as we can see above. While it is very clear how to read:
Z1Timer_Monday0 htm=00:00;htm_1=24:00;slottemp=12.0 [Temperature stored in the slot. Degrees Celsius]
meaning Monday in slot0 from 0:00 to 24:00 keep 12 degrees. It is unclear for me how to write new values in:
w,,z1Timer.Monday,timer heating monday,,,,00,,,wTimeSlotWithTemp,,,
as could be more timeslots per day.
Also, while I understand
ctlv3 Z1Timer_Timeframes = 1;1;1;1;1;1;1
as how many timeslots each day has, this is read only. I do not understand what this Timer.Config means:
r,,z1Timer.Config,timer Configuration(static atm? describes featue set?),,,B555,a30000,,,HEX:9,,,Configuration
with values:
ctlv3 Z1Timer_Config = 00 0c 0a 05 01 0c 05 1e 00
One last question, what does it referes to the ccTimer definitions? I have read that .cc is circulation circuit, but I don't see the context of timeslot for circulation.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions