Homekit Controller errors flood log

I feel like this has just started happening since .116, but it’s possible it was .115. I am getting these errors flooding my log

2020-10-19 12:04:33 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py", line 363, in async_update
    new_values_dict = await self.get_characteristics(
  File "/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py", line 399, in get_characteristics
    return await self.pairing.get_characteristics(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/aiohomekit/controller/ip/pairing.py", line 234, in get_characteristics
    return format_characteristic_list(response)
  File "/usr/local/lib/python3.8/site-packages/aiohomekit/controller/ip/pairing.py", line 44, in format_characteristic_list
    key = (c["aid"], c["iid"])
KeyError: 'aid'
2020-10-19 12:05:33 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py", line 363, in async_update
    new_values_dict = await self.get_characteristics(
  File "/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py", line 399, in get_characteristics
    return await self.pairing.get_characteristics(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/aiohomekit/controller/ip/pairing.py", line 234, in get_characteristics
    return format_characteristic_list(response)
  File "/usr/local/lib/python3.8/site-packages/aiohomekit/controller/ip/pairing.py", line 44, in format_characteristic_list
    key = (c["aid"], c["iid"])
KeyError: 'aid'

I am not trying to add new items. I only have two items added to my homekit controller. Two Ecobee thermostats and they seem to be working just fine. Anyone else seeing these errors in thier log. I’m running the docker HA instance currently on 116.4

Not finding anything on this in the forums. I get that something is trying to pair, just have no idea what. Anyway. I have no idea how to begin to troublehoot this, but would at least love to hide this from the logs. I believe the only issue is that the compnent to set the logging level is homeassistant, and I dont think I want to silence all home assisant errors. Does anyone know how I can stop these from filling my logs?

Is no one else really getting any homekit errors since .115/.116? I was hoping .117 might fix my issue, but based on the lack of comments, it might just be “my” issue. :slight_smile:
Can anyone give me some recommendations on how to figure out what device might be causing these issues? I’m at a loss to even know how to troubleshoot this