Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions custom_components/victron/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,10 +999,12 @@ class generator_error(Enum):
"evcharger_productid": RegisterInfo(3800, UINT16)
}

# *** correction by OK1BPN
class evcharger_mode(Enum):
AC_INPUT_1 = 0
AC_OUTPUT = 1
AC_INPUT_2 = 2
MANUAL = 0
AUTO = 1
SCHEDULED = 2
# *** end of correction

class evcharger_status(Enum):
DISCONNECTED = 0
Expand Down