I created a driver to get my Nissan Leaf battery level.
Plenty of growth possibilities, but better start simple.
The easy way requires some knowledge and possibility to run containers. The leaf2mqtt container polls the car and populates a topic on an mqtt bus. The driver gets the data from the mqtt bus.
Installation
need an MQTT bus (ie. eclipse-mosquitto docker container)
I’m very surprised to find this article, with no one replying to it. I just bought a Nissan leaf and was looking for something that can do exactly what you are saying your custom app does. Thank you very much!
I’m probably a bit off from trying to implement this, especially since I’m not sure what those containers are you mentioned.
Thanks for the message @IT_Guy I hope you manage to get it all running.
I took the opportunity to update the driver based on experience with a flakey mqtt server.
I published v3 in github.
Seem like there's still some work needed though.