Johan von Forstner
Johan von Forstner
Interesting. Looks like this uses a VW-specific (probably other VW AG brands as well) extension protocol instead of the normal Android Auto protocol to send the car stats to the...
Ah, hm, would be nice if it were also useful for the MEB cars... But if you can get it to work well with the e-Golf it would also be...
@maulwuff Yeah, I think that's a good idea. Though maybe rather with a service that EVMap could attach to instead of Intents so that the data is only sent and...
@mhantsch Thanks, that sounds like a simple solution, at least for SOC! I think I would accept a PR that adds this 🙂 Does EVNotify also give values like the...
Thanks! In principle it should be possible, but the GoingElectric [API terms&conditions](https://www.goingelectric.de/stromtankstellen/api/terms/) prohibit saving the data for more than 24 hours... so I guess the utility of such a feature...
Well, it is understandable that GoingElectric don't want to ruin their reputation with apps that serve potentially out of date data... And free data is great, but operating servers costs...
> It would be really useful to be able to add new chargers directly in the app. Again, that’s not possible with the API, see also #53
That is a link to a fully planned *route* (using a randomly generated ID), not to a *destination* (using its coordinates or address).
Oh, thanks for checking! I am currently [excluding the proprietary Mapbox telemetry components](https://github.com/johan12345/AnyMaps/blob/master/anymaps-mapbox/build.gradle#L34-L42) and replacing them by [a dummy implementation](https://github.com/johan12345/AnyMaps/tree/master/anymaps-mapbox/src/main/java/com/mapbox/android) as suggested [here](https://forum.f-droid.org/t/updated-distribution-license-for-mapbox-mobile-maps-sdk/10201/4). So even if the telemetry setting is...
Transportr uses an ancient version of the Mapbox SDK (version 5 instead of 9), which does not yet use the per-user billing scheme (see https://www.mapbox.com/pricing/ - it was introduced with...