matth-x / MicroOcpp

OCPP 1.6 client for microcontrollers
MIT License
300 stars 131 forks source link

Scheduled charging on Power cut #332

Open Aylaas opened 5 days ago

Aylaas commented 5 days ago

Hi @matth-x,

I have a test case scenario where there is an existing schedule for a charger, and power goes off. In this case, I expect my charger to retain the schedule profiles and start charging on power on, if the scheduled profile still holds good(schedule duration is valid and within the bounds). But, while testing this case, I don't see the charger starting to charge on its own on the power on and the schedule still active.

Can you please provide feedback on this test case, if valid please provide the insights on the same.

Thanks, Ayla.

matth-x commented 4 days ago

Hi @Aylaas, by default, MicroOcpp stores all charging schedules locally and resumes transactions after a power loss. Is there any hint that the flash access doesn't work properly?