Request: Add Charging Station Operator Charge Plans #2619
coreGreenberet
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment we have to add a geofence for each different charging session location (except for superchargers).
OpenStreetMap has the charger informations including the operator of these stations
e.g. https://www.openstreetmap.org/node/6139697715
Tag: operator: "Wien Energie GmbH"
There is even a information about the Socket and max KW
I'm suggesting to add the ability to add charge plans for these operators.
AC/DC MAX KW -> X $/€ per Hour/KWH
so a user might add
From the charging information teslamate knows already the type of AC/DC and the max KW added through the session.
So from combining all of these informations we would know how much we've spent here.
e.g. charging session was 30 minutes and max charging rate was DC 43.
-> TSM has to select the DC 50 KW charge plan
e.g. charging session was 30 minutes and max charging rate was AC 11 KW, but OSM says the sockets are only 22 KW.
-> TSM has to select the AC 22 KW charge plan
If there are multiple charging operators on the location, then TSM should select the one which is the closest with a configured charging plan.
If TSM doesn't find anything -> no costs calculated
Beta Was this translation helpful? Give feedback.
All reactions