Hi
I have updated my OH setup to 5.1.3 and EVCC to 0.303.2, this results into a problem with the Battery thing not initialising after restart. The Error is:
HANDLER_INITIALIZING_ERROR
class com.google.gson.JsonObject cannot be cast to class com.google.gson.JsonArray (com.google.gson.JsonObject and com.google.gson.JsonArray are in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @6bd6a340)
Deleting and recreating the object does not work, the battery thing is not found. It looks like there is a change in the EVCC api that is breaking the binding ? It receives an JsonObject, but and JsonArry is expected ?