mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[LuxtronikHeatpump] fix menuStateLine1 state options (#12802)
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
This commit is contained in:
parent
1b5471cf65
commit
39d7abc824
@ -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);
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user