Skip to content

Commit

Permalink
[luxtronikheatpump] update temperatureHotGasMax label to better match…
Browse files Browse the repository at this point in the history
… existing Hot Gas Temperature channels

Signed-off-by: Clemens Eberwein <[email protected]>
  • Loading branch information
negesti committed Feb 13, 2025
1 parent 36a7be3 commit 55ee60c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -274,7 +274,7 @@ The following channels are holding read only values:
| channel249 | Number | x | Channel 249 |
| channel250 | Number | x | Channel 250 |
| channel251 | Number | x | Channel 251 |
| temperatureHotGasMax | Number:Temperature | x | Temperature Hot Gas Max |
| temperatureHotGasMax | Number:Temperature | x | Hot Gas Temp. Max |
| channel253 | Number | x | Channel 253 |
| flowRateHeatSource2 | Number:VolumetricFlowRate | x | Flow Rate Heat Source |
| channel255 | Number | x | Channel 255 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ channel-type.luxtronikheatpump.temperatureHeatingLimit.label = Temperature Heati
channel-type.luxtronikheatpump.temperatureHeatingParallelShift.label = Heating Temp. (Offset)
channel-type.luxtronikheatpump.temperatureHotGas.label = Hot Gas Temperature
channel-type.luxtronikheatpump.temperatureHotGas2.label = Hot Gas Temp. Sensor 2
channel-type.luxtronikheatpump.temperatureHotGasMax.label = Temperature Hot Gas Max
channel-type.luxtronikheatpump.temperatureHotGasMax.label = Hot Gas Temp. Max
channel-type.luxtronikheatpump.temperatureHotWater.label = Hot Water Actual Temp.
channel-type.luxtronikheatpump.temperatureHotWaterCoverage.label = Coverage Hot Water Temp.
channel-type.luxtronikheatpump.temperatureHotWaterTarget.label = Hot Water Target Temp.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@

<channel-type id="temperatureHotGasMax" advanced="true">
<item-type>Number:Temperature</item-type>
<label>Temperature Hot Gas Max</label>
<label>Hot Gas Temp. Max</label>
<category>Temperature</category>
<state pattern="%.1f %unit%" readOnly="true"/>
</channel-type>
Expand Down

0 comments on commit 55ee60c

Please sign in to comment.