-
Notifications
You must be signed in to change notification settings - Fork 9
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
Stuck in getData() #24
Comments
Just to get it right: You have a car (which type do you use?) and no charger at all, is this correct? |
I got a Golf 8 GTE (hybrid with charge) I tried vw or vwv2 types and I got directly this error msg with no data: I also tried python weconnect library, which is working perfectly and I use it for now. |
Please try if the new option in branch https://github.com/nightsha-de/npm-vwconnectapi/tree/test_ignore_charger_option solves your problem. I'm just guessing, where exactly it does not return. You need to use |
Thank you. I'll try this as soon as possible and I'll let you know if it is OK or KO. |
I'm also stuck in getData. No charger - config vwv2 seems to work fine it pulls all my car's details, but also with this branch https://github.com/nightsha-de/npm-vwconnectapi/tree/test_ignore_charger_option is loops infinitely. Issue is the flag boolFinishIdData which in my case (as I am not using config id) never gets true. I worked around this for my case by commenting out all the places the flag is used...but this obviously will not work for all configs. |
I tried to tweak finishedReading() a little more. Can you please test it again? |
Same here, stuck in getData(), it comes down to type.getObject() where the exception gets raised as this function is not available. This is in updateName(). |
Nothing ioBroker related should be left in the code. It seems I missed two getObject calls which are now removed in the test branch. |
great change, will give it a try. |
Quick test with logs in DEBUG shortened to 60 chars. I'm using the example.js code but I don't reach the "SOC" info there. DEBUG: parseEmailForm |
After removing the checks for the finished, now I get to the SOC print, which fails due to missing data. Looks the "Audi path" does not fill all items. |
Hello,
function getData() never resolves, it is stuck in a loop.
Using .then .catch .finally, three functions are never resolved and I can't get any data.
Using log DEBUG, I can see that my vehicle data I need are correctly retrieved.
I have this error, related to We Charge I do not have:
ERROR: No Login Form found for type: Wc
Can you help me?
Thank you
The text was updated successfully, but these errors were encountered: