Turning off LED from JASCO wall switch

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
rexy666
Posts: 16
Joined: 28 Mar 2013 02:46

Turning off LED from JASCO wall switch

Post 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
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Since there are no record in

Post 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)
rexy666
Posts: 16
Joined: 28 Mar 2013 02:46

error

Post 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!
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Make sure the device

Post 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.
rexy666
Posts: 16
Joined: 28 Mar 2013 02:46

thanks

Post by rexy666 »

I was able to make it work with this
/ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x70].Set(3,2,1)
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

May be you still use the

Post by PoltoS »

May be you still use the previous version (prior to March 29)? It does not allow to shortcut JSON commands.
rexy666
Posts: 16
Joined: 28 Mar 2013 02:46

version

Post by rexy666 »

where do I check the version? and how do I update?
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

To update just run the same

Post by PoltoS »

To update just run the same install script.
Post Reply