]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix typo in Stiebel Eltron binding (#14746)
authorvoruti <45130096+voruti@users.noreply.github.com>
Thu, 6 Apr 2023 18:31:20 +0000 (20:31 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 18:31:20 +0000 (20:31 +0200)
Signed-off-by: Till von Rüden <dev@tillvonrueden.de>
bundles/org.openhab.binding.modbus.stiebeleltron/README.md
bundles/org.openhab.binding.modbus.stiebeleltron/src/main/resources/OH-INF/i18n/stiebeleltron.properties
bundles/org.openhab.binding.modbus.stiebeleltron/src/main/resources/OH-INF/thing/heatpump-channel-types.xml

index 25d38b4bbfa770da3544ef247c5e94cb0b9027a2..c7bbb2d0aac2cd7ff7420d268782607637d2e468 100644 (file)
@@ -111,10 +111,10 @@ Bridge modbus:tcp:bridge "Stiebel Modbus TCP"[ host="hostname|ip", port=502, id=
 ### Item Configuration
 
 ```java
-Number:Temperature stiebel_eltron_temperature_ffk            "Temperature FFK [%.1f °C]" <temperature>    { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-temperature" }
-Number:Temperature stiebel_eltron_setpoint_ffk            "Set point FFK [%.1f °C]" <temperature>    { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-temperature-setpoint" }
-Number:Dimensionless stiebel_eltron_humidity_ffk            "Humidity FFK [%.1f %%]" <humidity>   { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-humidity" }
-Number:Temperature stiebel_eltron_dewpoint_ffk            "Dew point FFK [%.1f °C]" <temperature>    { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-dewpoint" }
+Number:Temperature stiebel_eltron_temperature_fek            "Temperature FEK [%.1f °C]" <temperature>    { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-temperature" }
+Number:Temperature stiebel_eltron_setpoint_fek            "Set point FEK [%.1f °C]" <temperature>    { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-temperature-setpoint" }
+Number:Dimensionless stiebel_eltron_humidity_fek            "Humidity FEK [%.1f %%]" <humidity>   { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-humidity" }
+Number:Temperature stiebel_eltron_dewpoint_fek            "Dew point FEK [%.1f °C]" <temperature>    { channel="modbus:heatpump:stiebelEltron:systemInformation#fek-dewpoint" }
 
 Number:Temperature stiebel_eltron_outdoor_temp            "Outdoor temperature [%.1f °C]"    { channel="modbus:heatpump:stiebelEltron:systemInformation#outdoor-temperature" }
 Number:Temperature stiebel_eltron_temp_hk1                "Temperature HK1 [%.1f °C]"    { channel="modbus:heatpump:stiebelEltron:systemInformation#hk1-temperature" }
@@ -169,10 +169,10 @@ Text label="Heat pumpt" icon="temperature" {
   Default item=stiebel_eltron_ruecklauf_temp  icon="temperature"
   Default item=stiebel_eltron_temp_water  icon="temperature"
   Default item=stiebel_eltron_setpoint_water icon="temperature"
-  Default item=stiebel_eltron_temperature_ffk  icon="temperature"
-  Default item=stiebel_eltron_setpoint_ffk icon="temperature"
-  Default item=stiebel_eltron_humidity_ffk icon="humidity"
-  Default item=stiebel_eltron_dewpoint_ffk icon="temperature"
+  Default item=stiebel_eltron_temperature_fek  icon="temperature"
+  Default item=stiebel_eltron_setpoint_fek icon="temperature"
+  Default item=stiebel_eltron_humidity_fek icon="humidity"
+  Default item=stiebel_eltron_dewpoint_fek icon="temperature"
   Default item=stiebel_eltron_source_temp icon="temperature"
  }
  Frame label="Paramters" {
index a0fac07e57def1c6ff16569818437e53b122cf8e..fefda14abd86616845a16c1d9854db42728700a6 100644 (file)
@@ -27,10 +27,10 @@ channel-type.modbus.consumption-water-today-type.label = Power Consumption for W
 channel-type.modbus.consumption-water-total-type.label = Power Consumption for Water Total
 channel-type.modbus.eco-temperature-heating-type.label = Eco Temperature Heating
 channel-type.modbus.eco-temperature-water-type.label = Eco Temperature Water
-channel-type.modbus.fek-dewpoint-type.label = FFK Dewpoint
-channel-type.modbus.fek-humidity-type.label = FFK Humidity
-channel-type.modbus.fek-temperature-setpoint-type.label = FFK Temperature Set Point
-channel-type.modbus.fek-temperature-type.label = FFK Temperature
+channel-type.modbus.fek-dewpoint-type.label = FEK Dewpoint
+channel-type.modbus.fek-humidity-type.label = FEK Humidity
+channel-type.modbus.fek-temperature-setpoint-type.label = FEK Temperature Set Point
+channel-type.modbus.fek-temperature-type.label = FEK Temperature
 channel-type.modbus.hk1-temperature-setpoint-type.label = HK1 Temperature Set Point
 channel-type.modbus.hk1-temperature-type.label = HK1 Temperature
 channel-type.modbus.is-cooling-type.label = Currently Cooling
index b409f22da06c8e3202fbe1ea38869031ab35961a..85fb40510c2718f769ae8cba2014fa8d3b4cc548 100644 (file)
@@ -6,23 +6,23 @@
 
        <channel-type id="fek-temperature-type">
                <item-type>Number:Temperature</item-type>
-               <label>FFK Temperature</label>
+               <label>FEK Temperature</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
 
        <channel-type id="fek-temperature-setpoint-type">
                <item-type>Number:Temperature</item-type>
-               <label>FFK Temperature Set Point</label>
+               <label>FEK Temperature Set Point</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
        <channel-type id="fek-humidity-type">
                <item-type>Number:Dimensionless</item-type>
-               <label>FFK Humidity</label>
+               <label>FEK Humidity</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
        <channel-type id="fek-dewpoint-type">
                <item-type>Number:Temperature</item-type>
-               <label>FFK Dewpoint</label>
+               <label>FEK Dewpoint</label>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
        <channel-type id="outdoor-temperature-type">