andrei-tatar / node-red-contrib-smartnora

Node Red Google Home integration
https://smart-nora.eu/
109 stars 24 forks source link

I have an issue while using NORA #312

Open Dani-1000 opened 1 day ago

Dani-1000 commented 1 day ago

Good Morning, Since a few days i have issues running NORA Nodes. the Modul was still installed but all the nodes where missing and Node red went into error mode becqaus of missing nodes. i tryed to delet it completle and reinstall it witch worked but only till the next reboot. When i reboot the raspberry get the same issu again I love the Modul and i was running it for years now without ever having any issus. I hope you can help me solving this issu.

thanks for your support Daniel

My user id is: 87d6B6txyPNAHv7tkulb7Qkpfml1

andrei-tatar commented 1 day ago

Hi @Dani-1000 It might be an SD card corruption issue with the raspberry pi. Had a few of these myself. Have you tried checking if the card is still ok?

Dani-1000 commented 1 day ago

Hi andrei-tatar, that could be the problem. do you know a easy way to check/ fix the corrupted card?

andrei-tatar commented 1 day ago

@Dani-1000 I never tried fixing it, it's usually an indication of the end of life of the SD card (they're not really very durable). You could try to check the integrity of the file system using fsck, or there are utilities that verify the SD card by wiping it, writing data and verifying the data can be read correctly.

I always try to disable storing the node-red and zigbee2mqtt logs to the card to avoid too many writes. Also making the FS read-only from raspi-config (inconvenient when you change flows, nodes, etc.). Newer PIs support booting from USB or even running drives over PCIe instead of the less reliable SD cards.

I personally just moved my node-red instance to a docker container on my NAS and use my PIs for other applications.