-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Integration crashes on json value parsing #1499
Comments
@stefa168 |
Thanks for the suggestion!
Yeah I figured it wasn't exactly something expected 😄 Anyway, I tried your suggestion, however the error still persists
Is the value absolutely needed to be a string, or could we cast it into one if needed? |
It looks like it is still validating.. Did you restart HA after deleting and re-adding CP? In regards to casting... |
I tried again right now, I deleted the configuration, then restarted HA and then re-did the setup but the issue persisted. |
Mobilityhouse is right, its your charger, your best bet is to ask manufecturer to fix it, your other alternative is to fork ocpp library and this component for it. |
Yeah, I think you're right. I will try asking the manufacturer. In the meantime, why doesn't the "Skip OCPP schema validation" actually skip the validation? |
I'm not sure. Looking at the validation code in ocpp, it cannot skip variable type changes. |
Describe the bug
I have recently configured my wallbox to connect to the integration, but shortly after it shows as available (and some of the basic informations about it are shown on the device section) it goes back to unavailable.
This cycle repeats forever, and from the logs it looks like the integration is crashing:
The OCPP integration is v0.7.0
My wallbox is a SCAME SBC-0 with firmware 1.4.2.
If any other information is needed, I'll be happy to provide them!
The text was updated successfully, but these errors were encountered: