mjwwit / node-red-contrib-ikea-tradfri

Node-RED nodes to get updates from and control devices connected to an IKEA TRADFRI gateway
3 stars 3 forks source link

Reconnect after being offline #29

Closed jeujam closed 1 year ago

jeujam commented 2 years ago

I am testing if I can reconnect when the TRADFRY when it has been offline for a while, but as soon as I received the last message from the TRADFRY node, it stays disconnected for ever.:

"An error occurred while connecting with the TRADFRI gateway: ConnectionTimedOut The gateway did not respond after 3 tries." ,

How can I make the node try to reconnect again? Or how can I reset the connection like you do when deploy/restart a flow?

(I am also not able to use the catch or status nodes to check the status, but that could be me.)