I attempted to add a Z2M coordinator as an additional network to ZHA and have lost my Zigbee config and connection to my Home Assistant Connect ZBT-2.
On trying to restart I got this error:
The system cannot restart because the configuration is not valid: Unexpected error calling config validator: 84:2e:14:ff:fe:5d:b6:44
The log shows this:
Logger: homeassistant.helpers.check_config
Source: helpers/check_config.py:217
First occurred: 1:36:33 PM (3 occurrences)
Last logged: 1:38:24 PM
Unexpected error validating config
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/check_config.py", line 217, in async_check_ha_config_file
await config_validator.async_validate_config(hass, config)
File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 328, in async_validate_config
await _try_async_validate_config_item(hass, p_config)
File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 306, in _try_async_validate_config_item
return await _async_validate_config_item(hass, config, False, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 220, in _async_validate_config_item
automation_config[CONF_TRIGGERS] = await async_validate_trigger_config(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hass, validated_config[CONF_TRIGGERS]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/trigger.py", line 774, in async_validate_trigger_config
conf = await platform.async_validate_trigger_config(hass, conf)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/device_automation/trigger.py", line 61, in async_validate_trigger_config
return await async_validate_device_automation_config(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hass, config, TRIGGER_SCHEMA, DeviceAutomationType.TRIGGER
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/components/device_automation/helpers.py", line 119, in async_validate_device_automation_config
await getattr(platform, DYNAMIC_VALIDATOR[automation_type])(hass, config),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/device_trigger.py", line 51, in async_validate_trigger_config
_, triggers = _get_device_trigger_data(hass, config[CONF_DEVICE_ID])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/device_trigger.py", line 34, in _get_device_trigger_data
zha_device = async_get_zha_device_proxy(hass, device_id).device
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/helpers.py", line 1116, in async_get_zha_device_proxy
return zha_gateway_proxy.device_proxies[ieee]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: 84:2e:14:ff:fe:5d:b6:44
Where do I go from here?
