Skip to content

Commit 05690d4

Browse files
committed
rework+merge #442
1 parent afb8a29 commit 05690d4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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)