You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant
Source: components/homekit/accessories.py:665
First occurred: 06:45:34 (1 occurrences)
Last logged: 06:45:34
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 778, in async_start
if not await self._async_create_accessories():
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 940, in _async_create_accessories
acc = await self._async_create_bridge_accessory(entity_states)
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 929, in _async_create_bridge_accessory
self.add_bridge_triggers_accessory(device, device_triggers)
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 708, in add_bridge_triggers_accessory
DeviceTriggerAccessory(
File "/usr/src/homeassistant/homeassistant/components/homekit/type_triggers.py", line 49, in init
serv_stateless_switch = self.add_preload_service(
File "/usr/local/lib/python3.10/site-packages/pyhap/accessory.py", line 129, in add_preload_service
self.add_service(service)
File "/usr/local/lib/python3.10/site-packages/pyhap/accessory.py", line 151, in add_service
self.iid_manager.assign(s)
File "/usr/local/lib/python3.10/site-packages/pyhap/iid_manager.py", line 31, in assign
iid = self.get_iid_for_obj(obj)
File "/usr/src/homeassistant/homeassistant/components/homekit/accessories.py", line 665, in get_iid_for_obj
raise RuntimeError(
RuntimeError: Cannot assign IID 1255 to <service display_name=StatelessProgrammableSwitch unique_id=current_option_changed- chars={'ProgrammableSwitchEvent': None, 'Name': '', 'ServiceLabelIndex': 1}> as it is already in use by: <service display_name=StatelessProgrammableSwitch unique_id=current_option_changed- chars={'ProgrammableSwitchEvent': None, 'Name': 'Current_Option_Changed', 'ServiceLabelIndex': 2}>
What version of Home Assistant Core has the issue?
2022.11.1
What was the last working version of Home Assistant Core?
The problem
Homekit doesn't sync anymore with HA
Logger: homeassistant
Source: components/homekit/accessories.py:665
First occurred: 06:45:34 (1 occurrences)
Last logged: 06:45:34
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 778, in async_start
if not await self._async_create_accessories():
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 940, in _async_create_accessories
acc = await self._async_create_bridge_accessory(entity_states)
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 929, in _async_create_bridge_accessory
self.add_bridge_triggers_accessory(device, device_triggers)
File "/usr/src/homeassistant/homeassistant/components/homekit/init.py", line 708, in add_bridge_triggers_accessory
DeviceTriggerAccessory(
File "/usr/src/homeassistant/homeassistant/components/homekit/type_triggers.py", line 49, in init
serv_stateless_switch = self.add_preload_service(
File "/usr/local/lib/python3.10/site-packages/pyhap/accessory.py", line 129, in add_preload_service
self.add_service(service)
File "/usr/local/lib/python3.10/site-packages/pyhap/accessory.py", line 151, in add_service
self.iid_manager.assign(s)
File "/usr/local/lib/python3.10/site-packages/pyhap/iid_manager.py", line 31, in assign
iid = self.get_iid_for_obj(obj)
File "/usr/src/homeassistant/homeassistant/components/homekit/accessories.py", line 665, in get_iid_for_obj
raise RuntimeError(
RuntimeError: Cannot assign IID 1255 to <service display_name=StatelessProgrammableSwitch unique_id=current_option_changed- chars={'ProgrammableSwitchEvent': None, 'Name': '', 'ServiceLabelIndex': 1}> as it is already in use by: <service display_name=StatelessProgrammableSwitch unique_id=current_option_changed- chars={'ProgrammableSwitchEvent': None, 'Name': 'Current_Option_Changed', 'ServiceLabelIndex': 2}>
What version of Home Assistant Core has the issue?
2022.11.1
What was the last working version of Home Assistant Core?
10.2
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Homekit
Link to integration documentation on our website
https://www.home-assistant.io/integrations/homekit/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
Rollback to last known working version didn't fix the issue
The text was updated successfully, but these errors were encountered: