You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently started to use OCPP on my Wallbox Pulsar Plus. Via a Node Red steering, I charge the car dynamically depanding on the PV. What I notice, since I started to use it, that the current stops following after some time and becomes stale.
Checking the logs I see the following:
Logger: custom_components.ocpp
Bron: custom_components/ocpp/number.py:240
integratie: Open Charge Point Protocol (OCPP) (documentatie, problemen)
Eerst voorgekomen: 11:41:41 (1 gebeurtenis)
Laatst gelogd: 11:41:41
Set current limit rejected by CP (kept optimistic UI at 13.0 A).
Logger: custom_components.ocpp
Bron: custom_components/ocpp/number.py:245
integratie: Open Charge Point Protocol (OCPP) (documentatie, problemen)
Eerst voorgekomen: 11:40:20 (20 gebeurtenissen)
Laatst gelogd: 12:10:54
Set current limit failed: Waited 10s for response on [2,"cc8643d8-f65e-4861-a96f-989cf4065c9c","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]. (kept optimistic UI at 9.0 A).
Set current limit failed: Waited 10s for response on [2,"33a0d800-bc70-4364-b4ed-8e46329f8ccc","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]. (kept optimistic UI at 12.0 A).
Set current limit failed: Waited 10s for response on [2,"cb271927-711c-4a42-8312-b3bfea32b672","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]. (kept optimistic UI at 13.0 A).
Set current limit failed: Waited 10s for response on [2,"6ff67ea4-e42c-4846-b986-503eecd64344","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]. (kept optimistic UI at 15.0 A).
Set current limit failed: Waited 10s for response on [2,"ee515d98-b4b2-4395-90eb-a06186e12f70","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]. (kept optimistic UI at 15.0 A).
When I change the current limit in the Wallbox portal, it reflects right away in HA... so communication seems to be working fine.
Is this the way the system has been designed that you set a max current once in a session and then it stays like that?
Although it increased from 9 - 16A in the beginning of the session without any issue.
Hope this can be solved because otherwise I need to find out an other solution to sear dynamically.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently started to use OCPP on my Wallbox Pulsar Plus. Via a Node Red steering, I charge the car dynamically depanding on the PV. What I notice, since I started to use it, that the current stops following after some time and becomes stale.
Checking the logs I see the following:
When I change the current limit in the Wallbox portal, it reflects right away in HA... so communication seems to be working fine.
Is this the way the system has been designed that you set a max current once in a session and then it stays like that?
Although it increased from 9 - 16A in the beginning of the session without any issue.
Hope this can be solved because otherwise I need to find out an other solution to sear dynamically.
Beta Was this translation helpful? Give feedback.
All reactions