Good morning.
I'm using a Shelly pro 4 PM to control a few Lamps on the outside of my property.
The Shelly is sitting inside a house connection box and connected with an Ethernet cable from the Rack right beside it.
I'm controlling the shelly via the MQTT protocol and Node-red.
Now to the lamp logic.
In my case, I'm using a 433MHZ remote controlling a Tasmotized Arduino. With this remote control, I can Turn on and turn off the outside lamps if I'm coming home or leaving them.
To control these lamps I want to know which status the relais from the shelly have. so I'm grabbing the status via the Node-red "shelly gen 2" node via a 1000ms polling rate.
With the status, node-red is residing whether it is turning the lamps on or of.
But now the problem occurs.
Often when I press the remote button the shelly is timing out with the following error (inside Node-red): "timeout of 1000ms exceeded".
This error occurs for about 20 seconds an then it reconnects with: "connect EHOSTUNREACH 192.168.1.194:80"
After this, it's working fine until it fails again.
Do you guys have any idea what could be the problem?
Thank you very much in advance!