Skip to content

Commit 909589f

Browse files
authored
add RunDataFlowTemp and RunDataReturnTemp to hmu (closes #496)
1 parent 35573d3 commit 909589f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/vaillant/08.hmu.tsp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,20 @@ namespace Hmu {
15151515
value: tempv;
15161516
}
15171517

1518+
@inherit(r_7)
1519+
@ext(0xfc, 0x8)
1520+
model RunDataFlowTemp {
1521+
/** current flow temp, accurate to 2 decimal places */
1522+
value: tempv;
1523+
}
1524+
1525+
@inherit(r_7)
1526+
@ext(0x6, 0x9)
1527+
model RunDataReturnTemp {
1528+
/** current return temp, accurate to 2 decimal places */
1529+
value: tempv;
1530+
}
1531+
15181532
@inherit(r_7)
15191533
@ext(0xb8, 0xb)
15201534
model RunStatsHMUHours {

0 commit comments

Comments
 (0)