Hello,
I am facing a problem with the ZHA integration. I am running home assistant on a virtual machine and recently i started from scratch but i migrated the zigbee ratio using the buttons in the UI. The problem i face is that sometimes, zigbee integration cannot find my devices (they look as unavailable) and the following entry in the log is displayed.
2022-11-03 08:45:57.607 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry socket://192.168.100.32:8888 for zha
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
2022-11-03 08:45:58.162 ERROR (MainThread) [homeassistant.components.automation.kitchen_input_select_scene] Got error 'Unable to get zha device dad19128e67a67223042cfb7e8f5dc75' when setting up triggers for Kitchen - Input Select Scene
2022-11-03 08:45:58.237 ERROR (MainThread) [homeassistant.components.automation.kitchen_manual_turn_off_ceiling_lights] Got error 'Unable to get zha device dad19128e67a67223042cfb7e8f5dc75' when setting up triggers for Kitchen - Manual turn off Ceiling Lights
2022-11-03 08:45:58.255 ERROR (MainThread) [homeassistant.components.automation.kitchen_shuffle_lights_scenes] Got error 'Unable to get zha device dad19128e67a67223042cfb7e8f5dc75' when setting up triggers for Kitchen - Shuffle Lights Scenes
2022-11-03 08:45:58.282 ERROR (MainThread) [homeassistant.components.automation.living_room_tv_mode] Got error 'Unable to get zha device 3d2c940666e5ad769669998f91e68052' when setting up triggers for Living Room - TV Mode
2022-11-03 08:45:58.284 ERROR (MainThread) [homeassistant.components.automation.living_room_tv_mode] Got error 'Unable to get zha device 3d2c940666e5ad769669998f91e68052' when setting up triggers for Living Room - TV Mode
2022-11-03 08:45:58.288 ERROR (MainThread) [homeassistant.components.automation.living_room_tv_mode] Got error 'Unable to get zha device 3d2c940666e5ad769669998f91e68052' when setting up triggers for Living Room - TV Mode
If i restore my virtual machine without doing anything else, the zigbee network works fine so i am sure it is not from the HW perspective. Could you please help resolve the issue?
Thank you very much
Kind Regards
M