hi everyone i have isuss i try many time find were problem is but i found northing.
in my flow the node mqtt are config to send via mqtt to thingspeak . the node are working for 2 at 7 day and then it sopped or it blocked . it show the mqtt connecting like in the image . and to fix it i need every time to reboot the router and raspberry pi . i try to restart just nodred but it not fixing it . any ideas were problem is ???
I now have 5 PI's not working in the same place and not in the same network and I'm seeing this problem in 2 PI's at the moment. And there is no stopping at the same time.
Where is the MQTT broker you are using installed? It would be helpful if you provided a newwork diagram.
Try adding a mqtt-in node with the same topic you are sending to your mqtt-out node and connect it to a debug node set to send the output to the system log.
That way you could look at the log and get a bit more information.
You could also install mqtt-explorer and connect to the mqtt broker and see what is being sent thru it.
How often are you polling Thingspeak> From it's FAQ it states:
For users of the free option, the message update interval limit remains limited at 15 seconds. Other limitations are described on the How to Buy pages.
Have you tried to see how long the connection works with only one Pi sending msgs to the Thinkspeak broker?
Since this seems to work fine for several days and then fails with a connection error, I would suspect something is happening at the Thinkspeak end. I would investigate that possibility, find out what logs they have and how to look at them. Post a question to their support staff (if that is possible).