Fix control signal circulating pump

Fixes #15836

Signed-off-by: Jamie Townsend <jamie_townsend@hotmail.com>
This commit is contained in:
Jamie Townsend 2023-11-09 20:01:44 +01:00 committed by GitHub
parent 6db0b18ab3
commit fc67ec8161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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 |

View File

@ -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>