MartinGris / node-red-contrib-skoda-connect

Simple Node-RED node for interacting with Skoda connect
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

NodeRED crashes/restarts when node is unable to log-in to servers (Skoda servers down) #17

Open Kositch opened 1 year ago

Kositch commented 1 year ago

When Skoda connect servers are unavailable (very often) nodes skoda-get or skoda-set cause whole NodeRED server to restart when not able to log-in. Can this please be solved somehow? It works when servers are available, but when they are for example for 1 hour down, it causes constant NodeRED restarts.

foorschtbar commented 1 year ago

Same problem here.

Kositch commented 1 year ago

Do you have some temporary solution so I dont have to disable node each time servers are not available? Thanks!

foorschtbar commented 1 year ago

Yes. I use ioBroker with the vw-connect adapter and publish the changes via MQTT back to Node-RED. The ioBroker adapter is well maintained.

Kositch commented 1 year ago

Yes. I use ioBroker with the vw-connect adapter and publish the changes via MQTT back to Node-RED. The ioBroker adapter is well maintained.

I am not familiar with ioBroker - it needs some new server running on RPi?

foorschtbar commented 1 year ago

I use Docker on my RPi and ioBroker is just another container

Kositch commented 1 year ago

I use Docker on my RPi and ioBroker is just another container

Yeah, that is sad, that this plugin is not maintained, I would pay a beer for solution of this issue :-)

foorschtbar commented 1 year ago

i simple try-catch could help, but i had trouble to find the position where the exception happens.

Kositch commented 1 year ago

i simple try-catch could help, but i had trouble to find the position where the exception happens.

I am not so much experienced in that, if someone would fork this plugin a resolves this single issue, I would be grateful :-)