-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The reported value 21.0 for entity evcharger status isn't a decobale value #296
Comments
rolfcoder
added a commit
to rolfcoder/hass-victron
that referenced
this issue
Feb 19, 2025
Added EvChargerStatus(Enum) statuses which also resolves issue sfstar#296 (evcharger status isn't a decodable value)
rolfcoder
added a commit
to rolfcoder/hass-victron
that referenced
this issue
Feb 19, 2025
Added EvChargerStatus(Enum) statuses which among resolves issue sfstar#296 (evcharger status isn't a decodable value sfstar#296)
Issue should be resolved by #274 |
I expect it to be around a couple of weeks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the current behavior
Logger: custom_components.victron.sensor
Source: /config/custom_components/victron/sensor.py:191
integration: victron (documentation, issues)
First occurred: 11:28:09 (33 occurrences)
Last logged: 15:27:59
The reported value 21.0 for entity evcharger status isn't a decobale value. Please report this error to the integrations maintainer
NoneType: None
What should be updated or changed?
According to the Modbus Spreadsheet, value 21 should be "Start Charging"
0=Disconnected; 1=Connected; 2=Charging; 3=Charged; 4=Waiting for sun; 5=Waiting for RFID; 6=Waiting for start; 7=Low SOC; 8=Ground test error; 9=Welded contacts test error; 10=CP input test error (shorted); 11=Residual current detected; 12=Undervoltage detected; 13=Overvoltage detected; 14=Overheating detected; 15=Reserved; 16=Reserved; 17=Reserved; 18=Reserved; 19=Reserved; 20=Charging limit; 21=Start charging; 22=Switching to 3 phase; 23=Switching to 1 phase; 24=Stop charging
Home Assistant (please complete the following information):
Core 2025.2.4
Supervisor 2025.02.1
Operating System 14.2
Frontend 20250214.0
Victron Integration v0.4.0
Additional context
Add any other context about the request here.
The text was updated successfully, but these errors were encountered: