Fix control signal circulating pump
Fixes #15836 Signed-off-by: Jamie Townsend <jamie_townsend@hotmail.com>pull/15877/head
parent
6db0b18ab3
commit
fc67ec8161
|
@ -207,7 +207,7 @@ The following channels are holding read only values:
|
|||
| highPressure | Number:Pressure | x | High pressure |
|
||||
| lowPressure | Number:Pressure | x | Low pressure |
|
||||
| outputCompressorHeating | Switch | x | Output compressor heating |
|
||||
| controlSignalCirculatingPump | Number:Energy | x | Control signal circulating pump |
|
||||
| controlSignalCirculatingPump | Number:Dimensionless | x | Heating circulating pump power in % |
|
||||
| fanSpeed | Number | x | Fan speed |
|
||||
| temperatureSafetyLimitFloorHeating | Switch | x | Safety temperature limiter floor heating |
|
||||
| powerTargetValue | Number:Energy | x | Power target value |
|
||||
|
|
|
@ -1572,9 +1572,8 @@
|
|||
</channel-type>
|
||||
|
||||
<channel-type id="controlSignalCirculatingPump" advanced="true">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Control Signal Circulating Pump</label>
|
||||
<category>Energy</category>
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Heating Circulating Pump Power</label>
|
||||
<state pattern="%.1f %%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
|
|
Loading…
Reference in New Issue