-
-
Notifications
You must be signed in to change notification settings - Fork 750
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
Ocpp: cache and re-use initial status #16859
Conversation
3977372
to
05e588f
Compare
|
||
// apply cached status if available | ||
instance.WithChargepointStatusByID(cp.id, func(status *core.StatusNotificationRequest) { | ||
if _, err := cp.OnStatusNotification(status); err == nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@premultiply bin noch gespannt, was hier bei >1 Connector passiert. Denn aktuell speichern wir nur einen Status- das müssten dann aber mehrere sein? Das ist aber erstmal ein Luxusproblem...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andig / @premultiply:
OCPP ABL Box leider mit
cannot create charger 'wb_re_2': cannot create charger type 'template': cannot create charger type 'ocpp': timeout
evcc 0.131.2 (520d54b) - sowohl mit der nightly als auch der 0.131.2.
wb_re_2 ist der 2. Ladepunkt der Box.
Wenn ich ein Issue eröffnen soll, bitte kurz melden.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lass uns erstmal nach der Mennekes schauen.
May fix #15677