drc38
drc38
You can test https://github.com/lbbrhzn/ocpp/pull/1498
Have a look at https://github.com/djiesr/ocpp which makes various changes to support incompatible ocpp1.6 firmware
You can comment out line 468, and define accepted_measurands with the measurands your charger supports.
If caught another error would be thrown as the measurands reported are also not correct. See https://github.com/mobilityhouse/ocpp/blob/master/ocpp/v16/enums.py eg `current.import` vs `current.import.L1`
> If caught another error would be thrown as the measurands reported are also not correct. See https://github.com/mobilityhouse/ocpp/blob/master/ocpp/v16/enums.py eg `current.import` vs `current.import.L1` Ignore this, I see in the spec it...
v0.5.12 supports manual configuration of the measurands which will then avoid this.
See #1199
The warning and issue with blocking is unlikely to be related to your connectivity issues as the blocking code will still run. Enable debug and take a closer look through...