-
Notifications
You must be signed in to change notification settings - Fork 329
Description
My goal is to convert my local ebusd configuration files to the files in the repository. My Vaillant controller is recognised as ctlv2
address 15: slave #2, scanned "MF=Vaillant;ID=CTLV2;SW=0514;HW=1104", loaded "vaillant/15.ctlv2.csv"
so I manually adapted the associated csv locally some time ago, so that data points were constantly being added from various sources.
Since the config files on the central repository have changed quite a bit, I checked today whether my data points are also being maintained there now.
Unfortunately I realised that this is not the case, so the
NoiseReduction (e.g. NoiseReductionTimer_Monday)
r,,,NoiseReductionTimer_Monday,Zeitfenster Flüsterbetrieb Montag,,,b524,0300000200,value,,IGN:1,,,whether timeslot is valid,from,,TTM,,,von,to,,TTM,,,bis,from,,TTM,,,von,to,,TTM,,,bis,from,,TTM,,,von,to,,TTM,,,bis
and the Cooling Timer (e.g. Z1CoolingTimer_Monday)
r,,,Z1CoolingTimer_Monday,Zeitfenster Kühlen Montag,,,b524,0303000100,value,,IGN:1,,,whether timeslot is valid,from,,TTM,,,von,to,,TTM,,,bis,from,,TTM,,,von,to,,TTM,,,bis,from,,TTM,,,von,to,,TTM,,,bis
are missing in the 15ctlv2.csv.
Strangely enough, I can find them in the 15.700.csv, the file for the older controller generation.
Is there a reason why these timers and mayby other datapoints were not taken into account for the newer controller files (they work analogue there), or am I simply making a mistake?
Thanks a lot for your support.