Sporadische Reboots des HA-Systems

Deladusde

Member
Hallo zusammen,

ich habe ein seltsames Problem mit meinem HA auf einem RaspPi3 Modell B. Grundsätzlich nutze ich diese Kombination schon seit Jahren ohne Probleme, Doch seit unserem Umzug und dem Wechsel auf ein neues Smart Home System habe ich das Problem, dass das System sporadisch und unvermittelt neu startet. Nach diesem Neustart funktioniert es auch wieder einwandfrei, auch bis zu einem Neustart, sind keine Probleme zu finden.

Gegenüber das alte System habe ich kaum Integrationen, HACS und AddOns installiert. Das alte System war ein gewachsener Flickenteppich. Bei dem neuen System habe ich auf ein homogenes System geachtet. Hier läuft hauptsächlich Homematic, zudem gesellen sich Hue, Fritzbox und Netatmo. Auch die Anzahl von Automatismen ist deutlich geringer als vorher, da vieles bereits direkt von Homematic gesteuert wird und nur ergänzend der HA-Server Steuerungen übernimmt.

Ich habe hier einmal das homeassistant.log unmittelbar nach dem Neustart:


2024-11-17 11:09:49.139 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-11-17 11:09:52.045 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2024-11-17 11:09:53.249 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=85 from 2024-11-17 08:54:20.412053)
2024-11-17 11:10:13.887 WARNING (MainThread) [hass_nabucasa.cloud_api] Fetched https://alexa-api.nabucasa.com/access_token (400)
2024-11-17 11:10:14.733 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDimmerState' is not yet supported
2024-11-17 11:10:14.734 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDeviceOperationMode' is not yet supported
2024-11-17 11:10:15.315 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDimmerState' is not yet supported
2024-11-17 11:10:15.316 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDeviceOperationMode' is not yet supported
2024-11-17 11:10:15.842 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f5d6875d0>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by integration 'homematicip_cloud' at homeassistant/components/homematicip_cloud/hap.py, line 191: hmip_events = await self.home.enable_events() (offender: /usr/local/lib/python3.12/ssl.py, line 713: context.load_default_certs(purpose)), please create a bug report at https://github.com/home-assistant/c...:issue+label:"integration:+homematicip_cloud"
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_default_certs
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/components/homematicip_cloud/hap.py", line 191, in async_connect
hmip_events = await self.home.enable_events()

und die homeassistant.log1

2024-11-17 09:54:17.273 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-11-17 09:54:20.584 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2024-11-17 09:54:21.330 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=84 from 2024-11-17 06:44:51.119989)
2024-11-17 09:54:37.694 WARNING (MainThread) [hass_nabucasa.cloud_api] Fetched https://alexa-api.nabucasa.com/access_token (400)
2024-11-17 09:54:42.252 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDimmerState' is not yet supported
2024-11-17 09:54:42.252 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDeviceOperationMode' is not yet supported
2024-11-17 09:54:42.486 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDimmerState' is not yet supported
2024-11-17 09:54:42.487 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDeviceOperationMode' is not yet supported
2024-11-17 09:54:42.908 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f831782d0>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by integration 'homematicip_cloud' at homeassistant/components/homematicip_cloud/hap.py, line 191: hmip_events = await self.home.enable_events() (offender: /usr/local/lib/python3.12/ssl.py, line 713: context.load_default_certs(purpose)), please create a bug report at https://github.com/home-assistant/c...:issue+label:"integration:+homematicip_cloud"
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_default_certs
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/components/homematicip_cloud/hap.py", line 191, in async_connect
hmip_events = await self.home.enable_events()

2024-11-17 10:30:09.878 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDimmerState' is not yet supported
2024-11-17 10:30:09.886 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDeviceOperationMode' is not yet supported
2024-11-17 10:30:09.963 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDimmerState' is not yet supported
2024-11-17 10:30:09.964 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDeviceOperationMode' is not yet supported
2024-11-17 10:30:10.044 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDimmerState' is not yet supported
2024-11-17 10:30:10.045 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IOptionalFeatureDeviceOperationMode' is not yet supported

Was ist nicht verstehe ist diese Warnung, da ich über HACS keine homematic Addons installiert habe... Ich nutze hier ausschließlich die offizielle integration.
2024-11-17 11:09:49.139 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

Hat jemand eine idee, warum das Gerät immer wieder neu startet?

Gruß
Dennis
 
Bei solch einem Merkwürdigen Verhalten eines PI tippe ich immer erst mal auf das Netzteil.
Bitte keine „Ladegeräte“ verwenden sondern wirklich „Netzteile“.
Vielleicht hat das alte eine Macke. Einfach mal ausprobieren
 
Hi Barry,

