class BaseLoop: daemon command SET implemented.

This commit is contained in:
Roland Jax
2014-05-04 21:53:19 +02:00
parent b6ec718d34
commit 6a5bdd28c5
5 changed files with 75 additions and 21 deletions
+1
View File
@@ -95,6 +95,7 @@ get;vwxhw;TankTemp;Speichertemperatur IST;MS;08;B509;3;0D0000;2;temp;sd;1,2;d2c;
get;vwxhw;TankTypePipe;Speichertyp ist Rohr;MS;25;B509;3;0DCD01;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;;
get;vwxmk;CoolingOperatingMode;Kühlung Betriebsart;MS;50;B509;3;0D8C01;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;;
get;vwxmk;DesiredTemp;Solltemperatur;MS;50;B509;3;0D3200;1;-;sd;1;d1c;1.0;°C;-;-;;;;;;;;;;;;;;;;;;;;;;;;
set;vwxmk;DesiredTemp;Solltemperatur;MS;50;B509;4;0E3200;1;-;sd;1;d1c;1.0;°C;-;-;;;;;;;;;;;;;;;;;;;;;;;;
get;vwxmk;DesiredTempLow;Absenktemperatur;MS;50;B509;3;0D3300;1;-;sd;1;d1c;1.0;°C;-;-;;;;;;;;;;;;;;;;;;;;;;;;
get;vwxmk;FloorProtectionTempLimit;Fußbodenschutz Temp > VF2;MS;50;B509;3;0D7B01;1;-;sd;1;uch;-;°C;-;-;;;;;;;;;;;;;;;;;;;;;;;;
get;vwxmk;FloorScreedDryingDay;Estrichtrocknung Tag;MS;50;B509;3;0D3B00;1;-;sd;1;uch;-;-;-;-;;;;;;;;;;;;;;;;;;;;;;;;
1 # type class cmd comment msg type ZZ PBSB NN D1D2D3 elements sub part position datatype factor unit valid comment sub part position datatype factor unit valid comment sub part position datatype factor unit valid comment sub part position datatype factor unit valid comment
95 get vwxhw TankTypePipe Speichertyp ist Rohr MS 25 B509 3 0DCD01 1 - sd 1 uch - - - -
96 get vwxmk CoolingOperatingMode Kühlung Betriebsart MS 50 B509 3 0D8C01 1 - sd 1 uch - - - -
97 get vwxmk DesiredTemp Solltemperatur MS 50 B509 3 0D3200 1 - sd 1 d1c 1.0 °C - -
98 set vwxmk DesiredTemp Solltemperatur MS 50 B509 4 0E3200 1 - sd 1 d1c 1.0 °C - -
99 get vwxmk DesiredTempLow Absenktemperatur MS 50 B509 3 0D3300 1 - sd 1 d1c 1.0 °C - -
100 get vwxmk FloorProtectionTempLimit Fußbodenschutz Temp > VF2 MS 50 B509 3 0D7B01 1 - sd 1 uch - °C - -
101 get vwxmk FloorScreedDryingDay Estrichtrocknung Tag MS 50 B509 3 0D3B00 1 - sd 1 uch - - - -
Binary file not shown.