Hi, we just received our new Nissan Ariya and it seems to be using a new service Nissan have developed that’s different from the one the Leaf is using. Obviously I therefore can’t connect our car to Home Assistant with any existing integrations which is a shame.
The new app for the Ariya is called NissanConnect Services so if anyone out there have a Nissan Ariya and have the skills to develop an integration for Home Assistant that would be appreciated!
Thanks for your reply. I’m kind of happy to see that I’m not the only one. Hopefully someone is able to create an integration for home assistant for this newer Nissan service.
Would also really love this as an integration. We just got our Ariya a couple of weeks ago (great car by the way), and would love to get it in Home Assistant
Will follow along as I’m expecting my Ariya in March, I now have my current Volvo in HA, and would love to have the new car also in HA.
I’m not an integration developer or anything but if I can help with testing, or look at some code I’m interested.
Not sure if this can somehow be used as a work around, until an integration is made, but it’s possible to connect NissanConnect to Google Assistant, so that battery level etc can be enquired through assistant. Though it doesn’t show as an entity in Google Home…
But following this, you can enquire things about your Ariya.
Is there anyway to get this from Google Home, over to Home Assistant? I’d really love to at least get an up to date battery level in home assistant, as I’ve already got automations for my Easee charger, which would benefit from knowing the cars battery level. Anyone know how this could be done?
First attempt was with leaf2mqtt which worked, but did not gave me battery % and running the docker in hass was making supervisor moan and complain… as i did not want to setup another docker instance somewhere I focused on node red.
Thanks to node red and the work of various people I finally start getting somewhere.
I also figured out where to get the estimated range from, this is in a new v2 url on the API
Next thing on the to do is Lock/Unlock, but as the car is not at home, it is not wise for me to start locking or unlocking
Yes, sure I will upload it to a GIT once I’m done and cleaned it up. @celodnb but if you are a “noob” as you call it on node red I would first dive into this already first
But I’m wondering if I’m a bit out of my depth with trying to implement this, as I can’t get it to work.
I have imported the flows into Node Red, and I can see under the logs in Node Red that I am connected to my MQTT broker. But when using the MQTT explorer, I cannot see leaf in the list of devices (I only have two other MQTT devices in our house, and these are shown no problem).
So I’m thinking there is something else I don’t have set up correctly.
I’ll be honest, I don’t use MQTT much at all (the two devices as mentioned above, which are just local devices, a Xiaomi blind motor and a ESP hacked Roomba vacuum), and it’s also the first time I’m using Node Red, so I assume there’s something I don’t have set up in either of those to allow me to get this working.
So I am new to using Node Red, but I’m making a little progress, but still need some help.
I can now see a message has been sent, and that leaf is on my explorer list in MQTT explorer.
But it’s empty at the moment, so there’s obviously something very simple (beginner mistake) that I haven’t configured/done correctly.
Firstly, I added my credentials to the ‘Set flows-Vars-Config’ node, as mentioned in the github readme. I assume that I only need to change the username and password fields, near the end of the code? I assume these are also the credentials used for the Nissan connect app?
I’ve also configured my MQTT broker node as follows. Does this look correct?