### The problem
I followed the HomeKit device integration by adding then removi…ng my Honeywell Lyric Alarm Panel to and from HomeKit. I then tried to pair the alarm panel to Home Assistant. Every time I receive the subject error. I have tries many time to include after restarting Home Assistant and the Lyric Alarm Panel. I have also been unsuccessful at finding any information on the subject on the internet. As I was gathering information for this issue, I noticed that the entities were added but all needed to be configured manually. I am estimating that something happened during the user interface for configuring each device. Everything appears to be working fine. Therefore the problem is just misleading error message not covered in the documentation, and a minor bug.
### What version of Home Assistant Core has the issue?
2023.10.1
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
HomeKit Device
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/homekit_controller
### Diagnostics information
{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2023.10.1",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.11.5",
"docker": true,
"arch": "aarch64",
"timezone": "America/Los_Angeles",
"os_name": "Linux",
"os_version": "6.1.21-v8",
"supervisor": "2023.10.0",
"host_os": "Home Assistant OS 10.5",
"docker_version": "23.0.6",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {
"hacs": {
"version": "1.33.0",
"requirements": [
"aiogithubapi>=22.10.1"
]
}
},
"integration_manifest": {
"domain": "homekit_controller",
"name": "HomeKit Device",
"after_dependencies": [
"thread"
],
"bluetooth": [
{
"manufacturer_id": 76,
"manufacturer_data_start": [
6
]
}
],
"codeowners": [
"@Jc2k",
"@bdraco"
],
"config_flow": true,
"dependencies": [
"bluetooth_adapters",
"zeroconf"
],
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"iot_class": "local_push",
"loggers": [
"aiohomekit",
"commentjson"
],
"requirements": [
"aiohomekit==3.0.5"
],
"zeroconf": [
"_hap._tcp.local.",
"_hap._udp.local."
],
"is_built_in": true
},
"data": {
"config-entry": {
"title": "LyricAIO42AE3B",
"version": 1,
"data": {
"AccessoryPairingID": "F7:2F:F0:5B:36:6F",
"AccessoryLTPK": "a6ffa1a8ffc142ae65bb5e1217f020ec74f0a70abb92b746b988d72b4d165fe9",
"iOSPairingId": "d2712239-00cc-49c7-b776-dc9b6ee36c8b",
"iOSDeviceLTSK": "**REDACTED**",
"iOSDeviceLTPK": "34e6cae15e64c521301ff852643b8353525531596f718c65e3e5df222875a296",
"AccessoryIP": "**REDACTED**",
"AccessoryPort": 80,
"Connection": "IP"
}
},
"entity-map": [
{
"aid": 1,
"services": [
{
"iid": 1,
"type": "0000003E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000014-0000-1000-8000-0026BB765291",
"iid": 2,
"perms": [
"pw"
],
"format": "bool",
"description": "Identify"
},
{
"type": "00000020-0000-1000-8000-0026BB765291",
"iid": 3,
"perms": [
"pr"
],
"format": "string",
"value": "Honeywell",
"description": "Manufacturer",
"maxLen": 64
},
{
"type": "00000021-0000-1000-8000-0026BB765291",
"iid": 4,
"perms": [
"pr"
],
"format": "string",
"value": "LPC500-L",
"description": "Model",
"maxLen": 64
},
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 5,
"perms": [
"pr"
],
"format": "string",
"value": "LyricAIO42AE3B",
"description": "Name",
"maxLen": 64
},
{
"type": "00000030-0000-1000-8000-0026BB765291",
"iid": 6,
"perms": [
"pr"
],
"format": "string",
"value": "**REDACTED**",
"description": "Serial Number",
"maxLen": 64
},
{
"type": "00000052-0000-1000-8000-0026BB765291",
"iid": 7,
"perms": [
"pr"
],
"format": "string",
"value": "01.09.07772",
"description": "Firmware Revision",
"maxLen": 64
}
]
},
{
"iid": 8,
"type": "0000007E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 9,
"perms": [
"pr"
],
"format": "string",
"value": "Lyric",
"description": "Name",
"maxLen": 64
},
{
"type": "00000066-0000-1000-8000-0026BB765291",
"iid": 10,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 3,
"description": "Security System Current State",
"minValue": 0,
"maxValue": 4,
"valid-values": [
0,
1,
3,
4
]
},
{
"type": "00000067-0000-1000-8000-0026BB765291",
"iid": 11,
"perms": [
"pr",
"pw",
"ev"
],
"format": "uint8",
"value": 3,
"description": "Security System Target State",
"minValue": 0,
"maxValue": 3,
"valid-values": [
0,
1,
3
]
},
{
"type": "00000077-0000-1000-8000-0026BB765291",
"iid": 12,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Fault",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000007A-0000-1000-8000-0026BB765291",
"iid": 13,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Tampered",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000008E-0000-1000-8000-0026BB765291",
"iid": 14,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Security System Alarm Type",
"minValue": 0,
"maxValue": 1,
"minStep": 1
}
]
}
]
},
{
"aid": 103,
"services": [
{
"iid": 1,
"type": "0000003E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000014-0000-1000-8000-0026BB765291",
"iid": 2,
"perms": [
"pw"
],
"format": "bool",
"description": "Identify"
},
{
"type": "00000020-0000-1000-8000-0026BB765291",
"iid": 3,
"perms": [
"pr"
],
"format": "string",
"value": "Honeywell",
"description": "Manufacturer",
"maxLen": 64
},
{
"type": "00000021-0000-1000-8000-0026BB765291",
"iid": 4,
"perms": [
"pr"
],
"format": "string",
"value": "5800",
"description": "Model",
"maxLen": 64
},
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 5,
"perms": [
"pr"
],
"format": "string",
"value": "Family Room",
"description": "Name",
"maxLen": 64
},
{
"type": "00000030-0000-1000-8000-0026BB765291",
"iid": 6,
"perms": [
"pr"
],
"format": "string",
"value": "**REDACTED**",
"description": "Serial Number",
"maxLen": 64
},
{
"type": "00000052-0000-1000-8000-0026BB765291",
"iid": 7,
"perms": [
"pr"
],
"format": "string",
"value": "01.09.07772",
"description": "Firmware Revision",
"maxLen": 64
}
]
},
{
"iid": 8,
"type": "00000085-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 9,
"perms": [
"pr"
],
"format": "string",
"value": "Family Room",
"description": "Name",
"maxLen": 64
},
{
"type": "00000022-0000-1000-8000-0026BB765291",
"iid": 10,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": false,
"description": "Motion Detected"
},
{
"type": "00000075-0000-1000-8000-0026BB765291",
"iid": 11,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": true,
"description": "Status Active"
},
{
"type": "00000077-0000-1000-8000-0026BB765291",
"iid": 12,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Fault",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000007A-0000-1000-8000-0026BB765291",
"iid": 13,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Tampered",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000079-0000-1000-8000-0026BB765291",
"iid": 14,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Low Battery",
"minValue": 0,
"maxValue": 1
}
]
}
]
},
{
"aid": 104,
"services": [
{
"iid": 1,
"type": "0000003E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000014-0000-1000-8000-0026BB765291",
"iid": 2,
"perms": [
"pw"
],
"format": "bool",
"description": "Identify"
},
{
"type": "00000020-0000-1000-8000-0026BB765291",
"iid": 3,
"perms": [
"pr"
],
"format": "string",
"value": "Honeywell",
"description": "Manufacturer",
"maxLen": 64
},
{
"type": "00000021-0000-1000-8000-0026BB765291",
"iid": 4,
"perms": [
"pr"
],
"format": "string",
"value": "5800",
"description": "Model",
"maxLen": 64
},
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 5,
"perms": [
"pr"
],
"format": "string",
"value": "Hall",
"description": "Name",
"maxLen": 64
},
{
"type": "00000030-0000-1000-8000-0026BB765291",
"iid": 6,
"perms": [
"pr"
],
"format": "string",
"value": "**REDACTED**",
"description": "Serial Number",
"maxLen": 64
},
{
"type": "00000052-0000-1000-8000-0026BB765291",
"iid": 7,
"perms": [
"pr"
],
"format": "string",
"value": "01.09.07772",
"description": "Firmware Revision",
"maxLen": 64
}
]
},
{
"iid": 8,
"type": "00000085-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 9,
"perms": [
"pr"
],
"format": "string",
"value": "Hall",
"description": "Name",
"maxLen": 64
},
{
"type": "00000022-0000-1000-8000-0026BB765291",
"iid": 10,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": false,
"description": "Motion Detected"
},
{
"type": "00000075-0000-1000-8000-0026BB765291",
"iid": 11,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": true,
"description": "Status Active"
},
{
"type": "00000077-0000-1000-8000-0026BB765291",
"iid": 12,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Fault",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000007A-0000-1000-8000-0026BB765291",
"iid": 13,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Tampered",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000079-0000-1000-8000-0026BB765291",
"iid": 14,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Low Battery",
"minValue": 0,
"maxValue": 1
}
]
}
]
},
{
"aid": 105,
"services": [
{
"iid": 1,
"type": "0000003E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000014-0000-1000-8000-0026BB765291",
"iid": 2,
"perms": [
"pw"
],
"format": "bool",
"description": "Identify"
},
{
"type": "00000020-0000-1000-8000-0026BB765291",
"iid": 3,
"perms": [
"pr"
],
"format": "string",
"value": "Honeywell",
"description": "Manufacturer",
"maxLen": 64
},
{
"type": "00000021-0000-1000-8000-0026BB765291",
"iid": 4,
"perms": [
"pr"
],
"format": "string",
"value": "5800",
"description": "Model",
"maxLen": 64
},
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 5,
"perms": [
"pr"
],
"format": "string",
"value": "Front",
"description": "Name",
"maxLen": 64
},
{
"type": "00000030-0000-1000-8000-0026BB765291",
"iid": 6,
"perms": [
"pr"
],
"format": "string",
"value": "**REDACTED**",
"description": "Serial Number",
"maxLen": 64
},
{
"type": "00000052-0000-1000-8000-0026BB765291",
"iid": 7,
"perms": [
"pr"
],
"format": "string",
"value": "01.09.07772",
"description": "Firmware Revision",
"maxLen": 64
}
]
},
{
"iid": 8,
"type": "00000080-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 9,
"perms": [
"pr"
],
"format": "string",
"value": "Front",
"description": "Name",
"maxLen": 64
},
{
"type": "0000006A-0000-1000-8000-0026BB765291",
"iid": 10,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Contact Sensor State",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000075-0000-1000-8000-0026BB765291",
"iid": 11,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": true,
"description": "Status Active"
},
{
"type": "00000077-0000-1000-8000-0026BB765291",
"iid": 12,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Fault",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000007A-0000-1000-8000-0026BB765291",
"iid": 13,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Tampered",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000079-0000-1000-8000-0026BB765291",
"iid": 14,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Low Battery",
"minValue": 0,
"maxValue": 1
}
]
}
]
},
{
"aid": 106,
"services": [
{
"iid": 1,
"type": "0000003E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000014-0000-1000-8000-0026BB765291",
"iid": 2,
"perms": [
"pw"
],
"format": "bool",
"description": "Identify"
},
{
"type": "00000020-0000-1000-8000-0026BB765291",
"iid": 3,
"perms": [
"pr"
],
"format": "string",
"value": "Honeywell",
"description": "Manufacturer",
"maxLen": 64
},
{
"type": "00000021-0000-1000-8000-0026BB765291",
"iid": 4,
"perms": [
"pr"
],
"format": "string",
"value": "5800",
"description": "Model",
"maxLen": 64
},
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 5,
"perms": [
"pr"
],
"format": "string",
"value": "Garage",
"description": "Name",
"maxLen": 64
},
{
"type": "00000030-0000-1000-8000-0026BB765291",
"iid": 6,
"perms": [
"pr"
],
"format": "string",
"value": "**REDACTED**",
"description": "Serial Number",
"maxLen": 64
},
{
"type": "00000052-0000-1000-8000-0026BB765291",
"iid": 7,
"perms": [
"pr"
],
"format": "string",
"value": "01.09.07772",
"description": "Firmware Revision",
"maxLen": 64
}
]
},
{
"iid": 8,
"type": "00000080-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 9,
"perms": [
"pr"
],
"format": "string",
"value": "Garage",
"description": "Name",
"maxLen": 64
},
{
"type": "0000006A-0000-1000-8000-0026BB765291",
"iid": 10,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Contact Sensor State",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000075-0000-1000-8000-0026BB765291",
"iid": 11,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": true,
"description": "Status Active"
},
{
"type": "00000077-0000-1000-8000-0026BB765291",
"iid": 12,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Fault",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000007A-0000-1000-8000-0026BB765291",
"iid": 13,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Tampered",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000079-0000-1000-8000-0026BB765291",
"iid": 14,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Low Battery",
"minValue": 0,
"maxValue": 1
}
]
}
]
},
{
"aid": 107,
"services": [
{
"iid": 1,
"type": "0000003E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000014-0000-1000-8000-0026BB765291",
"iid": 2,
"perms": [
"pw"
],
"format": "bool",
"description": "Identify"
},
{
"type": "00000020-0000-1000-8000-0026BB765291",
"iid": 3,
"perms": [
"pr"
],
"format": "string",
"value": "Honeywell",
"description": "Manufacturer",
"maxLen": 64
},
{
"type": "00000021-0000-1000-8000-0026BB765291",
"iid": 4,
"perms": [
"pr"
],
"format": "string",
"value": "5800",
"description": "Model",
"maxLen": 64
},
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 5,
"perms": [
"pr"
],
"format": "string",
"value": "Family Room",
"description": "Name",
"maxLen": 64
},
{
"type": "00000030-0000-1000-8000-0026BB765291",
"iid": 6,
"perms": [
"pr"
],
"format": "string",
"value": "**REDACTED**",
"description": "Serial Number",
"maxLen": 64
},
{
"type": "00000052-0000-1000-8000-0026BB765291",
"iid": 7,
"perms": [
"pr"
],
"format": "string",
"value": "01.09.07772",
"description": "Firmware Revision",
"maxLen": 64
}
]
},
{
"iid": 8,
"type": "00000080-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 9,
"perms": [
"pr"
],
"format": "string",
"value": "Family Room",
"description": "Name",
"maxLen": 64
},
{
"type": "0000006A-0000-1000-8000-0026BB765291",
"iid": 10,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Contact Sensor State",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000075-0000-1000-8000-0026BB765291",
"iid": 11,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": true,
"description": "Status Active"
},
{
"type": "00000077-0000-1000-8000-0026BB765291",
"iid": 12,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Fault",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000007A-0000-1000-8000-0026BB765291",
"iid": 13,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Tampered",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000079-0000-1000-8000-0026BB765291",
"iid": 14,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Low Battery",
"minValue": 0,
"maxValue": 1
}
]
}
]
},
{
"aid": 108,
"services": [
{
"iid": 1,
"type": "0000003E-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000014-0000-1000-8000-0026BB765291",
"iid": 2,
"perms": [
"pw"
],
"format": "bool",
"description": "Identify"
},
{
"type": "00000020-0000-1000-8000-0026BB765291",
"iid": 3,
"perms": [
"pr"
],
"format": "string",
"value": "Honeywell",
"description": "Manufacturer",
"maxLen": 64
},
{
"type": "00000021-0000-1000-8000-0026BB765291",
"iid": 4,
"perms": [
"pr"
],
"format": "string",
"value": "5800",
"description": "Model",
"maxLen": 64
},
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 5,
"perms": [
"pr"
],
"format": "string",
"value": "Master Bedroom",
"description": "Name",
"maxLen": 64
},
{
"type": "00000030-0000-1000-8000-0026BB765291",
"iid": 6,
"perms": [
"pr"
],
"format": "string",
"value": "**REDACTED**",
"description": "Serial Number",
"maxLen": 64
},
{
"type": "00000052-0000-1000-8000-0026BB765291",
"iid": 7,
"perms": [
"pr"
],
"format": "string",
"value": "01.09.07772",
"description": "Firmware Revision",
"maxLen": 64
}
]
},
{
"iid": 8,
"type": "00000080-0000-1000-8000-0026BB765291",
"characteristics": [
{
"type": "00000023-0000-1000-8000-0026BB765291",
"iid": 9,
"perms": [
"pr"
],
"format": "string",
"value": "Master Bedroom",
"description": "Name",
"maxLen": 64
},
{
"type": "0000006A-0000-1000-8000-0026BB765291",
"iid": 10,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Contact Sensor State",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000075-0000-1000-8000-0026BB765291",
"iid": 11,
"perms": [
"pr",
"ev"
],
"format": "bool",
"value": true,
"description": "Status Active"
},
{
"type": "00000077-0000-1000-8000-0026BB765291",
"iid": 12,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Fault",
"minValue": 0,
"maxValue": 1
},
{
"type": "0000007A-0000-1000-8000-0026BB765291",
"iid": 13,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Tampered",
"minValue": 0,
"maxValue": 1
},
{
"type": "00000079-0000-1000-8000-0026BB765291",
"iid": 14,
"perms": [
"pr",
"ev"
],
"format": "uint8",
"value": 0,
"description": "Status Low Battery",
"minValue": 0,
"maxValue": 1
}
]
}
]
}
],
"config-num": 1,
"device": {
"name": "Family Room",
"model": "5800",
"manfacturer": "Honeywell",
"sw_version": "01.09.07772",
"hw_version": "",
"entities": [
{
"original_name": "Family Room",
"original_device_class": "opening",
"entity_category": null,
"original_icon": null,
"icon": null,
"unit_of_measurement": null,
"device_class": null,
"disabled": false,
"disabled_by": null,
"state": {
"entity_id": "binary_sensor.family_door_lyric_2",
"state": "off",
"attributes": {
"device_class": "opening",
"friendly_name": "Family Door - Lyric"
},
"last_changed": "2023-10-10T23:01:04.051833+00:00",
"last_updated": "2023-10-10T23:01:04.051833+00:00"
}
},
{
"original_name": "Family Room Identify",
"original_device_class": null,
"entity_category": "diagnostic",
"original_icon": null,
"icon": null,
"unit_of_measurement": null,
"device_class": null,
"disabled": false,
"disabled_by": null,
"state": {
"entity_id": "button.family_door_lyric_identify_2",
"state": "unknown",
"attributes": {
"friendly_name": "Family Door - Lyric Identify"
},
"last_changed": "2023-10-10T23:01:03.897694+00:00",
"last_updated": "2023-10-10T23:01:03.897694+00:00"
}
}
]
}
}
}
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
```txt
Nothing. After error. Log Book reports entity activity normally but nothing on the integration of the panel
```
### Additional information
_No response_