ie3-institute / MobilitySimulator

Stochastic-based simulator for individual mobility
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

MobSim informs EVCS in SIMONA about estimated next arrivals #254

Closed sebastian-peter closed 2 months ago

sebastian-peter commented 7 months ago

In order to simplify scheduling in and around SIMONA, we want to inform EVCS about the next earliest arrival whenever we send an arrival.

This also means that returned EVs could be assigned to EVCS at an earlier time than expected, which means we would then need to inform EVCS about the earlier arrival.

sebastian-peter commented 6 months ago

Ok, this has issues that I didn't foresee. For arriving EVs, the EVCS that it'll be parked at is only determined at the actual tick that it parks, because we only have POIs as destinations and we don't know which close parking lot will have free lots available beforehand.

This means we can only tell EVCS the next tick at which MobSim will be activated as a whole, which we already tell ExtSimAdapter as well.