Error setting up entry Socket://192.168.31.196:8888 for zha: Network settings do not match most recent backup
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 151, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/local/lib/python3.13/site-packages/zha/application/gateway.py", line 275, in async_initialize
await self._async_initialize()
File "/usr/local/lib/python3.13/site-packages/zha/application/gateway.py", line 258, in _async_initialize
await self.application_controller.startup(auto_form=True)
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 221, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 170, in initialize
raise zigpy.exceptions.NetworkSettingsInconsistent(
...<5 lines>...
)
zigpy.exceptions.NetworkSettingsInconsistent: Radio network settings are not compatible with most recent backup!
Current settings: NetworkBackup(version=1, backup_time=datetime.datetime(2024, 12, 19, 8, 6, 13, 365114, tzinfo=datetime.timezone.utc), network_info=NetworkInfo(extended_pan_id=1f:cb:97:55:50:36:db:e0, pan_id=0x45E1, nwk_update_id=0, nwk_manager_id=0x0000, channel=11, channel_mask=<Channels.ALL_CHANNELS: 134215680>, security_level=5, network_key=Key(key=5b:c6:a4:b8:f3:d1:c6:f5:bf:2c:0f:05:6d:79:e9:8e, tx_counter=45057, rx_counter=0, seq=0, partner_ieee=ff:ff:ff:ff:ff:ff:ff:ff), tc_link_key=Key(key=5a:69:67:42:65:65:41:6c:6c:69:61:6e:63:65:30:39, tx_counter=4096, rx_counter=0, seq=0, partner_ieee=00:00:00:00:10:00:00:00), key_table=[], children=[], nwk_addresses={}, stack_specific={'ezsp': {'hashed_tclk': 'a9aecc68df2bb5d430791e8f3a709e75'}}, metadata={'ezsp': {'stack_version': 7, 'can_burn_userdata_custom_eui64': False, 'can_rewrite_custom_eui64': False, 'flow_control': None}}, source='[email protected]'), node_info=NodeInfo(nwk=0x0000, ieee=00:00:00:00:10:00:00:00, logical_type=<LogicalType.Coordinator: 0>, model=None, manufacturer=None, version='6.6.6.0 build 218'))
Last backup: NetworkBackup(version=1, backup_time=datetime.datetime(2024, 12, 19, 7, 36, 21, 556510, tzinfo=datetime.timezone.utc), network_info=NetworkInfo(extended_pan_id=1f:cb:97:55:50:36:db:e0, pan_id=0x45E1, nwk_update_id=0, nwk_manager_id=0x0000, channel=11, channel_mask=<Channels.ALL_CHANNELS: 134215680>, security_level=5, network_key=Key(key=5b:c6:a4:b8:f3:d1:c6:f5:bf:2c:0f:05:6d:79:e9:8e, tx_counter=36867, rx_counter=0, seq=0, partner_ieee=ff:ff:ff:ff:ff:ff:ff:ff), tc_link_key=Key(key=5a:69:67:42:65:65:41:6c:6c:69:61:6e:63:65:30:39, tx_counter=4096, rx_counter=0, seq=0, partner_ieee=47:c5:11:80:df:8c:cf:04), key_table=[], children=[], nwk_addresses={}, stack_specific={'ezsp': {'hashed_tclk': 'a9aecc68df2bb5d430791e8f3a709e75'}}, metadata={'ezsp': {'stack_version': 7, 'can_burn_userdata_custom_eui64': False, 'can_rewrite_custom_eui64': False, 'flow_control': None}}, source='[email protected]'), node_info=NodeInfo(nwk=0x0000, ieee=47:c5:11:80:df:8c:cf:04, logical_type=<LogicalType.Coordinator: 0>, model=None, manufacturer=None, version='6.6.6.0 build 218'))
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 159, in async_setup_entry
raise ConfigEntryError(
"Network settings do not match most recent backup"
) from exc
homeassistant.exceptions.ConfigEntryError: Network settings do not match most recent backup