Skip to content

Node-red flow to retrieve NISSAN Leaf data from Carwings API.

License

Notifications You must be signed in to change notification settings

fab33/flow-node-red-carwings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

flow-node-red-carwings

This flow is written to use with node-red to retrieve data from NISSAN Leaf and control climate. I prefer to write a flow because, it's easier to maintain. You have to add crypto javascript library because I can't find node providing blowfish ECB function. Feel free to open issue or contact me if you hear about a such node.

You have to enter your carwings credentials in "user value" node in the sub-flow "Login and create session" Timeout for an update from the car is set to 120s but can be change in "Max retries" node.

Results are published on following MQTT Topic :

  • base_topic/state : busy, done, error depending on last status. Actually, I didin't log error cause, but it's quite simple to add
  • base_topic/BatteryStatusRecords : a JSON object with all the data from the carwings API

Screenshot

About

Node-red flow to retrieve NISSAN Leaf data from Carwings API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published