Hello everyone,
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)
- run leaf2mqtt container - see GitHub - kamiKAC/leaf2mqtt: Pull in data from the Nissan Connect platform for the LEAF and publish over MQTT
- add the driver to Hubitat
- create a new device with the driver
- configure mqtt URI, username and password in the preferences
- you're done!
Source
Hope it helps others
Jean.