Author |
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: February 11 2006 at 21:27 | IP Logged
|
|
|
What are the correct parameters for setting up a device type for Insteon modules (lamp module, wall switch)?
I tried the LM14A, but dim commands other than 0 and 100 don't work correctly.
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: February 12 2006 at 22:32 | IP Logged
|
|
|
Tony,
I havent played with the Insteon devices in X10 mode extensively, but I can tell you that they respond to preset dim commands. So I would create a new device and set it for the same as a standard X-10 wall switch (WS467?) and add preset dim commands. I know they don't use extended commands so the LM14A wont work.
Dave.
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: February 13 2006 at 23:20 | IP Logged
|
|
|
Follow-up:
Insteon devices in X10 mode should be checked for all but Extended Commands and Status Only.
A two-way status request can be done in a macro, or with this formula...
ph_x10( controllerID, hc, uc, 0) + ph_x10(controllerID, hc, 115,0)
Where:
controllerID, hc = string
uc = integer
Edited by TonyNo
|
Back to Top |
|
|