node-red-contrib / node-red-contrib-renault-ze

node-red extension to fetch the status from your renault connected car
Apache License 2.0
19 stars 6 forks source link

"TypeError: Cannot read property 'vehicle_details' of undefined" #1

Closed kozmoz closed 3 years ago

kozmoz commented 3 years ago

As of September 2020 the NODE-Red node doesn't work anymore, it throws an error:

"TypeError: Cannot read property 'vehicle_details' of undefined"

Any chance this project will be updated? Or is it discontinued?

watchforstock commented 3 years ago

Hi Rob, Yes it appears that Renault completely changed their backend which stopped this working. I don't currently have access to a live Renault account so can't update the system unfortunately. It's probably best to assume this is discontinued for now, but if I get access again I may well try to update it

Thanks

kozmoz commented 3 years ago

Thanks for the answer.

I already figured out thanks to the "pyze" project ( https://github.com/jamesremuscat/pyze ) how the new API works. Unfortunately they completely changed the way these web calls work. I've a proof of concept working, I might start a node-red follow up. Still needs a lot of cleaning though.

konne commented 3 years ago

@watchforstock would it be okay for you if you transfer the repo and the npm package to me so that I can make the rework and take care of publishing new releases.