Skip to content

Commit 565987c

Browse files
committed
Merge commit 'bf11595a5b9b13b55007f4eb1617ba2d35f3191e'
2 parents 08a68f1 + bf11595 commit 565987c

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

src/vaillant/08.hmu.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,14 +1391,14 @@ namespace Hmu {
13911391
value: UIN;
13921392
}
13931393

1394-
/** building punp hours */
1394+
/** building pump hours */
13951395
@inherit(ri)
13961396
@ext(0xb4, 0x34, 0x2)
13971397
model StatBuildingPumpHours {
13981398
value: hoursum;
13991399
}
14001400

1401-
/** building punp starts */
1401+
/** building pump starts */
14021402
@inherit(ri)
14031403
@ext(0xb4, 0x34, 0x3)
14041404
model StatBuildingPumpStarts {

src/vaillant/bai.308523_inc.tsp

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,20 @@ namespace Bai._308523_inc {
6767
@ext(0x7b, 0)
6868
model CirPump is ReadonlyRegister<onoff>;
6969

70+
/** d.14 Desired heating pump power */
71+
@inherit(r, wi)
72+
@ext(0xa1, 0)
73+
model PumpPowerDesired {
74+
/** PWM-Desired central heating pump power */
75+
@unit("%")
76+
@values(Values_PumpPowerDesired)
77+
value: UCH;
78+
}
79+
80+
/** d.15 Current heating pump power: Current central heating pump power */
81+
@ext(0x73, 0)
82+
model PumpPower is ReadonlyRegister<UCH>;
83+
7084
/** d.16 room thermostat 24 V: External controls heat demand (Clamp 3'-4') */
7185
@ext(0xe, 0)
7286
model DCRoomthermostat is ReadonlyRegister<onoff>;
@@ -769,6 +783,15 @@ namespace Bai._308523_inc {
769783
@ext(0xfa, 0)
770784
model PrEnergyCountHc3 is InstallRegister<ULG>;
771785

786+
enum Values_PumpPowerDesired {
787+
auto: 0,
788+
_53: 1,
789+
_60: 2,
790+
_70: 3,
791+
_85: 4,
792+
_100: 5,
793+
}
794+
772795
enum Values_HcPumpMode {
773796
post_run: 0,
774797
permanent: 1,

0 commit comments

Comments
 (0)