ewind Posted April 2, 2019 Posted April 2, 2019 Hello forum folks, I haven't quite found a definitive answer. I understand how to manually inspect the log for communications error, and I understand I see them in console, but is there a way to send email or push on comms errors once detected? I'm using java console and portal integration with all Insteon devices.Thanks in advance.
Michel Kohanim Posted April 2, 2019 Posted April 2, 2019 Hi @ewind, Yes, in the programs there's a condition called Is Responding. With kind regards, Michel
ewind Posted April 2, 2019 Author Posted April 2, 2019 Ug, the obvious sometimes eludes me as I am seeking the over complex answer Thank You as always Michel.
oskrypuch Posted May 6, 2019 Posted May 6, 2019 So, the sole purpose of the "is Responding" condition is to catch devices that have not responded? Over what time period, or does the query reset the count? * Orest
Michel Kohanim Posted May 6, 2019 Posted May 6, 2019 @oskrypuch, The purpose is that if you send a direct (not scene) command to a device (i.e. on/off/query/dim/ etc.) and the device does respond, then this condition will be true. If not, this condition is false. In short, every time you one of those "cannot communicate" dialog boxes, this condition will be false. With kind regards, Michel
oskrypuch Posted May 6, 2019 Posted May 6, 2019 Cool. So no need to blindly send two or three times for critical commands. * Orest
Recommended Posts
Archived
This topic is now archived and is closed to further replies.