Skip to content

Commit

Permalink
build 2.2.4
Browse files Browse the repository at this point in the history
fix for STATUS "Sleeping-Mode" -> BMS SHUTDOWN (Abschaltung Lithium)
  • Loading branch information
marq24 committed Aug 17, 2023
1 parent b1b79e4 commit 63cfc09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ dmypy.json

# End of https://www.gitignore.io/api/python
/home-assistant-senec.iml
/res/
2 changes: 1 addition & 1 deletion custom_components/senec/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"@marq24"
],
"iot_class": "local_polling",
"version": "2.2.3"
"version": "2.2.4"
}
6 changes: 4 additions & 2 deletions custom_components/senec/pysenec_ha/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
38: "NO SERVER CONNECTION",
39: "BMS ERROR",
40: "MAINTENANCE: FILTER",
41: "SLEEPING MODE",
41: "BMS SHUTDOWN",
42: "WAITING EXCESS",
43: "CAPACITY TEST: CHARGE",
44: "CAPACITY TEST: DISCHARGE",
45: "MAN. DESULFATATION: WAIT",
46: "MAN. DESULFATATION: READY",
47: "MAN. DESULFATATION: ERROR",
48: "EQUALIZATION: WAIT",
49: "EMERGANCY CHARGE: ERROR",
49: "EMERGENCY CHARGE: ERROR",
50: "MAN. EQUALIZATION: WAIT",
51: "MAN. EQUALIZATION: ERROR",
52: "MAN: EQUALIZATION: READY",
Expand Down Expand Up @@ -95,5 +95,7 @@
93: "REMOTE DISCONNECTION",
94: "ERROR DRM0",
95: "BATTERY DIAGNOSIS",
96: "BALANCING",
97: "SAFETY DISCHARGE",
98: "BMS ERROR - MODULE IMBALANCE"
}

0 comments on commit 63cfc09

Please sign in to comment.