| Author | 
         | 
         
      
        
         
         device Newbie 
          
 
  Joined: May 26 2009
 Online Status: Offline Posts: 33
          | 
        
         
          
           | Posted: May 26 2009 at 21:11 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
I was wondering if there is documentation anywhere for message type above 6 return in TEMP4 on an insteon device change.
 
 Thanks in adavance,
 
 D
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         grif091 Super User 
          
 
  Joined: March 26 2008 Location: United States
 Online Status: Offline Posts: 1357
          | 
        
         
          
           | Posted: May 27 2009 at 11:58 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
The only one I could find besides the 6 listed is 8 which is the result of a status scan.  It suggests there is a 7 somewhere, maybe, but I did not find mention of it.
  __________________ Lee G
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         device Newbie 
          
 
  Joined: May 26 2009
 Online Status: Offline Posts: 33
          | 
        
         
          
           | Posted: May 27 2009 at 17:45 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
I am seeing 7, 8 and 9 and just wondered if there was documentation anywhere. I can surmise based on the event log but it is nice to be sure and make sure the "case" statement is complete.
 
 Thanks,
 
 D
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         grif091 Super User 
          
 
  Joined: March 26 2008 Location: United States
 Online Status: Offline Posts: 1357
          | 
        
         
          
           | Posted: May 27 2009 at 17:59 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
If you have an Event Log showing the 7,8, and 9 cases, how about posting the Insteon event that precedes each case.  The forum is a major reference source for PH and any contribution you can make would be appreciated by all.
  __________________ Lee G
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         device Newbie 
          
 
  Joined: May 26 2009
 Online Status: Offline Posts: 33
          | 
        
         
          
           | Posted: May 27 2009 at 19:11 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
You mentioned type 8
 
 This created a type 7
 
 Incoming Insteon received on Insteon DM controller PLMCTLR1. From Address:[10.8E.C9] To Address:[0F.44.94] Flags:[39] Cmd1:[17] Cmd2:[255].  Decode: Direct ACK. From: CRAFT CLOSET To: PLMCTLR1, On
 
 This created a type 9
 
 Incoming Insteon received on Insteon DM controller PLMCTLR1. From Address:[10.87.40] To Address:[0F.44.94] Flags:[102] Cmd1:[17] Cmd2:[5].  Decode: ACK of Group Cleanup. From: GARAGE DOOR MAIN To: PLMCTLR1 Group: 5, On
 
 Cheers,
 
 D
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         dhoward Admin Group 
          
  
  Joined: June 29 2001 Location: United States
 Online Status: Offline Posts: 4447
          | 
        
         
          
           | Posted: May 28 2009 at 11:18 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
D,
 
 Here are all the types for the Insteon Change trigger
 
 1 - Direct command from the PLC/PLM (PowerHome's controller)
 2 - Group cleanup from the PLC/PLM (PH's ctlr)
 3 - Group broadcast from the PLC/PLM (PH's ctlr)
 4 - Direct command from a device other than PH's ctlr
 5 - Group broadcast from a device other than PH's ctlr
 6 - Group cleanup from a device other than PH's ctlr
 7 - Direct ACK from a device other than PH's ctlr
 8 - The change occurred in response to a status request from the PH ctlr
 9 - ACK of Group cleanup from a device other than PH's ctlr
 
 Another way to state it (I believe this is the way of documented it before) follows:
 
 1 - Outgoing Direct command
 2 - Outgoing Group cleanup
 3 - Outgoing Group broadcast
 4 - Incoming Direct command
 5 - Incoming Group broadcast
 6 - Incoming Group cleanup
 7 - Incoming Direct ACK
 8 - Change due to Status request from PLC/PLM
 9 - Incoming Group Cleanup ACK
 
 Hope this helps,
 
 Dave.
 
         | 
       
       
        | Back to Top | 
         
          
          
         | 
       
       
       
        |   | 
      
        
         
         device Newbie 
          
 
  Joined: May 26 2009
 Online Status: Offline Posts: 33
          | 
        
         
          
           | Posted: May 28 2009 at 14:32 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Thanks - this allows me to be sure I have all the cases covered.
 
 D
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   |