Hi, merry Christman everybody! New to this forum, but not new to Arch linux or Raspberry Pi.
My Raspberry Pi 3 gets a static IP from the DHCP server, and netctl is configured accordingly. The raspberry pi has 1 main task: to measure temperatures every 5 minutes (via a cron job) and write it to a Google sheets file. It does this very well; I can see new temperature readings every 5 minutes appear in my file.
However, from time to time the raspberry pi "disappears" from the local network. When this happens there is no access via SSH, ping gives no results, and the raspberry also does not appear in a Fing network scan. So it looks powered down. However, it is not powered down because the temperature readings keep coming in! This is the case right now, but it seems to happen about once a month.
I can wait for the next day for the device to be responsive and online (a different cronjob reboots it every night), or I can remove the power and plug it in again for a forced restart. But I'd rather fix it properly... Any ideas what this can be? Or any ideas where to start troubleshooting? Any help is appreciated.