Danke für deine Antwort, ich habe für das system extra ein neues, originales raspPi Netzteil gekauft, am alten System hatte ich ein Echo Netzteil, das zwar ohne Probleme lief, ich aber trotzdem getauscht habe. Ich habe auch schon den raspPi getauscht, gegen den der das alte System fehlerfrei betrieben hatte, einzige Unterschied zum alten System (hardwareseitig) ist nun nur noch die Speicherkarte.... Hier habe ich mir überlegt dass vielleicht die der Grund ist!?

Gruß
Dennis
 
nach deiner Reaktion hier, gehe ich von aus, dass das Log kein Problem zeit, dass dies verursachen könnte!? Oder gibt es irgendwo noch ein Log-file, was ich checken - hochladen sollte?
 
Sowas kann durch Speichermangel passieren. Ich habe über den Systemmonitor die Speicherauslastung, Swap u.ä. mitgeschrieben und seid 2024.11 kann man im Supervisor auch die logs vor letzten boot ansehen.
 
Die Speicherauslastung liegt bei den Neustart immer zwischen 80% und 82% nach einem neustart bei 76-78% nachdem alle Dienste gestartet sind.

CPU-Auslastung steigt selten über 10%
 
Vielleicht hat der Storage ja auch einen weg, vielleicht mal die SD-Card tauschen (sofern das System überhaupt via SD-Card läuft). Ich hatte irgendwann auch mal ein recht merkwürdiges Verhalten mit einem Raspi, es stellte sich heraus, dass die SD-Card einen weg hatte - habe ich aber auch erst gemerkt, nachdem ich die alte SD-Card durch eine neue getauscht hatte und alles wieder wie am Schnürchen lief.
 
Die SD-Karte werde ich auf jeden Fall tauschen. Ich habe 2 Ursachen im Verdacht - SD Karte evtl. zu langsam - oder MQTT für die Ring - auch wenn ich den LiveStream nicht nutze zieht das doch ganz schön am Speicher.... habe es nun erstmal deaktiviert - mal schauen...
 
Schau einfach die Logs durch (vor allem auch ins "Host"-Protokoll schauen, nicht, dass da schon etwas von I/O-Fehlern steht). Im besten Fall die Zeiträume (sofern denn vorhanden), wo der letzte sporadische Reboot stattgefunden hat.
 
Dann melde ich mich mal wieder zu Wort, ich habe nun die SD-Karte getauscht das System komplett neu installiert, Updates durchgeführt aber dennoch startet der RaspPi sporadisch neu. Ist zwar deutlich seltener geworden, aber ganz lässt er es nicht sein....

Hier ist ein Auszug vom Supervisor kurz vor und nach dem restart....

Samba Share scheint nicht sauber zu laufen, und er Zeit eine Warnung vom Home Assistant Core API an, aber warum - keine Ahnung... (ich habe alle grünen Einträge, wegen dem 1000 Zeiten Limit rausgenommen...

2024-12-04 06:55:06.334 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Samba share is unhealthy, restarting...
2024-12-04 06:58:00.065 WARNING (MainThread) [supervisor.addons.addon] Timeout while waiting for addon Samba share to start, took more than 120 seconds
2024-12-04 08:34:44.686 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missed an Home Assistant Core API response.
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[07:37:21] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
s6-rc: info: service legacy-services successfully started
[07:37:21] INFO: Starting local supervisor watchdog...
2024-12-04 08:37:32.652 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2024-12-04 08:37:45.968 ERROR (MainThread) [supervisor.backups.backup] Can't read backup tarfile /data/backup/496516c0.tar: empty file
 
Was hast Du denn sonst noch so installiert, vielleicht gibt es evtl. mit irgendwas Probleme, womit dieses instabile Verhalten zu erklären wäre? Hier und hier sind noch ein paar Hilfestellungen zum Thema aufgelistet, schau da vielleicht nochmal rein.
 
An Addon sind nur der Samba share und Mosquitto Broker installiert. Integrationen nutze ich, wie im Screenshot zu sehen:

1733306244331.png

Über HACS habe ich das installiert:

1733306323779.png


Das wars, im alten System hatte ich noch weit aus mehr, ohne Probleme installiert, auch AdGuard hatte ich noch laufen... Weil aich HmIP viel intern macht (Fenster offen und sowas) laufen auch hier deutlich weniger Automation als im alten System (sowohl in der Komplexität, als auch der Anzahl) Das neue sollte also deutlich weniger zu tun haben als vorher.

Ich schaue mir mal bei Zeiten Deine links an....
 

Zurzeit aktive Besucher

Letzte Anleitungen

Statistik des Forums

Themen
5.881
Beiträge
57.474
Mitglieder
5.818
Neuestes Mitglied
DefaultStandart
Zurück
Oben