Read the statement by Michael Teeuw here.
Mercedes EV-car me.connet
-
Anyone interested in making a module for Mercedes me.connect? I’ve been looking around, trying to find any pre-existing modules without luck. It would be nice to be able to check the battery status, and available distance for the car. Refreshing the info either by timer every xxx minutes, or manually. If possible also status of the heater/fan (active/inactive) and ability to start the heater.
What I have found is an api that maybe could be used; https://forum.magicmirror.builders/topic/1011/order-closed-two-way-mirror-order-in-germany/540?page=54
and
https://developer.mercedes-benz.com/?retry=11Anyone interested? I’m from Holland.
-
Hi,
I was myself looking for a module for displaying mercedes car data on my MagicMirror, but also had no luck finding any…
I was also just looking at the developer.mercedes-benz.com documentation and was thinking about build something myself for this.
I am happy to collaborate on building a module for this.(I am from Sweden btw :) )
-
@JerryP @cykelstyre I was interested in this one, also did some basic research and got the response from Mercedes api. Its is easy to get data but it will be hard for end user to get it configured as it only supports OAuth2 authorization code flow (AFAIK).
Below is sand box api
-
@ashishtank Nice job.
But the Vin-number is not from a valid MB car. so I think the data is random and only for developer use or testing material.I’m not a programmer so I’m hoping so badly that there is someone who wil and can fix this.
-
@JerryP Yes, it is sandbox (fake data) for developers to test. note the url vhicledata_tryout. In actual api call actual vehicle id from marcedes needs to be used.
-
@cykelstyre You can check my Mercedes module at https://forum.magicmirror.builders/topic/14562/mmm-mercedesme.