[smartcharging] TxDefaultProfile with same stackLevel #141
SiarheiVolkau
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi, The case where a TxDefault profile is installed on connector 0 and then a TxDefaultProfile is installed on a specific connector is described in the 3.13.1. Charging profile purposes chapter :
So you can effectively install a profile with same purpose and stack level on connector 0 and 1 simultaneously. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SmartChargingManager allows installing profiles with connector_id == 0 for
TxDefaultProfile
purpose, although then it allows to apply two profiles with samestackLevel
andPurpose
on a connector which is explicitly prohibited by the OCPP-1.6.While OCPP doesn't state how to implement installing TxDefaultProfile for connector 0 it seems more reasonable to install that profile for each connector separately - thus avoiding that conflict situation, doesn't it?
Beta Was this translation helpful? Give feedback.
All reactions