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

Fresh build no longer connects to NissanConnect #9

Closed haberda closed 3 years ago

haberda commented 3 years ago

There seems to have been an API change on that requires an update to connect successfully. I am guessing that this is the upstream. That project seems to have had a recent update to fix the API issue. I don't know really anything about Dart, I tried to fix it myself but got nowhere.

I tried removing the container and image and rebuilding (hence my PR) in the hopes it would pull dependencies from upstream, but that unfortunately didn't work.

yp87 commented 3 years ago

Hello @haberda ,

Sorry for the delay, I updated the packages to their latest versions.

For your information, you need to run dart pub upgrade in order to update the pubspec.lock file to the latest commit ids for these packages.

Thank you!