Closed hklages closed 2 years ago
The following error logs maybe related to that issue:
Logger: homeassistant.components.websocket_api.http.connection
Source: components/config/device_registry.py:66
Integration: Home Assistant WebSocket API ([documentation](https://www.home-assistant.io/integrations/websocket_api), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+websocket_api%22))
First occurred: 08:48:21 (39 occurrences)
Last logged: 09:31:08
[546963408064] Error handling message: Unknown error
[547407440720] Error handling message: Unknown error
[547229337152] Error handling message: Unknown error
[546961402992] Error handling message: Unknown error
[547458847744] Error handling message: Unknown error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/config/device_registry.py", line 66, in websocket_update_device
msg["disabled_by"] = DeviceEntryDisabler(msg["disabled_by"])
File "/usr/local/lib/python3.9/enum.py", line 384, in __call__
return cls.__new__(cls, value)
File "/usr/local/lib/python3.9/enum.py", line 702, in __new__
raise ve_exc
ValueError: None is not a valid DeviceEntryDisabler
Logger: homeassistant
Source: components/websocket_api/connection.py:143
First occurred: 08:48:21 (39 occurrences)
Last logged: 09:31:08
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/config/device_registry.py", line 66, in websocket_update_device
msg["disabled_by"] = DeviceEntryDisabler(msg["disabled_by"])
File "/usr/local/lib/python3.9/enum.py", line 384, in __call__
return cls.__new__(cls, value)
File "/usr/local/lib/python3.9/enum.py", line 702, in __new__
raise ve_exc
ValueError: None is not a valid DeviceEntryDisabler
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 29, in _handle_async_response
connection.async_handle_exception(msg, err)
File "/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py", line 143, in async_handle_exception
self.send_message(messages.error_message(msg["id"], code, err_message))
KeyError: 'id'
Seems to be a general problem, not related to fritzbox. There are multiple issues openend in core
Checklist
Describe the issue you are experiencing
I disabled a fritzbox device named
hkSmartphone Internet Access
. Unfortunately that devices als disables the entitydevice_tracker.hksmartphone
. Now it is not anymore possible to enable the device in the device dialog. Neither the "enable" button nor the dialog let me enable the device.Clicking on the button: no reaction at all.
Using the edit properties pencil let me enable the button but the dialog does not dissappear and stays on the screen. See the update/cancel button tuning to grey.
Describe the behavior you expected
obvious.
Steps to reproduce the issue
...
What version of Home Assistant Core has the issue?
core-2022.2.2
What was the last working version of Home Assistant Core?
dont know
In which browser are you experiencing the issue with?
Edge and Firefox
Which operating system are you using to run this browser?
Home Assistant OS 7.2
State of relevant entities
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response