Open scientific-method-course opened 2 years ago
Hello, Yes, I'd like to know a bit more about bits and pieces needed to make it running !
It turns out that Nissan/Kamereon changed their server addresses. Those are given in kamereon/kamereon.py in settings_map.
I looked up the correct values in dartnissanconnect. It appears that it is mostly a matter of replacing .eu.
by .eu2.
in all addresses.
Now it seems to work again, at least for me.
This week I discovered that another change was needed.
In kamereon.py
in line 704 the v2
should be changed to v5
. Whenever something seems to break, I check at dartnissanconnect to see how to fix it.
To start with many thanks for this Python implementation. However, for me it didn't work with the current version of Nissanconnect for EU.The response from the server seems to have changed. And I ran into some issues that seem to be related to Python3.
However, I got the bits and pieces that I need running. If someone is interested, I could share them.