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

Add filter by maximum power #348

Open
johan12345 opened this issue Jun 6, 2024 · 0 comments
Open

Add filter by maximum power #348

johan12345 opened this issue Jun 6, 2024 · 0 comments

Comments

@johan12345
Copy link
Collaborator

For this we could turn the power filter into a RangeSlider.

OpenChargeMap already has this filter on the server side (maxpowerkw). For GoingElectric we would need to implement it on the client side.

Logic should be: If maximum power filter is set to x kW, only locations where the minimum power of any connector at the location is below x kW will be shown (i.e. it is allowed to have higher power connectors as well, but at least one must be below the maximum).
When combined with the connector filter, this only applies to connectors with the chosen socket(s). When combined with the "minimum number of connectors" filter, there must be at least n connectors with power below the maximum.

Requested in GoingElectric forum.

Use case: For certain charging providers, it may be cheaper to charge at stations with lower power.

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

No branches or pull requests

1 participant