]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix control signal circulating pump
authorJamie Townsend <jamie_townsend@hotmail.com>
Thu, 9 Nov 2023 19:01:44 +0000 (20:01 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 19:01:44 +0000 (20:01 +0100)
Fixes #15836

Signed-off-by: Jamie Townsend <jamie_townsend@hotmail.com>
bundles/org.openhab.binding.luxtronikheatpump/README.md
bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/thing/channels.xml

index 64e26bff6193fd6fb6f27d26c4dbe39f1612df5c..e166b82c784fcf97191c185dad71276539f6d3df 100644 (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 |
index 02b0d0dc04a11dbfe582c67c417d0e7fc515ae57..41c0f6e728af006c30102f61d2b6be120ddf5c89 100644 (file)
        </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>