-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
Fix/ocpp initial status 3 #18468
base: fix/ocpp-initial-status-3
Are you sure you want to change the base?
Fix/ocpp initial status 3 #18468
Conversation
Connector tests are panicking now- that‘s unexpected? |
What exactly is panicking? I didn't have issues, just the panic I resolved. |
See below |
Ah danke, schaue ich mir an. |
Sind das die gleichen failures wie im source branch? #16908 Wenn ja, dann denke ich, es liegt daran, dass instance im Test nicht instanziiert wird. WithConnectorStatus greift auf cs.mu zu, aber es gibt kein cs Objekt. Im normalen Ablauf passiert das meinem Verständnis nach hier Line 41 in 86c6608
|
@andig I took your branch fix/ocpp-initial-status-3 made to resolve #15677 and performed some debugging to resolve #18443. It was successfully initializing with the eProwallbox that does not support remote trigger after my changes.
Basically, the changes are:
TriggerMessageRequest
withHasRemoteTriggerFeature