We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35573d3 commit 909589fCopy full SHA for 909589f
src/vaillant/08.hmu.tsp
@@ -1515,6 +1515,20 @@ namespace Hmu {
1515
value: tempv;
1516
}
1517
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
1526
+ @ext(0x6, 0x9)
1527
+ model RunDataReturnTemp {
1528
+ /** current return temp, accurate to 2 decimal places */
1529
1530
1531
1532
@inherit(r_7)
1533
@ext(0xb8, 0xb)
1534
model RunStatsHMUHours {
0 commit comments