diff --git a/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/ChannelUpdaterJob.java b/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/ChannelUpdaterJob.java index 0b39d97a98c..44ee5d68363 100644 --- a/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/ChannelUpdaterJob.java +++ b/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/ChannelUpdaterJob.java @@ -212,8 +212,8 @@ public class ChannelUpdaterJob implements SchedulerRunnable, Runnable { heatpumpParams, heatpumpVisibilities); String state = ""; - if (row1 != null && row1 == 3) { - // 3 means error state + if (row1 != null && row1 == 4) { + // 4 means error state state = getStateTranslation("errorCodeX", error); } else { state = getStateTranslation("menuStateLine1", row1); diff --git a/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump.properties b/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump.properties index 32a1a59385a..9fa56f20110 100644 --- a/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump.properties +++ b/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump.properties @@ -401,11 +401,11 @@ channel-type.luxtronikheatpump.errorCodeX.state.option.807 = Lost ModBus communi channel-type.luxtronikheatpump.menuStateLine1.state.option.0 = Heat pump runs channel-type.luxtronikheatpump.menuStateLine1.state.option.1 = Heat pump stopped channel-type.luxtronikheatpump.menuStateLine1.state.option.2 = Heat pump coming -channel-type.luxtronikheatpump.menuStateLine1.state.option.3 = Error code memory location 0 -channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Defrost -channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Wait for LIN connection -channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Compressor heats up -channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Pump flow +channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Error code memory location 0 +channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Defrost +channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Wait for LIN connection +channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Compressor heats up +channel-type.luxtronikheatpump.menuStateLine1.state.option.8 = Pump flow channel-type.luxtronikheatpump.menuStateLine2.state.option.0 = since channel-type.luxtronikheatpump.menuStateLine2.state.option.1 = in channel-type.luxtronikheatpump.menuStateLine3.state.option.0 = Heating mode diff --git a/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump_de.properties b/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump_de.properties index cb5ee100aa7..ed5b9276416 100644 --- a/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump_de.properties +++ b/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/i18n/luxtronikheatpump_de.properties @@ -401,11 +401,11 @@ channel-type.luxtronikheatpump.errorCodeX.state.option.807 = ModBus Verbindung v channel-type.luxtronikheatpump.menuStateLine1.state.option.0 = Wärmepumpe läuft channel-type.luxtronikheatpump.menuStateLine1.state.option.1 = Wärmepumpe steht channel-type.luxtronikheatpump.menuStateLine1.state.option.2 = Wärmepumpe kommt -channel-type.luxtronikheatpump.menuStateLine1.state.option.3 = Fehlercode Speicherplatz 0 -channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Abtauen -channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Warte auf LIN-Verbindung -channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Verdichter heizt auf -channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Pumpenvorlauf +channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Fehlercode Speicherplatz 0 +channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Abtauen +channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Warte auf LIN-Verbindung +channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Verdichter heizt auf +channel-type.luxtronikheatpump.menuStateLine1.state.option.8 = Pumpenvorlauf channel-type.luxtronikheatpump.menuStateLine2.state.option.0 = seit channel-type.luxtronikheatpump.menuStateLine2.state.option.1 = in channel-type.luxtronikheatpump.menuStateLine3.state.option.0 = Heizbetrieb