Page 1 of 1

Turning off LED from JASCO wall switch

Posted: 05 Apr 2013 20:25
by rexy666
Hello, I have a Raspberry Pi (RaZberry) and a JASCO on/off relay wall switch (GE binary switch)
it has a LED indicator which the manual says can be set to 0, 1 or 2 on parameter No. 3.
I want to set it to 2 (Off at all times)
How do I do that?
thanks

Since there are no record in

Posted: 05 Apr 2013 20:25
by PoltoS
Since there are no record in Pepper1 Database, and current version do not have Expert commands yet (these will come soon), the only way is to go with JSON API:

http://razberry:8083/ZWaveAPI/Run/devic ... tion.Set(3, VAL, 1)

error

Posted: 05 Apr 2013 20:25
by rexy666
tried with, /ZWaveAPI/Run/devices[2].Configuration.Set(3,2,1)

Uncaught TypeError: Cannot call method 'Set' of undefined

any ideas?
thanks for the help!

Make sure the device

Posted: 05 Apr 2013 20:25
by PoltoS
Make sure the device announced Configuration Command Class. Press Show interview results on Devices Configuration tab (in Expert mode). You will see the list of known Command Classes for that device.

thanks

Posted: 05 Apr 2013 20:25
by rexy666
I was able to make it work with this
/ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x70].Set(3,2,1)

May be you still use the

Posted: 05 Apr 2013 20:25
by PoltoS
May be you still use the previous version (prior to March 29)? It does not allow to shortcut JSON commands.

version

Posted: 05 Apr 2013 20:25
by rexy666
where do I check the version? and how do I update?

To update just run the same

Posted: 05 Apr 2013 20:25
by PoltoS
To update just run the same install script.