Hallo zusammen,
bei mir startet das Frontend nach dem Update nicht mehr.
(" Die Website ist nicht erreichbar
elfrjo-hass.local hat die Verbindung abgelehnt.")
Homeassistant läuft als VM auf einem Synology DS220+ mit DSM 7.2.1-69057 Update 5.
Diese hängt direkt an einer Unifi UDM.
Die vorhandenen Backups scheinen alle partiell zu sein und ein restore ist über das CLI nicht möglich.
Ich habe erfolglos verschiedene Dinge Restart (Supervisor, Core, VM) rebuild, erneutes Update über CLI ausprobiert.
Das home-assistant.log sagt folgendes:
2024-09-09 12:12:50.103 ERROR (MainThread) [root] Uncaught exception
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 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/runner.py", line 157, in setup_and_run_hass
hass = await bootstrap.async_setup_hass(runtime_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 325, in async_setup_hass
await async_from_config_dict(config_dict, hass) is not None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 457, in async_from_config_dict
await async_load_base_functionality(hass)
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 426, in async_load_base_functionality
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1429, in async_load
await async_get(hass).async_load()
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1292, in async_load
disabled_by=RegistryEntryDisabler(entity["disabled_by"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/enum.py", line 757, in __call__
return cls.__new__(cls, value)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/enum.py", line 1171, in __new__
raise ve_exc
ValueError: 'integratign' is not a valid RegistryEntryDisabler
Ich bin echt verzweifelt und hoffe, dass hier jemand eine Idee hat!?! 