yp87 / leaf2mqtt

Pull in data from the Nissan Connect platform for the LEAF and publish over MQTT
GNU General Public License v3.0
42 stars 39 forks source link

Update library #38

Closed EtienneMD closed 1 year ago

yp87 commented 1 year ago

We can merge this PR, but it will have no effect since this new commit only contains a new key and the key is already dynamically fetched from Tobias' repository.

EtienneMD commented 1 year ago

Problem must be one Nissan's side then because I have not been able to connect in about a week.

yp87 commented 1 year ago

It is possible that they changed the key. If it is the case, it won't work until Tobias' update the repo with the new key.

yp87 commented 1 year ago

I stopped using leaf2mqtt a few months ago. Instead, I use an old android phone + Tasker + autoinput + Join. Home assistant is interfacing with tasker on the phone through Join. Tasker will use autoinput to login to Nissan Connect app, refresh, read the values and send it to HomeAssistant using the REST api. There is also a task to sart charging and start climate.

It is way more reliable than before

jasrocha commented 1 year ago

I stopped using leaf2mqtt a few months ago. Instead, I use an old android phone + Tasker + autoinput + Join. Home assistant is interfacing with tasker on the phone through Join. Tasker will use autoinput to login to Nissan Connect app, refresh, read the values and send it to HomeAssistant using the REST api. There is also a task to sart charging and start climate.

It is way more reliable than before

Can You make a helper/tutorial how to make this? Thanks.