Page 1 of 1

[ANSWERED] Group Trigger Error

PostPosted: Tue Nov 03, 2015 8:18 am
by Radjin
Would someone please explain this error and tell how to resolve it.? It appears on different devices that I install and sometimes goes away.

-----
Received INSTEON "Light/Fan - David's Office - KPL6" on (button 1)
Group Trigger Error no address to name data found for received command:ackValue : 0
address : 34.D6.CC
cmdBytes : [17, 0]
cmdFunc : on
cmdScene : 1
cmdSuccess : True
cmdValue : 0
replyBytes : []
Group Trigger Error Error in plugin execution ServerSentBroadcast:

Traceback (most recent call last):
File "plugin.py", line 500, in insteonCommandReceived
<type 'exceptions.UnboundLocalError'>: local variable 'cmdDev' referenced before assignment

-----

Thanks in advance for any assistance.

Radjin~~

Re: Group Trigger Error

PostPosted: Tue Nov 03, 2015 9:41 am
by jay (support)
[MODERATOR NOTE] moved to the correct forum since it's an error with a 3rd party plugin.

Re: Group Trigger Error

PostPosted: Tue Nov 03, 2015 10:24 am
by Radjin
Thanks for moving the post; I did't realize it was a plugin issue.

How do I know which plugin it is?

Radjin~~

Re: Group Trigger Error

PostPosted: Tue Nov 03, 2015 10:39 am
by jay (support)
The log line:

Code: Select all
Group Trigger Error no address to name data found for received command:ackValue : 0


It's a bit harder to read here in the forums, but the first part of the line contains the name of the thing that generated the error, in this case "Group Trigger Error". That's a 3rd party plugin.

Re: Group Trigger Error

PostPosted: Tue Nov 03, 2015 10:52 am
by Radjin
Thank you. I don't recall activating that plugin but am very glad to disable it for now.

Re: [ANSWERED] Group Trigger Error

PostPosted: Thu Feb 04, 2016 7:29 am
by raneil
FYI, just in case someone else stumbles upon this problem as I did. The solution is simple: reload the Group Trigger Plugin.

The plugin builds a list of Insteon devices found in the Indigo database when it loads. Devices added to the database since the last plugin load are not in the list. The plugin also monitors all Insteon messages received by the server. When it detects an Insteon message from a device not in its list, the error logged in the post above occurs due to a bug in the plugin. Fortunately, the bug is easily avoided by reloading the plugin thus ensuring that its internal device list is up to date.