Yoshida.T
Yoshida.T
"I think it is necessary to modify the connection URL. Specifically, wouldn't it be to append the identify to the end? Example: CP->CS connection destination `wss://test1.ocpps.ekoenergetyka.com.pl/ocppj/QP-4723 ` However, I might...
Thank you, I understand. Here are some points to check: - Is the endpoint (/ocpp, /ocppj) necessary? - Is the port specified? (:8080, etc.) - Is the CP identifier (QP-4723)...
@no-veternarian23 I don't think this is a bug. In CP, the naming convention changes from camel case to snake case at this [point ](https://github.com/mobilityhouse/ocpp/blob/master/ocpp/charge_point.py#L17). Therefore, when writing CP code, you...
@OrangeTux Thank you for leading this project so far. This project is being used in our company's product, and many chargers are operating successfully. I would like to continue contributing...
There are two main methods you can consider: 1. Send RemoteStartTransaction & RemoteStopTransaction from the CS to the CP at the scheduled time. 2. Send the scheduling information from the...
There's no need to do that. SetChargingProfile also has a recurring option (recurrencyKind). You should make use of that. You should also be able to adjust the start time by...