Skip to content

Commit

Permalink
Fix control signal circulating pump
Browse files Browse the repository at this point in the history
Fixes #15836

Signed-off-by: Jamie Townsend <[email protected]>
  • Loading branch information
jamietownsend authored Nov 9, 2023
1 parent 6db0b18 commit fc67ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.luxtronikheatpump/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit fc67ec8

Please sign in to comment.