Ryan,
I am trying to get Josh's Aeon Multi-Switch working with the web UI which is difficult since I don't own one. The problem is that it will turn off the individual channels, but not on. I am setting them by using setDeviceState using the deviceId from the devices output as the nodeId parameter, powered=true and level=255.
The only thing I see that is different in the devices output is that providerDeviceId is ZWave|
Can you help me out?
Thanks,
Andy
Help with Aeon Multi-Switch
- 353 Views
- Last Post 23 October 2014
Axial-User
posted this
22 October 2014
Ryan-Scott
posted this
23 October 2014
Ryan,
I am trying to get Josh's Aeon Multi-Switch working with the web UI which is difficult since I don't own one. The problem is that it will turn off the individual channels, but not on. I am setting them by using setDeviceState using the deviceId from the devices output as the nodeId parameter, powered=true and level=255.
The only thing I see that is different in the devices output is that providerDeviceId is ZWave||End Point 2 like a sensor device value ID.
Can you help me out?
Thanks,
Andy
You might try using the setPower command since it's an on/off value as opposed to a level.
Axial-User
posted this
23 October 2014
You might try using the setPower command since it's an on/off value as opposed to a level.
That makes sense. I changed the code, and it still works fine for all my devices, I am waiting to her from Josh to see if it fixed his problem. Thanks Ryan!