diff --git a/custom_components/luxtronik/const.py b/custom_components/luxtronik/const.py index 339012b..ff13df0 100644 --- a/custom_components/luxtronik/const.py +++ b/custom_components/luxtronik/const.py @@ -241,9 +241,9 @@ class LuxSwitchoffReason(Enum): no_request: Final = 9 undefined_10: Final = 10 # ??? flow_rate: Final = 11 # Durchfluss - undefined_12: Final = 12 # ??? + p0_pause: Final = 12 undefined_13: Final = 13 # ??? - undefined_14: Final = 14 # ??? + IO_pause: Final = 14 undefined_15: Final = 15 # ??? undefined_16: Final = 16 # ??? undefined_17: Final = 17 # ??? @@ -253,8 +253,8 @@ class LuxSwitchoffReason(Enum): undefined_21: Final = 21 # ??? undefined_22: Final = 22 # ??? undefined_23: Final = 23 # ??? - undefined_24: Final = 24 # ??? - undefined_25: Final = 25 # ??? + LPC: Final = 24 + restart: Final = 25 undefined_26: Final = 26 # ??? undefined_27: Final = 27 # ??? undefined_28: Final = 28 # ??? diff --git a/custom_components/luxtronik/translations/de.json b/custom_components/luxtronik/translations/de.json index 9146297..c51fea3 100644 --- a/custom_components/luxtronik/translations/de.json +++ b/custom_components/luxtronik/translations/de.json @@ -536,7 +536,10 @@ "8": "Untere Einsatzgrenze", "9": "Keine Anforderung", "11": "Durchfluss-W\u00e4rmequelle", - "12": "Niederdruck-Pause" + "12": "Niederdruck-Pause", + "14": "Inverter-Pause", + "24": "LPC", + "25": "Neustart" }, "state_attributes": { "timestamp": { @@ -556,7 +559,10 @@ "8": "Untere Einsatzgrenze", "9": "Keine Anforderung", "11": "Durchfluss-W\u00e4rmequelle", - "12": "Niederdruck-Pause" + "12": "Niederdruck-Pause", + "14": "Inverter-Pause", + "24": "LPC", + "25": "Neustart" } }, "timestamp_1": { @@ -576,7 +582,10 @@ "8": "Untere Einsatzgrenze", "9": "Keine Anforderung", "11": "Durchfluss-W\u00e4rmequelle", - "12": "Niederdruck-Pause" + "12": "Niederdruck-Pause", + "14": "Inverter-Pause", + "24": "LPC", + "25": "Neustart" } }, "timestamp_2": { @@ -596,7 +605,10 @@ "8": "Untere Einsatzgrenze", "9": "Keine Anforderung", "11": "Durchfluss-W\u00e4rmequelle", - "12": "Niederdruck-Pause" + "12": "Niederdruck-Pause", + "14": "Inverter-Pause", + "24": "LPC", + "25": "Neustart" } }, "timestamp_3": { @@ -616,7 +628,10 @@ "8": "Untere Einsatzgrenze", "9": "Keine Anforderung", "11": "Durchfluss-W\u00e4rmequelle", - "12": "Niederdruck-Pause" + "12": "Niederdruck-Pause", + "14": "Inverter-Pause", + "24": "LPC", + "25": "Neustart" } }, "timestamp_4": { diff --git a/custom_components/luxtronik/translations/en.json b/custom_components/luxtronik/translations/en.json index 7cad2c2..466f14d 100644 --- a/custom_components/luxtronik/translations/en.json +++ b/custom_components/luxtronik/translations/en.json @@ -378,7 +378,10 @@ "8": "Lower limitation of use", "9": "no request", "11": "flow rate", - "12": "Low pressure pause" + "12": "Low pressure pause", + "14": "IO pause", + "24": "LPC", + "25": "Restart" } }, "status_line_1": {