enbility / eebus-go

EEBUS protocol implementation in go
https://enbility.net
MIT License
52 stars 14 forks source link

OPEV: Add support for Bender missing required data #102

Closed DerAndereAndi closed 1 month ago

DerAndereAndi commented 1 month ago

The Bender EVSE controller reports premitted value set data only for 1 phase (maybe detects if an EV is 1 phase only, or if the EVSE is connected 1 phase only), but has parameters for all possible phases.

The OPEV spec 1.0.1.b says at page 30 “At least one set of permitted values SHALL be stated.” which it does not follow.

Also LoadControlLimitListData only contains by default the limitIds, but none of the other mandatory fields.