Page 1 of 1

http syntax for dimmer switch Razberry

Posted: 28 Jul 2014 00:15
by n4zg
Hi im a bit stuck i am trying to access a dimmer switch with the following url on the razberry module

Code: Select all

http://<ipaddress>/ZWaveAPI/Run/devices[4].instances[0].commandClasses[0x20].Set(78)
but not working any suggestions please .

Thanks

Re: http syntax for dimmer switch Razberry

Posted: 28 Jul 2014 00:41
by Eric
You should use the SwitchMultilevel command class instead of Basic, so:

Code: Select all

http://<ipaddress>/ZWaveAPI/Run/devices[4].instances[0].commandClasses[0x26].Set(78)

Re: http syntax for dimmer switch Razberry

Posted: 28 Jul 2014 01:36
by n4zg
Thanks for the reply, that kind of works but i have to referesh the page to activate it and it doesnt seem accurate for example i do set 78.. it sets it to 78 then when i reduce it 40 the amount in the interface shows 70, does it need a command to switch it on or off . thanks for the info..