deconz-community / node-red-contrib-deconz

Node-Red Nodes for deCONZ connectivity.
GNU General Public License v3.0
81 stars 16 forks source link

deconz not recheable #203

Open Hassefar opened 2 years ago

Hassefar commented 2 years ago

Current Behavior

Deconz connects fine but after some time, I get the "deconz not recheable" under several of my nodes. If I re-deploy the flow, the nodes will connect again. Basically the same issues as: https://github.com/deconz-community/node-red-contrib-deconz/issues/162

However, this is not resolved for me. :-(

I am currenlty of the newest version of NR and 2.3.3 of node-red-contrib-deconz

Expected Behavior

No response

Steps To Reproduce

No response

Example flow

paste your flow here

Environment

Zehir commented 2 years ago

I think theses errors are just not properly cleared. There is no to worry about but I will look in to it when I have time

Alex-joomla commented 2 years ago

Same situation here!

ghost commented 2 years ago

Same for me - when you say not properly cleaned, what do you mean? On my side, the node does not work and consequently none of the flows the node is connected to. Thanks for helping!

shlagwuk commented 1 year ago

Same problem here. Did you find a solution?

Hassefar commented 1 year ago

I chabged the Deconz server reference in the nodes to a specific IP which have helped alot. The problem is still there but only very rare.

shlagwuk commented 1 year ago

It's at least once everyday for me. Anything I can do to investigate this error?

Zehir commented 1 year ago

It's at least once everyday for me. Anything I can do to investigate this error?

You can check the node red logs for errors. Also try to connect to the websocket if there is any connexion lost

shlagwuk commented 1 year ago

in the docker node red log, I get this : 19 Jul 06:06:46 - [warn] [deconz-server:Phoscon-GW] WebSocket connection timeout, reconnecting 19 Jul 06:06:46 - [warn] [deconz-server:Phoscon-GW] WebSocket disconnected: 1006 - 19 Jul 06:06:56 - [info] [deconz-server:Phoscon-GW] WebSocket opened

Zehir commented 1 year ago

in the docker node red log, I get this error: 19 Jul 06:06:46 - [warn] [deconz-server:Phoscon-GW] WebSocket connection timeout, reconnecting 19 Jul 06:06:46 - [warn] [deconz-server:Phoscon-GW] WebSocket disconnected: 1006 - 19 Jul 06:06:56 - [info] [deconz-server:Phoscon-GW] WebSocket opened

Yep that is an unexpected deconnection. You can't really do something about it...

Zehir commented 1 year ago

In earlier version of the plugin theses errors wat not showed to the user

Zehir commented 1 year ago

@Hassefar @shlagwuk @Alex-joomla @svenschuldt do you still get theses errors ?

Alex-joomla commented 1 year ago

Hi @Zehir, good start for 2023 :-)

Just checked and I still get the same messages

Bildschirmfoto 2022-12-31 um 11 50 09
Zehir commented 6 months ago

Could you try again with latest version of node red and the plugin ?