[LuxtronikHeatpump] fix menuStateLine1 state options (#12802)

Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
This commit is contained in:
Stefan Giehl 2022-05-24 21:11:44 +02:00 committed by GitHub
parent 1b5471cf65
commit 39d7abc824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View File

@ -212,8 +212,8 @@ public class ChannelUpdaterJob implements SchedulerRunnable, Runnable {
heatpumpParams, heatpumpVisibilities); heatpumpParams, heatpumpVisibilities);
String state = ""; String state = "";
if (row1 != null && row1 == 3) { if (row1 != null && row1 == 4) {
// 3 means error state // 4 means error state
state = getStateTranslation("errorCodeX", error); state = getStateTranslation("errorCodeX", error);
} else { } else {
state = getStateTranslation("menuStateLine1", row1); state = getStateTranslation("menuStateLine1", row1);

View File

@ -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.0 = Heat pump runs
channel-type.luxtronikheatpump.menuStateLine1.state.option.1 = Heat pump stopped 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.2 = Heat pump coming
channel-type.luxtronikheatpump.menuStateLine1.state.option.3 = Error code memory location 0 channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Error code memory location 0
channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Defrost channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Defrost
channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Wait for LIN connection channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Wait for LIN connection
channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Compressor heats up channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Compressor heats up
channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Pump flow channel-type.luxtronikheatpump.menuStateLine1.state.option.8 = Pump flow
channel-type.luxtronikheatpump.menuStateLine2.state.option.0 = since channel-type.luxtronikheatpump.menuStateLine2.state.option.0 = since
channel-type.luxtronikheatpump.menuStateLine2.state.option.1 = in channel-type.luxtronikheatpump.menuStateLine2.state.option.1 = in
channel-type.luxtronikheatpump.menuStateLine3.state.option.0 = Heating mode channel-type.luxtronikheatpump.menuStateLine3.state.option.0 = Heating mode

View File

@ -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.0 = Wärmepumpe läuft
channel-type.luxtronikheatpump.menuStateLine1.state.option.1 = Wärmepumpe steht 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.2 = Wärmepumpe kommt
channel-type.luxtronikheatpump.menuStateLine1.state.option.3 = Fehlercode Speicherplatz 0 channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Fehlercode Speicherplatz 0
channel-type.luxtronikheatpump.menuStateLine1.state.option.4 = Abtauen channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Abtauen
channel-type.luxtronikheatpump.menuStateLine1.state.option.5 = Warte auf LIN-Verbindung channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Warte auf LIN-Verbindung
channel-type.luxtronikheatpump.menuStateLine1.state.option.6 = Verdichter heizt auf channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Verdichter heizt auf
channel-type.luxtronikheatpump.menuStateLine1.state.option.7 = Pumpenvorlauf channel-type.luxtronikheatpump.menuStateLine1.state.option.8 = Pumpenvorlauf
channel-type.luxtronikheatpump.menuStateLine2.state.option.0 = seit channel-type.luxtronikheatpump.menuStateLine2.state.option.0 = seit
channel-type.luxtronikheatpump.menuStateLine2.state.option.1 = in channel-type.luxtronikheatpump.menuStateLine2.state.option.1 = in
channel-type.luxtronikheatpump.menuStateLine3.state.option.0 = Heizbetrieb channel-type.luxtronikheatpump.menuStateLine3.state.option.0 = Heizbetrieb