Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send dynamic powerconstraint in flex-model #1109

Closed
ArdJonker opened this issue Jun 24, 2024 · 3 comments · Fixed by #1127
Closed

Send dynamic powerconstraint in flex-model #1109

ArdJonker opened this issue Jun 24, 2024 · 3 comments · Fixed by #1127
Assignees
Milestone

Comments

@ArdJonker
Copy link

ArdJonker commented Jun 24, 2024

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

@Flix6x
Copy link
Contributor

Flix6x commented Jun 24, 2024

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.

@Flix6x
Copy link
Contributor

Flix6x commented Aug 7, 2024

I'm starting to keep track of the functionality of being able to pass a time series directly in the flex-model here: #1134

@Flix6x Flix6x added this to the 0.23.0 milestone Aug 7, 2024
@ArdJonker
Copy link
Author

ArdJonker commented Aug 17, 2024

Great! Eager to try it out on V2G Liberty! Hopefully I can pickup V2G Liberty issue V2G-liberty/addon-v2g-liberty#41 soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants