We're running a Revpi compact with Node-RED automation. We're getting random ethernet drop or regular freezing of the revpi. I'm actually tracking a memory leak in Node-RED at the moment, but this doesn't seems related to it. As you can see below, i'm recording the revpi cpu with Node-RED and Grafana via MQTT and we can see that the data has stopped being transmitted at some point. It doesn't seem to be related to high cpu usage. By connecting a screen to the revpi, i've noticed that it had frozen. But last week, we had a similar issue but the revpi was still responding. So i'm guessing this is related to a connectivity issue.
This is the current dhcpcd.conf :
Code: Select all
interface wlan0
metric 100
interface eth0
static ip_address=10.1.1.105/24
static routers=10.1.1.1
interface eth1
static ip_address=10.1.1.106/24
static routers=10.1.1.1
The eth0 is our main ethernet connection connected to a PC on a LAN. The eth1 is the second ethernet port, used for debugging, but generally not connected to anything.
We are running the latest buster image, with Node-RED 2.2.2 and revpinodes-server 1.0.4.
I'm wondering if there is any log that I can read to start troubleshooting this?
Thanks in advance, best.