Skip to content

Commit bb392ae

Browse files
committed
rework and merge #521 and include further roomhumidity found in #330
1 parent 240a9b2 commit bb392ae

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

src/vaillant/15.700.tsp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,14 @@ namespace _700 {
10631063
value: tempv;
10641064
}
10651065

1066+
/** Room humidity (Zone 1 only?) */
1067+
@id(MF, 0x24, 0x6, 0, 0x9, 1, 0x07, 0)
1068+
model RoomHumidity {
1069+
@maxLength(4)
1070+
ign: IGN;
1071+
value: percentv;
1072+
}
1073+
10661074
/** night temperature zone 1 */
10671075
@inherit(r_6, w_6)
10681076
@ext(0x9, 0)

src/vaillant/15.ctlv2.tsp

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,13 @@ namespace Ctlv2 {
987987
value: date;
988988
}
989989

990+
/** Room humidity Zone 1 */
991+
@inherit(r_6)
992+
@ext(0x28, 0)
993+
model Z1RoomHumidity { // found in comment of #330
994+
value: percentv;
995+
}
996+
990997
/** Absenktemperatur Zone 1 */
991998
@inherit(r_6, w_6)
992999
@ext(0x9, 0)
@@ -1168,6 +1175,13 @@ namespace Ctlv2 {
11681175
value: date;
11691176
}
11701177

1178+
/** Room humidity Zone 2 */
1179+
@inherit(r_7)
1180+
@ext(0x28, 0)
1181+
model Z2RoomHumidity { // found in comment of #330
1182+
value: percentv;
1183+
}
1184+
11711185
/** Absenktemperatur Zone 2 */
11721186
@inherit(r_7, w_7)
11731187
@ext(0x9, 0)
@@ -1341,6 +1355,13 @@ namespace Ctlv2 {
13411355
value: date;
13421356
}
13431357

1358+
/** Room humidity Zone 3 */
1359+
@inherit(r_8)
1360+
@ext(0x28, 0)
1361+
model Z3RoomHumidity { // found in comment of #330
1362+
value: percentv;
1363+
}
1364+
13441365
/** Absenktemperatur Zone 3 */
13451366
@inherit(r_8, w_8)
13461367
@ext(0x9, 0)

0 commit comments

Comments
 (0)