Page 1 of 1

Notification of Insteon Errors

PostPosted: Thu Aug 06, 2020 8:05 pm
by gabbas
Is there any way to write a script (Python) that will get notified of Insteon events? I want it to get called every time a "Received INSTEON", "Send INSTEON", and especially "error" (the dreaded "send failed (no acknowledgement)") occurs, so that I can wrap some metaphorical duct-tape around keeping Indigo's state in sync for the devices it manages.

Re: Notification of Insteon Errors

PostPosted: Fri Aug 07, 2020 9:35 am
by jay (support)
Only plugins can subscribe to incoming messages so you'd need to write a plugin rather than just a script.

Re: Notification of Insteon Errors

PostPosted: Fri Aug 07, 2020 7:30 pm
by matt (support)
Note the SDK has an example plugin that catches Insteon messages, so that would be a good starting point.

Re: Notification of Insteon Errors

PostPosted: Sun Aug 09, 2020 7:24 pm
by gabbas
Perfect! That does just what I want (cmdSuccess), thanks guys. Yes, I meant plugin.