bhlonewolf Senior Member
Joined: March 29 2007
Online Status: Offline Posts: 198
|
Posted: December 17 2007 at 22:53 | IP Logged
|
|
|
Dave,
Not looking for detailed PH internals here but for curiosity, how do you handle parsing the insteon log? I've been tinkering with some "problem" devices and -- well, it's not all that interesting -- but the point is, I've been watching the Insteon SDM log and I'm wondering about something.
First, in a NAK situation -- suppose we try to query an offline device (like a remotelinc, that will of course fail). The log will show 3 attemps to communicate, each one failing. Does this count as 3 NAKs, or just 1?
(The SDM itself raising the OnNakEvent 3 times in this case, but clearly, it's in response to only 1 comm attempt.)
Along the same lines, I'll see something like this while polling:
22:26:12 sentinsteon=07 FA 17 0B 9D CC 0F 19 00
22:26:13 eventraw=03
22:26:13 eventraw=03
22:26:13 eventraw=04
22:26:13 receiveinsteonraw=04 0B 9D CC 07 FA 17 2B 00 00
22:26:13 srq:SRIR=04,0B 9D CC 07 FA 17 2B 00 00
22:26:13 eventraw=03
22:26:13 eventraw=03
In this case, I'm assuming that the last Event 03's are stragglers? I can see why this would happen (device responding at the same time as another device hops?), just want to be sure I'm interpreting it correctly -- and if so, how does PH account for Event 03's?
Thx!
|