]> git.basschouten.com Git - openhab-addons.git/commitdiff
add additional system states (#14824)
authorvich-667 <46525327+vich-667@users.noreply.github.com>
Fri, 21 Apr 2023 10:12:04 +0000 (12:12 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Apr 2023 10:12:04 +0000 (12:12 +0200)
Signed-off-by: Tobias Lange <vich-667@gmx.de>
bundles/org.openhab.binding.senechome/src/main/java/org/openhab/binding/senechome/internal/SenecSystemStatus.java

index 0e5474d9f54af1ff93af08e0f09cbc72be8b48fd..5bbe436a861469d7839a3574f07dcc58f4086c4b 100644 (file)
@@ -113,7 +113,11 @@ public enum SenecSystemStatus {
     SPARE_CAPACITY(89, "SPARE CAPACITY"),
     SELFTEST_ERROR(90, "SELFTEST ERROR"),
     EARTH_FAULT(91, "EARTH FAULT"),
+    PV_MODE(92, "PV MODE"),
+    REMOTE_DISCONNECTION(93, "REMOTE DISCONNECTION"),
+    ERROR_DRM0(94, "ERROR DRM0"),
     BATTERY_DIAGNOSIS(95, "BATTERY DIAGNOSIS"),
+    SAFETY_DISCHARGE(97, "SAFETY DISCHARGE"),
     UNKNOWN(-1, "UNKNOWN");
 
     private int code;