kevinVl / NissanConnect-HomeAssistant

20 stars 1 forks source link

Authentication Error #12

Open redice2k opened 3 months ago

redice2k commented 3 months ago

First of all thank you for the time dedicated to this project. I have imported the node red flow anche changed the authenticaion but when i try to update or exceute i recive thi error:

image

I can't understand where the problem is, the username and password are correct, I use them normally with the Nissan Connect application

redice2k commented 3 months ago

I have found the solution. in the following HomeAssistant forum https://community.home-assistant.io/t/integration-for-nissanconnect-services/507695/78 , instructs you to change the configuration of a "function" node in the NissanConnect-Session subflow.

Pasted image 20240812070207 1

the parameter to be changed is the one highlighted in green; for the Nissan Ariya (at least for me) this value must be "v5" while by default it is "v4".

Pasted image 20240812070356

With this modification the error has disappeared and now I can receive the data of the machine. I hope it can help others who run into this error