forked from openv/openv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViess-ion_CB.xml
1951 lines (1950 loc) · 65.9 KB
/
Viess-ion_CB.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<viess-ion xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!--
Änderungen der Original-XML-Datei s. Aufzeichnung ab 28.03.18 in "Hinweise_Viess-ion_1204.txt"
Spätere Änderungen s. "Historie_Viess-ion_CB.xml.txt"
Zusätzliche Einträge in der Form <comment>Test</comment> akzeptiert das Programm.
Kategorie/Fensterzuordnung:
Sensor/Sensor, Bedien/Bedienung, Timer/Timer, Anlage/Anlage, A/Allgemein, K/Kessel, Solar/Solar, H/Heizung, WW/Warmwasser, Other/Weitere, Test/Test
Stand 11.02.19 17:45 Uhr
-->
<addresses>
<address addr="088E" access="W" shortcut="Anlagenzeit" description="Interne Uhrzeit der Anlage" category="Sensor">
<len>8</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>date</unit>
</address>
<address addr="6513" access="R" shortcut="WW anf" description="Speicheraufheizung - Timergesteuerte Anforderung" category="Sensor">
<len>1</len>
<div>1</div>
<check>1</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="0A10" access="R" shortcut="Ventil" description="Stellung des Umschaltventils: 1 - Heizen, 2 - Befüllen, 3 - Warmwasser" category="Sensor">
<len>1</len>
<div>1</div>
<check>1</check>
<min>1</min>
<max>3</max>
<unit>state</unit>
</address>
<address addr="7665" access="R" shortcut="HK anf" description="Anforderung an Heizkreis M2" category="Sensor">
<len>1</len>
<div>1</div>
<check>1</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="7660" access="R" shortcut="Pumpe Stat (A1)" description="Betriebszustand der internen Umwälzpumpe" category="Sensor">
<len>1</len>
<div>1</div>
<check>1</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="0A3C" access="R" shortcut="Pumpe Lstg (A1)" description="Pumpenleistung der internen Umwälzpumpe" category="Sensor">
<len>1</len>
<div>1</div>
<check>1</check>
<min>0</min>
<max>100</max>
<unit>%</unit>
</address>
<address addr="3906" access="R" shortcut="Pumpe Stat (M2)" description="0...Aus, 1...Ein
Status der Pumpe für Heizkreis M2" category="Sensor">
<len>1</len>
<div>1</div>
<check>1</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="0842" access="R" shortcut="Pumpe Stat (M2) ext" description="Pumpe Heizkreis 2 Status (Externe Erweiterung) (Sensor)" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="55D3" access="R" shortcut="Verbrauch" description="Leistung des Brenners (mit/ohne??? Verluste)" category="Sensor">
<len>1</len>
<div>1</div>
<check>1</check>
<min>0</min>
<max>76</max>
<unit>%</unit>
</address>
<address addr="3900" access="R" shortcut="VL ist (M2)" description="Kesseltemperatur Soll-Wert zur Kompensation von ???" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>0</min>
<max>70</max>
<unit>°C</unit>
</address>
<address addr="3544" access="R" shortcut="VL soll M2" description="Vorlauf Warmwasser (Sensor)" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>0</min>
<max>70</max>
<unit>°C</unit>
</address>
<address addr="6500" access="R" shortcut="WW soll" description="WW Temperatur Soll-Wert, Anforderung" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>5</min>
<max>70</max>
<unit>°C</unit>
</address>
<address addr="0804" access="R" shortcut="WW ist" description="Speicher Temperatur Ist-Wert" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>35</min>
<max>60</max>
<unit>°C</unit>
</address>
<address addr="2900" access="R" shortcut="VL ist (A1)" description="Vorlauftemperatur Ist-Wert von Heizkreis 1" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>0</min>
<max>70</max>
<unit>°C</unit>
</address>
<address addr="0818" access="R" shortcut="RL ist" description="Kessel Rücklauf Ist-Wert" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>0</min>
<max>127</max>
<unit>°C</unit>
</address>
<address addr="5525" access="R" shortcut="AT ist" description="Aktuell berechnete Tiefpass-Aussentemperatur, Zeitkonstante 30 Minuten." category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>-25</min>
<max>40</max>
<unit>°C</unit>
</address>
<address addr="5527" access="R" shortcut="AT mix" description="Aussen Temperatur gemischt (Viessmann Formel: 70% ATged + 30% ATist)" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>-25</min>
<max>40</max>
<unit>°C</unit>
</address>
<address addr="0808" access="R" shortcut="Abgas" description="Abgas Temperatur (Sensor)" category="Sensor">
<len>2</len>
<div>10</div>
<check>0</check>
<min>0</min>
<max>500</max>
<unit>°C</unit>
</address>
<address addr="A302" access="R" shortcut="Mischer (M2)?" description="Mischer Ventil in Heizkreis 2 (Sensor)" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>-2</min>
<max>-1</max>
<unit>#</unit>
</address>
<address addr="A38F" access="R" shortcut="Brenner ist" description="Brennerleistung wie im Display angezeigt - bei Einst. Max. Brennerleistung beachten!!!!" category="Sensor">
<len>1</len>
<div>2</div>
<check>0</check>
<min>0</min>
<max>73</max>
<unit>%</unit>
</address>
<address addr="0886" access="R" shortcut="Betriebsstunden" description="Anzahl der Betriebsstunden des Brenners seit dem letzten Reset" category="Sensor">
<len>4</len>
<div>3600</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>h</unit>
</address>
<address addr="088A" access="R" shortcut="Brennerstarts" description="Anzahl der Brennerstarts seit dem letzten Reset" category="Sensor">
<len>4</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>#</unit>
</address>
<address addr="3500" access="R" shortcut="Aktuelle Betriebsart M2" description="0...Abschaltbetrieb, 1...Reduzierter Betrieb, 2...Normalbetrieb, 3...Normalbetrieb
Normaler oder reduzierter Betrieb" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>3</max>
<unit>state</unit>
</address>
<address addr="083A" access="R" shortcut="AT Sensor" description="Aussen Temperatur (Status des Sensors)" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>0</max>
<unit>!</unit>
</address>
<address addr="083B" access="R" shortcut="KT Sensor" description="Kessel Temperatur, Status des Sensors" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>0</max>
<unit>!</unit>
</address>
<address addr="083C" access="R" shortcut="WW Sensor" description="Speicher Temperatur (Status des Sensors)" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>0</max>
<unit>!</unit>
</address>
<address addr="0884" access="R" shortcut="Störung" description="Nicht quittierte Störungsmeldung?" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="0A82" access="R" shortcut="Sammelstörung" description="Eingang Sammelstörung" category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>0</max>
<unit>!</unit>
</address>
<address addr="3520" access="W" shortcut="FB an HK2" description="0...keine FB auf Heizkreis, 2...FB auf Heizkreis" category="Bedien">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>2</max>
<unit>state</unit>
</address>
<address addr="3302" access="W" shortcut="Spar" description="0...Aus, 1...Ein
Sparbetrieb fuer Heizkreis M2 (2. Heizkreis)Befindet sich der Heizkreis im Normalbetrieb 
(Heizen mit normaler Raumtemperatur) wird bei aktivierten Sparbetrieb die 
Raumtemperatur um 2 K abgesenkt. Der Sparbetrieb endet automatisch mit dem naechsten 
Umschalten auf Raumbeheizung mit „reduzierter Raumtemperatur." category="Sensor">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="3303" access="W" shortcut="Party" description="0...Aus, 1...Ein
Partybetrieb fuer Heizkreis M2 (2. Heizkreis). Im Partybetrieb wird unabhaengig von 
eingestellten Betriebs- und Zeitprogrammen geheizt und die Trinkwassererwärmung 
wird freigegeben; die Zirkulationspumpe wird eingeschaltet.
Partybetrieb endet automatisch mit nächstem Wechsel zur Heizung 
mit Normaltemperatur, spätestens nach 8 Stunden." category="Bedien">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="3306" access="W" shortcut="RT soll" description="Einstellung der Raum Temperatur Soll-Wert im Normalbetrieb (M2)" category="Bedien">
<len>1</len>
<div>1</div>
<check>0</check>
<min>16</min>
<max>24</max>
<unit>°C</unit>
</address>
<address addr="3307" access="W" shortcut="RT red" description="Einstellung der Raum Temperatur Soll-Wert im reduzierten Betrieb (M2)" category="Bedien">
<len>1</len>
<div>1</div>
<check>0</check>
<min>16</min>
<max>24</max>
<unit>°C</unit>
</address>
<address addr="3308" access="W" shortcut="Party soll" description="Raum Temperatur Soll-Wert im Partybetrieb" category="Bedien">
<len>1</len>
<div>1</div>
<check>0</check>
<min>16</min>
<max>24</max>
<unit>°C</unit>
</address>
<address addr="A446" access="R" shortcut="RT soll" description="Zeigt aktuell verwendete RT soll Temperatur an" category="Bedien">
<len>2</len>
<div>100</div>
<check>0</check>
<min>16</min>
<max>24</max>
<unit>°C</unit>
</address>
<address addr="3309" access="W" shortcut="Ferien Abreise" description="Ferienprogramm Abreisezeit (HK2). Bis zur eingestellten Uhrzeit läuft die Anlage in der 
eingestellten Betriebsart, danach wird in den Abschaltbetrieb umgestellt" category="Bedien">
<len>8</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>date</unit>
</address>
<address addr="3311" access="W" shortcut="Ferien Rückkunft" description="Ferienprogramm Rückreisezeit (HK2). Ab der eingestellten Uhrzeit geht die Anlage in 
den Normalbetrieb über" category="Bedien">
<len>8</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>date</unit>
</address>
<address addr="3323" access="W" shortcut="Betriebsart M2" description="0...Abschalt, 1...Nur WW, 2...Heizen + WW, 3...Dauernd Reduziert, 4...Dauernd Normal 
Einstellung der Betriebsart fuer den Heizkreis M2 (2. Heizkreis)(WW bei Vitotronic 
050HK1M nicht möglich.Abschaltbetrieb Heizkessel und Warmwasser-Speicher werden 
auf Frostschutz überwacht.Nur Warmwasserbereitung und Zirkulationspump" category="Bedien">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>4</max>
<unit>Wahl</unit>
</address>
<address addr="3535" access="R" shortcut="Status M2?" description="Nachtabsenkung???" category="Bedien">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>state</unit>
</address>
<address addr="3546" access="R" shortcut="KT soll HK" description="Kessel Temperatur Sollwert für Heizung" category="Bedien">
<len>2</len>
<div>10</div>
<check>0</check>
<min>0</min>
<max>70</max>
<unit>°C</unit>
</address>
<address addr="5711" access="W" shortcut="Verbrennungsparam." description="Zugang zu Verbrennungsparametern: freischalten (9)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>9</max>
<unit>I/0</unit>
</address>
<address addr="5725" access="R" shortcut="AT Sensor" description="Außentemperatursensor vorhanden (wird automatisch erkannt)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>0</max>
<unit>state</unit>
</address>
<address addr="7700" access="W" shortcut="Anlageausführung" description="Heizkreis-Warmwasserschema, siehe Tabelle in Serviceanleitung" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>1</min>
<max>10</max>
<unit>Type</unit>
</address>
<address addr="7750" access="R" shortcut="Reglervariante" description="(3) Witterungsgeführt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7751" access="W" shortcut="UPumpe Wärmeanf." description="Verhalten der Umwälzpumpe bei Wärmeanforderung (Serviceanleitung)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>2</max>
<unit>Wahl</unit>
</address>
<address addr="7752" access="R" shortcut="VL Temp Sensor" description="VL Temp Sensor für hydraulische Weiche (wird automatisch erkannt)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="7753" access="W" shortcut="Ausgang 28" description="Funktion Anschluss 28: Sammelstörung, Zirku, ext. HK-Pumpe, ext. Umwälzpumpe" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>3</max>
<unit>Wahl</unit>
</address>
<address addr="7754" access="R" shortcut="Solaranlage" description="Solaranlage vorhanden (wird automatisch erkannt)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>4</max>
<unit>state</unit>
</address>
<address addr="7776" access="R" shortcut="LON vorhanden" description="LON Kommunikations Modul (wird automatisch erkannt)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="7777" access="W" shortcut="LON TN-#" description="LON Teilnehmernummer (Serviceanleitung)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>1</min>
<max>99</max>
<unit>#</unit>
</address>
<address addr="7778" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7779" access="W" shortcut="LON Fehlermanager" description="LON Modul als Fehlermanager" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="777B" access="W" shortcut="LON Uhrzeit" description="Regelung sendet Uhrzeit (1)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="777D" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="777E" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="777F" access="W" shortcut="Parteien" description="Anzahl der Parteien, eine (1) od. mehrere (0)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="7780" access="W" shortcut="Verzögerung Störungsmeld." description="Verzögerung der Anzeige von Störungsmeldungen" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>199</max>
<unit>sec</unit>
</address>
<address addr="7781" access="W" shortcut="Sommerzeit" description="Sommerzeit:Manuell (0), automatisch (1), Funk (2) od. LON (3)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>3</max>
<unit>Wahl</unit>
</address>
<address addr="7782" access="R" shortcut="Erdgas/Flüssiggas" description="Umstellung zw. Erdgas (0) und Flüssiggas (1)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="7783" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7784" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7785" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7786" access="R" shortcut="Vorgabe" description="nicht verstellen" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7787" access="R" shortcut="Vorgabe" description="nicht verstellen" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7788" access="W" shortcut="Temperaturskala" description="Temperaturanzeige in °C (0) oder °F(1)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>Wahl</unit>
</address>
<address addr="7789" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="778A" access="W" shortcut="Zusatzparameter" description="Zusatzparameter freischalten (176)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>175</min>
<max>176</max>
<unit>I/0</unit>
</address>
<address addr="778B" access="R" shortcut="EEPROM Status" description="EEPROM Status" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>0</max>
<unit>!</unit>
</address>
<address addr="778C" access="R" shortcut="SW Version (1)" description="Version Regler Software (oberes Byte)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
</address>
<address addr="778D" access="R" shortcut="SW Version (2)" description="Version Regler Software (unteres Byte)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
</address>
<address addr="778E" access="R" shortcut="EEPROM Fehler" description="I2C Fehlerflag EEPROM GWG" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>!</unit>
</address>
<address addr="7790" access="W" shortcut="Dämpfung" description="Zeitkonstante (P:90) auskühlen: Wert * 10 = Minuten" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>1</min>
<max>199</max>
<unit>min(*10)</unit>
</address>
<address addr="7795" access="R" shortcut="Vitocom 100" description="Komunikation Vitocom 100 (wird automatisch erkannt)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="7797" access="W" shortcut="LON Aussentemperatur" description="LON Regelung empfängt oder sendet AT (Serviceanleitung)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>2</max>
<unit>Wahl</unit>
</address>
<address addr="7798" access="R" shortcut="Anlagennummer" description="Anlagennummer" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>1</min>
<max>5</max>
<unit>#</unit>
</address>
<address addr="779B" access="W" shortcut="VL Soll ext" description="Bei Anschluss eines externen Kontaktes (potenzialfrei) an die Klemmen 2 und 3 des 
Steckers 146 wird bei geschlossenem Kontakt ein Vorlaufsollwert, der von 1 bis 127 °C 
einstellbar ist, vorgegeben. Bei der Kesselregelung Vitotronic 100 GC1 muss Konfi K01_.." category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>127</max>
<unit>°C</unit>
</address>
<address addr="779C" access="W" shortcut="LON Intervall" description="LON Überwachungsinterval für Teilnehmer (Poll Intervall)" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>60</max>
<unit>min</unit>
</address>
<address addr="779D" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="779E" access="R" shortcut="―" description="Unbekannt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="779F" access="W" shortcut="Diff temp Mischer" description="Wenn kein VL Sensor für Heizung vorhanden, wird KT soll um den Wert über VL soll gesetzt" category="A">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>40</max>
<unit>K</unit>
</address>
<address addr="08C0" access="R" shortcut="Kennung" description="Anlagenkennung lt. Viessmann Protokoll" category="Anlage">
<len>16</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>text</unit>
</address>
<address addr="08E0" access="R" shortcut="Regelungs Nr." description="Sachnummer Regelung" category="Anlage">
<len>7</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>text</unit>
</address>
<address addr="1010" access="R" shortcut="Codierstecker" description="Sachnummer Codierstecker lt. Viessmann Protokoll" category="Anlage">
<len>7</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>text</unit>
</address>
<address addr="7507" access="R" shortcut="Fehlercode" description="Letzte Fehlermeldung + Datum" category="Anlage">
<len>9</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>?</unit>
</address>
<address addr="7656" access="R" shortcut="Codierstecker" description="Interne Nummer in Anlage" category="Anlage">
<len>2</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>-1</max>
<unit>hex</unit>
</address>
<address addr="37A0" access="R" shortcut="Fernbedienung" description="Fernbedienung: ohne (0), Vitotrol 200A (1), Vitotrol 300A (2) (wird automatisch erkannt)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>2</max>
<unit>state</unit>
</address>
<address addr="37A2" access="W" shortcut="Speicherlade-Vorrang" description="Aus...0, Vorrang auf Mischer…1, Ein...2, gleitender Vorrang…3-10
Speichervorrangschaltung - Während der Trinkwassererwärmung werden 
Heizkreispumpen ausgeschaltet und vorhandene Mischer ganz oder teilweise 
geschlossen. 2 (Anlieferungszustand) Heizkreispumpe wird abgeschaltet und 
vorhandene Mischer geschlossen. 0 Keine Sp" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>2</max>
<unit>I/0</unit>
</address>
<address addr="37A3" access="W" shortcut="Frost Grenzwert" description="Frostschutz (ATgem), Serviceanleitung (ein = Wert -1°C, aus = Wert + 1°C)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>-9</min>
<max>15</max>
<unit>°C</unit>
</address>
<address addr="37A4" access="W" shortcut="Frostschutz" description="Frostschutz: Ein (0), Aus (1). Achtung: A3 beachten" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="37A5" access="W" shortcut="Sommersparschaltung" description="0...ohne HPL-Funktion, 
>0...Heizkreispumpe aus, wenn AT > RTsoll + 6 - Wert (zB: 5...AT > RTsoll + 1 K)
Sommersparschaltung Schaltschwelle Heizkreis M2 (2. Heizkreis). Die Schaltschwelle für 
die Heizkreispumpenlogik (HPL-Funktion) kann eingestellt werden; d.h. die 
Heizkreispumpe wird ausgeschaltet, wenn die Aussentemperatur (AT) die Raumsolltemperatur (RTsoll" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>15</max>
</address>
<address addr="37A6" access="W" shortcut="abs. Sommersparschaltg" description="Absolute Sommersparschaltung Heizkreis M2 (2. Heizkreis). Wenn die gedämpfte 
Aussentemperatur den eingestellten Wert (5 °C bis 35 °C) erreicht, wird die 
Heizkreispumpe ausgeschaltet, der Mischer zugefahren und keine Anforderung an den 
Kesselregler (Brenner)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>5</min>
<max>36</max>
<unit>°C</unit>
</address>
<address addr="37A7" access="W" shortcut="Mischersparen" description="0...ohne, 1...Mischersparfunktion
Bei Einstellung 1 wird die Mischersparfunktion von Heizkreis M2 aktiviert. Wenn der 
Mischer länger als 12 Minuten in Stellung "ZU"." category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="37A8" access="W" shortcut="Mischeranf." description="Anforderung vom Mischer an interne Umwälzpumpe: Aus (0), Ein (1)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="37A9" access="W" shortcut="HPumpe stop" description="Die Heizkreispumpe für Heizkreis M2 (2. Heizkreis) wird, wenn keine Frostgefahr 
besteht, beim Übergang von Normalbetrieb auf Reduzierten Betrieb vorübergehend 
abgeschaltet. Je grösser der eingestellte Wert, desto länger wird abgschaltet. Bei 
Einstrel" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>15</max>
<unit>min</unit>
</address>
<address addr="37B0" access="W" shortcut="Witterung/RT geführt" description="0…Witterung; 1…RT(red.),Witterung(normal); 2...RT(normal),Witterung(red.); 3…RT" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>3</max>
<unit>Wahl</unit>
</address>
<address addr="37B2" access="W" shortcut="Raumeinflussfaktor" description="Raumeinflussfaktor VLsoll=f(RT soll,RT ist,Wert)?" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>64</max>
<unit>K</unit>
</address>
<address addr="37B5" access="W" shortcut="Spar Pumpe(RT)" description="Heizkreispumpenlogik-Funktion: Heizkreispumpe aus, wenn RT ist > RT soll + 6 - Wert" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>8</max>
</address>
<address addr="37C5" access="W" shortcut="VL min Begrenzung" description="Elektronische Minimalbegrenzung der Vorlauftemperatur von Heizkreis 2 (M2)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>1</min>
<max>127</max>
<unit>°C</unit>
</address>
<address addr="37C6" access="W" shortcut="VL max Begrenzung" description="Elektronische Maximalbegrenzung der Vorlauftemperatur von Heizkreis 2 (M2)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>10</min>
<max>127</max>
<unit>°C</unit>
</address>
<address addr="27D3" access="W" shortcut="Neigung A1" description="Neigung der Heizkennlinie Heizkreis A1" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>2</min>
<max>35</max>
<unit>10Wahl</unit>
</address>
<address addr="27D4" access="W" shortcut="Niveau A1" description="Niveau der Heizkennlinie Heizkreis A1" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>-13</min>
<max>40</max>
<unit>K</unit>
</address>
<address addr="37D3" access="W" shortcut="Neigung M2" description="Neigung der Heizkennlinie Heizkreis M2" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>2</min>
<max>35</max>
<unit>10Wahl</unit>
</address>
<address addr="37D4" access="W" shortcut="Niveau M2" description="Niveau der Heizkennlinie Heizkreis M2" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>-13</min>
<max>40</max>
<unit>K</unit>
</address>
<address addr="37D5" access="W" shortcut="Progr. Umschalt." description="Externe Umschaltung des Betriebsprogramm: red./Abschalt (0), normal (1)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="37E1" access="R" shortcut="Tagsoll FB" description="Einstellen des Tagsoll-Bereichs auf der FB" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>1</min>
<max>1</max>
</address>
<address addr="37E2" access="W" shortcut="RT Korrektur" description="Anzeige RT Kalibrieren: RT ist - 5 + Wert/10" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>99</max>
</address>
<address addr="37E5" access="R" shortcut="HPumpe gereg." description="Drehzahlgeregelte externe Heizkreispumpe; Nein (0), Ja(1) (wird automatisch erkannt)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>state</unit>
</address>
<address addr="37E6" access="R" shortcut="HPumpe max" description="Max. Drehzahl der Heizkreispumpe im Normalbetrieb (Vorgabe)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>100</max>
<unit>%</unit>
</address>
<address addr="37E7" access="W" shortcut="HPumpe min norm" description="Min. Drehzahl der Heizkreispumpe im Normalbetrieb (100% = HPumpe max)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>100</max>
<unit>%</unit>
</address>
<address addr="37E8" access="W" shortcut="HPumpe min red" description="Min. Pumpenleistung bei red. Betrieb: 0…min Drehzahl, 1…red. min Drehzahl" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>1</max>
<unit>I/0</unit>
</address>
<address addr="37E9" access="W" shortcut="HPumpe red" description="Drehzahl bei reduz. Betrieb (100% = HPumpe max)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>100</max>
<unit>%</unit>
</address>
<address addr="37F1" access="W" shortcut="Estrich Prgm" description="Estrich-Programm, siehe Anleitung" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>15</max>
<unit>Wahl</unit>
</address>
<address addr="37F2" access="W" shortcut="Zeitlimit Party" description="Partybetrieb Heizkreis M2 (2. Heizkreis) Der Partybetrieb kann zeitlich im Bereich von 
1 - 12 Stunden begrenzt werden. Bei Einstellung 0 wird der Partybetrieb bei der nächsten 
Umschaltung in den Normalbetrieb automatisch beendet." category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>12</max>
<unit>h</unit>
</address>
<address addr="37F5" access="W" shortcut="UPumpe Nachlauf (H)" description="Nachlaufzeit der internen Umwälzpumpe im angehobenen Betrieb" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>20</max>
<unit>min</unit>
</address>
<address addr="37F6" access="W" shortcut="UPumpe WW" description="Pumpenschaltung bei Betriebsprogramm: "Nur Warmwasser" (Serviceanleitung)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>25</max>
<unit>#</unit>
</address>
<address addr="37F7" access="W" shortcut="UPumpe Abschalt" description="Pumpenschaltung bei Betriebsprogramm: "Abschaltbetrieb" (Serviceanleitung)" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>25</max>
<unit>#</unit>
</address>
<address addr="37F8" access="W" shortcut="Strt mod. RTsoll red" description="Ist die Außentemperatur kleiner als der eingestellte Wert, so wird im Betrieb mit 
reduzierter Raumtemperatur die Raumsolltemperatur auf einen 
außentemperatur-abhängigen Wert angehoben (bis zur Temperaturgrenze 
entsprechend Codierung F9). Einstellung Codie" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>-61</min>
<max>10</max>
<unit>°C</unit>
</address>
<address addr="37F9" access="W" shortcut="End mod. RTsoll red" description="Ist die Außentemperatur kleiner als der eingestellte Wert, so wird im Betrieb mit 
reduzierter Raumtemperatur die Raumsolltemperatur auf den Wert der 
Raumsolltemperatur im normalen Betrieb angehoben. Einstellung Codierung A3 
beachten" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>-60</min>
<max>10</max>
<unit>°C</unit>
</address>
<address addr="37FA" access="W" shortcut="Erhöh. VL soll" description="Temperaturerhöhung der Vorlauf-Solltemperatur beim Übergang von Betrieb mit 
reduzierter Raumtemperatur in den Betrieb mit normaler Raumtemperatur." category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>50</max>
<unit>%</unit>
</address>
<address addr="37FB" access="W" shortcut="Dauer Erhöh. VL soll " description="Zeitdauer der Temperaturerhöhung der Vorlauf-Solltemperatur beim Übergang von 
Betrieb mit reduzierter Raumtemperatur in den Betrieb mit normaler Raumtemperatur" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>0</min>
<max>300</max>
<unit>min</unit>
</address>
<address addr="8832" access="W" shortcut="HK max" description="Maximale Heizleistung begrenzen" category="H">
<len>1</len>
<div>1</div>
<check>0</check>
<min>16</min>
<max>70</max>
<unit>%</unit>
</address>
<address addr="A303" access="R" shortcut="KT soll" description="Kessel Temperatur Soll-Wert - Timergesteuert (ohne Frostschutz)" category="K">
<len>2</len>
<div>100</div>
<check>1</check>
<min>0</min>
<max>70</max>
<unit>°C</unit>
</address>
<address addr="0802" access="R" shortcut="KT ist" description="Kessel Temperatur Ist-Wert" category="K">
<len>2</len>
<div>10</div>
<check>1</check>
<min>5</min>
<max>70</max>
<unit>°C</unit>
</address>
<address addr="5706" access="W" shortcut="KT max" description="Max. zulässige Kessel Temperatur" category="K">
<len>1</len>
<div>1</div>
<check>0</check>
<min>20</min>
<max>127</max>
<unit>°C</unit>
</address>
<address addr="5707" access="R" shortcut="―" description="Unbekannt" category="K">
<len>1</len>