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

GE API: Workaround "barrierfree" API filter option #30

Closed
remuslazar opened this issue Dec 15, 2016 · 2 comments
Closed

GE API: Workaround "barrierfree" API filter option #30

remuslazar opened this issue Dec 15, 2016 · 2 comments
Milestone

Comments

@remuslazar
Copy link
Owner

According to the GE API documentation, the barrierfree=false filter should filter out all charging points which are not available for public use (payment using EC/credit card etc.:

see http://www.goingelectric.de/stromtankstellen/api/dokumentation/

nur Ladepunkte, die ohne Vertrag mit den üblichen Mittel - Bargeld, EC. o. Kreditkarte, beliebige RFID-Karte - nutzbar sind, boolescher Wert

Currently there are quite a few charging stations tagged as barrierfree=false being public accessible, like e.g.

http://www.goingelectric.de/stromtankstellen/Deutschland/Ludwigsburg/Aldi-Sued-Martin-Luther-Strasse-82/9187/

      "barrierfree": false,

To workaround this issue, a pragmatic approach will be to just ignore the above filter if the filter "only free charge" also being selected.

@secuder
Copy link

secuder commented Dec 23, 2016

This is a pregmatic approach but you have to consider a certain mismatch rate for loading points where e.g. a specific RFID is mandatory (no idea, how many these could be) - and the unusual effect that turning an additional filter ON results in more results than without it.
I understood from the discussion at the GE-forum that they refrain from changing the Aldi loading points in a batch run. For whatever reason.

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

No branches or pull requests

2 participants