You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently variables that are specific to the components EVSE or Connector like SupplyPhases, Power, AvailabilityState etc. can not be accessed in a convenient way. These variables are required in some functional requirements though.
Describe your solution
High Level solution:
Provide dynamic access to variables specific to EVSE and Connector components using evse_id and connector_id .
Probably this requires a refactoring of the ControllerComponentVariables namespace
Additional context
No response
The text was updated successfully, but these errors were encountered:
OCPP Version
OCPP2.0.1
Describe the problem
Currently variables that are specific to the components
EVSE
orConnector
like SupplyPhases, Power, AvailabilityState etc. can not be accessed in a convenient way. These variables are required in some functional requirements though.Describe your solution
High Level solution:
Provide dynamic access to variables specific to
EVSE
andConnector
components using evse_id and connector_id .Probably this requires a refactoring of the ControllerComponentVariables namespace
Additional context
No response
The text was updated successfully, but these errors were encountered: