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
Turning off LED from JASCO wall switch
Since there are no record in
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)
http://razberry:8083/ZWaveAPI/Run/devic ... tion.Set(3, VAL, 1)
Make sure the device
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.
May be you still use the
May be you still use the previous version (prior to March 29)? It does not allow to shortcut JSON commands.
To update just run the same
To update just run the same install script.