G W Posted October 8, 2008 Posted October 8, 2008 I just noticed something I find strange. Ihave a SwitchLin Dimmer (2476D) that is linked to a KeypadLinc Dimmer (2486) button C. When I use the web service to turn on the 2476, it does not turn on Buttom C on the 2486. What am I failing to do when I send the command to the web service? Here is what I am sending: aUDIServiceParam.control = "DFON" aUDIServiceParam.action = "" aUDIServiceParam.flag = "1" aUDIServiceParam.node = "D 2F 11 1" Thanks, Gaty
khearn Posted October 8, 2008 Posted October 8, 2008 You can think of a switchlinc dimmer (or similar devices) as two separate devices, a dimmer and a controller (which is permanently linked to control the dimmer). The controller is what is linked to the keypadlinc button, but you're just turning on the dimmer via the web services, so no signal is sent to the keypadlinc button. Instead, turn on the group (scene) that contains both the switchlinc and the keypadlinc button. Keith
G W Posted October 8, 2008 Author Posted October 8, 2008 Okay, so I guess turning on a scene is not like turning on a node. I guess I have some more reading to do. Thanks.
Recommended Posts