Insteon Debugging

From MiOS
(Difference between revisions)
Jump to: navigation, search
(New page: turn light off by sending full frame http://127.0.0.1:49451/data_request?id=lu_action&output_format=xml&DeviceNum=31&serviceId=urn:micasaverde-com:serviceId:InsteonNetwork1&action=SendDat...)
 
m
Line 1: Line 1:
 +
[[Category:Hardware]]
 
turn light off by sending full frame
 
turn light off by sending full frame
  

Revision as of 02:32, 15 April 2010

turn light off by sending full frame

http://127.0.0.1:49451/data_request?id=lu_action&output_format=xml&DeviceNum=31&serviceId=urn:micasaverde-com:serviceId:InsteonNetwork1&action=SendData&Data=0x62-0x11-0x58-0x6c-0x5-0x11-0x0

turn light on by specifying the node

http://127.0.0.1:49451/data_request?id=lu_action&output_format=xml&DeviceNum=31&serviceId=urn:micasaverde-com:serviceId:InsteonNetwork1&action=SendData&Node=11586c&Data=0x11-0xFF

Receive device category info from 11586c:

http://127.0.0.1:49451/data_request?id=lu_action&output_format=xml&DeviceNum=31&serviceId=urn:micasaverde-com:serviceId:InsteonNetwork1&action=SendData&Data=R0x50-0x11-0x58-0x6c-0x2-0x9-0x32-0x8b-0x1-0x0

Personal tools