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:
und die homeassistant.log1
Was ist nicht verstehe ist diese Warnung, da ich über HACS keine homematic Addons installiert habe... Ich nutze hier ausschließlich die offizielle integration.
Hat jemand eine idee, warum das Gerät immer wieder neu startet?
Gruß
Dennis
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