You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case:
When a V2G user has set a calendar item that during this event no charging or discharging takes place and the schedule is optimised with this constraint.
Just to note that this requires us to merge two flex model field schemas: SensorOrQuantity and TimeSeriesOrSensor, which streamlines our API syntax and has clear user value.
Use case:
When a V2G user has set a calendar item that during this event no charging or discharging takes place and the schedule is optimised with this constraint.
Suggested format for flex-model:
"consumption-capacity": [
{
"value": 0,
"start": target_start.isoformat(),
"end": target_end.isoformat(),
}
],
"production-capacity": [
{
"value": 0,
"start": target_start.isoformat(),
"end": target_end.isoformat(),
}
],
Related to:
V2G-liberty/addon-v2g-liberty#41
The text was updated successfully, but these errors were encountered: