Read the statement by Michael Teeuw here.
Volkswagen CarNet
-
Was wondering if it would be possible to make a module that shows battery percentage and other stuff from the CarNet-app/server. Found this npm, but don’t know if it’s still working: https://www.npmjs.com/package/vw-carnet
-
@jorgeb1502 Its github repository is broken. I think it might be out-of-date.
-
This post is deleted! -
@sean
Would it be possible to use this one? https://github.com/wez3/volkswagen-carnet-client
Edit:
I have tested it, and I it works. Is it possible to use python in a module?
-
@jorgeb1502 you can make python app and run as daemon. And add some communication part with RESTful API or any other spec. Your another nodejs mm module can talk with with your python app, I guess.
-
You can also try https://www.npmjs.com/package/node-vw-carnet (if you have not already solved your problem)