-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Get all home charging sessions #32
Comments
You mean the data from the Elli Chargers? |
yes |
Ok, that is a good request, I already had that in mind to allow automatically to connect charging sessions in VWsFriend with the data from WeCharge. That would be the same authentication. The problem for home charging is that I do not have such a charger. So once the groundwork is done I would need some data examples. But First of all I would need some refactoring so. |
Hi, we have three ID Chargers with 4 different RFID charging cards. We already generated 300+ records and I would share the data. Is there something else I could contribute (question also relates to source code)? |
I guess it is also json what is coming from the server. |
Short update: I was able to login to WeCharge the first time and fetch some data. I still have a lot of cleanup todo before I can think of integrating it into a release, but a first proof of concept is done. |
I just have the json string coming from io-broker. However, I am not sure if this is the same format than returned by WeCharge. |
We can have a try. You can anonymize it if it contains personal data. |
Sure! 100 records with anonymized serial numbers, IDs and addresses. |
super danke! Wird noch ein paar tage dauern, ich muss erst die neue Authentifizierung einbauen, aber ich bin dran versprochen! |
Any update on this? Elli Charger now supports EEBUS and VW Passat GTE is here (still waiting for ID.4...) |
I have a working example, unfortunately I did not find enough time to finish it yet. I would need one or two days. Unfortunately my real job and family keeps me busy right now. But ist is not forgotten. |
Is the EEBUS update finally available? I am waiting for the respective Fota update since 1,5 years meanwhile… |
Yes, it is. You can install it via VW Connect ID App or wait for Autoupdate. |
Hi @tillsteinbach have you any news about the ID Chargers? |
Unfortunately not. Got even worse with spare time. Sorry. |
we all have the same problems... |
Yes, I was able to get the charging sessions. |
Can you tell us the http endpoint? I'm not familiar with the API yet and I'd like to play around with it. |
I would like to export all home charging sessions to evaluate how much energy was taken from which wallbox and authenticated by which charging card.
So far I am working with the iobroker.vw-connect and iobroker.simple-api adapter. I am requesting the data from a python script using the simple-api REST API. This is not very efficient but was working in a first POC. I would like to get rid of the iobroker dependency providing an exporting possibility that is kind of standalone. It would be great to use the weconnect-python module to handle the VW API. However, I think there is no API yet to return the former home charging sessions . Would it be possible to add it?
The text was updated successfully, but these errors were encountered: