MicroOcpp icon indicating copy to clipboard operation
MicroOcpp copied to clipboard

OCPP 1.6 client for microcontrollers

Results 152 MicroOcpp issues
Sort by recently updated
recently updated
newest added

[https://openchargealliance.org/wp-content/uploads/2023/11/ocpp_1_6_ISO_15118_v10.pdf](Document From OCA website) I think implement this feature is very useful. This part is separate from main model which make it is simple to implement. I think we just...

I understood the original idea of the code to have some kind of "virtual" reservation on connectorId 0, but now the OCTT really wants to get back StatusNotification with `Reserved`...

@matth-x what do you think about this? We found this removed a lot of lines of code from our main loop. If you like the idea, I can add a...

Hi Guys Here is a plan of standard《OCPP & California Pricing Requirements》implemetation, referencing the pdf: [ocpp_and_dms_evse_regulation-v3.0](https://openchargealliance.org/wp-content/uploads/2024/03/ocpp_and_dms_evse_regulation-v3.0.pdf) I plan to implement it in the following steps: 1. **Branch**: Create `feature/california-pricing-requirements` from...

Hi @matth-x I've created a new service called `DataTransferService` designed to route various types of DataTransfer Message based on `vendorId` and `messageId`. For the upcoming development work, could you please...

This PR makes all those tests pass: - TC_056 Central Smart Charging - TxDefaultProfile - TC_066_CS - Get Composite Schedule - TC_067_CS - Clear Charging Profile - TC_072_CS - Stacking...

When StopTransactionOnInvalidId = false, the dedup of StatusNotification messages is important, OCTT expects Charging, not Preparing + SuspendedEV + Charging. ``` [23:12:57.681] [info] ========================== Starting Main Testcase Steps ========================== [23:12:57.782]...

Closes #397 This test-case has changed in the meantime, so retries is 0 in OCTT, which in the current implementation means "not even trying once". ``` 2025-11-30 22:27:23.945 RESPONSE 2025-11-30...

![Image](https://github.com/user-attachments/assets/c6784879-8978-4cdc-b37a-eea4a73a3c20)