Device not showing up in Home App

A plugin to integration Indigo devices into HomeKit (and Siri)
rgspb
Posts: 238
Joined: Fri Apr 24, 2009 8:42 am
Location: Florida

Device not showing up in Home App

Post by rgspb »

I'm troubleshooting why one of my three gate sensors is not showing up in the home app. From the Plugin/HomeKitlink Siri/Configure menu I selected Debug Device "Gate South". I got the following log entry.

HomeKitLink Siri Error (plugin.py: Function: return_deviceorAG line: 3724): Exception : Message : Key Error:
HomeKitLink Siri Error Traceback:
File "plugin.py", line 3721, in return_deviceorAG
deviceorAG = indigo.actionGroups[deviceorAGid]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

HomeKitLink Siri Error Error in plugin execution:

Traceback (most recent call last):
File "plugin.py", line 3721, in return_deviceorAG
deviceorAG = indigo.actionGroups[deviceorAGid]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'key id 585600411 not found in database'

HomeKitLink Siri Error
Exc_info: (<class 'KeyError'>, KeyError('key id 585600411 not found in database'), <traceback object at 0x105b2f3c0>)
Exc_Text: Traceback (most recent call last):
File "plugin.py", line 3721, in return_deviceorAG
deviceorAG = indigo.actionGroups[deviceorAGid]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'key id 585600411 not found in database'
Stack_info: None
User avatar
GlennNZ
Posts: 1872
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: Device not showing up in Home App

Post by GlennNZ »

Typically that means that the key id no longer exists in Indigo.

eg.
You have published a device to Home and then deleted the device in Indigo so that it no longer exists.

Whether that is the reason for the device not appearing remains to be seen.

Restarting the plugin will recheck this aspect and if device doesn’t exist in Indigo it will be removed and the error should clear.


Sent from my iPad using Tapatalk
rgspb
Posts: 238
Joined: Fri Apr 24, 2009 8:42 am
Location: Florida

Re: Device not showing up in Home App

Post by rgspb »

The problem is it does show up and is working correctly with Indigo. It's just disappeared from the Home App. As you said, probably a different problem.
Post Reply

Return to “HomeKitLink Siri”