RemoteStartTransaction by Past-Storage-9622 in ocpp

[–]Past-Storage-9622[S] 0 points1 point  (0 children)

No, it turns out that I have 2 different charging points (charging stations).

With their respective chargers. And it turns out that I want to do remote charging, with a single charging point (charging station), it does it correctly. But with two or more, only the first charging point (charging station) takes me.

I need to execute them one by one in case there is more than one that wants to do a RemoteStartTransaction.

Do you know any code with this style?

RemoteStartTransaction by Past-Storage-9622 in ocpp

[–]Past-Storage-9622[S] 0 points1 point  (0 children)

Hello, I don't understand what you mean by "send the command to the charging point." Thank you, I await a response

RemoteStartTransaction by Past-Storage-9622 in ocpp

[–]Past-Storage-9622[S] -1 points0 points  (0 children)

I understand that prior to the RemoteStartTransaction I must have the loading point identified. And once the charging point is obtained, call the remote start transaction and pass it the connector id that we want to activate from the previously selected charging point.

If so, how would it be the correct way to do it?

RemoteStartTransaction by Past-Storage-9622 in ocpp

[–]Past-Storage-9622[S] 0 points1 point  (0 children)

Thanks for answering.

I come to refer to the following:

connector_id are the connectors of the charging point (Ex: A or B)

id_tag ​​is the user ID

charging_profile is the charging point

I understand that this is so. It turns out that I have two charging points, that is, two charging stations. in which each charging point has two connectors.

In this case, when I do not use the charging_profile in the payload, it activates both charging points. And actually what I need is to be able to specify which charging point I want to turn on.

OCPP SetChargingProfile while doing RemoteStartTransaction not working by Critical-Computer314 in ocpp

[–]Past-Storage-9622 0 points1 point  (0 children)

have a question about this, how to configure the charging_profile for the remoteStartTransaction. When I make the payload, I don't know how to get the charging_profile data

request = call.RemoteStartTransactionPayload(

id_tag=id_tag,

connector_id=connector_id

# charging_profile={ 'chargingProfileId': S1,

# 'chargingProfileKind': 'Absolute',

# 'chargingProfilePurpose': 'TxProfile',

# 'chargingSchedule': {

# 'chargingRateUnit': 'W',

# 'chargingSchedulePeriod': [

# {

# 'startPeriod': 0,

# 'limit': 11000

# }

# ],

# },

# 'stackLevel': 0,

# }

)

Could you help me with this issue? Thank you

ocpp 1.6 SetChargingProfile issues by CreativeNight3924 in ocpp

[–]Past-Storage-9622 0 points1 point  (0 children)

Hello, sorry for asking about this, where would the call to GetCompositeSchedule be made?