drc38

Results 88 comments of drc38

What version did you upgrade from?

@dreimer1986 have you had any issue with the upgrade to 0.5.2?

@lcevela the logs are not showing your charger trying to connect to HA. See https://github.com/lbbrhzn/ocpp/issues/1117#issuecomment-2018767615 for example

I suggest uninstalling the ocpp integration and reinstalling. You can then change the reporting intervals and measurands on setup.

See https://github.com/lbbrhzn/ocpp/issues/1096#issue-2159922663 The log should test each measurand for support by the charger.

If you can no longer select measurands on setup try replacing line 464 in `api.py` with: `all_measurands = MEASURANDS` You will need to add `MEASURANDS` to the import line as...

Looks like your charger is not responding to this request as per the ocpp standard `[2,"2b49cb95-261c-46d0-971b-afaeb8c4620b","GetConfiguration",{"key":["NumberOfConnectors"]}]` Suggest raising it with them, in the meantime you can comment out the request.

Seems your charger is unusual in reporting to 0.1Wh. Try removing int from lines 1424 and 1451, although this doesn't explain a 0.6kWh difference. It may be to do with...

> Strange: the manifest.json in github, main branch, reports v 0.4.42. The value in github `manifest.json` is arbitrary, it gets updated via workflow when a release is issued.

The issue appears to be buggy firmware, you can try getting further diagnostics from the unit. See thread #221 for details on using get_diagnostics.