Inovelli Red Series Dimmer SetLevel Command

Posted on
Sat Oct 22, 2022 8:36 am
neetorama offline
Posts: 24
Joined: Feb 23, 2016

Inovelli Red Series Dimmer SetLevel Command

I own a number of Inovelli LZW31-SN Red Series Dimmers. My understanding is that they support a SetLevel command that allows you to send brightness level and dimming duration to the device -- eg SetLevel(value: 75, duration: 90) dims a device to 75% over the course of 90 seconds. But I'm having trouble understanding how to use the command.

My goal is to slowly dim a number of Inovelli controlled lights at sunset from full brightness to 50% over the course of an hour.

I'm sure the answer is simple, but I'm not quite sure how to do that.

Thanks!

Posted on
Sat Oct 22, 2022 4:32 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: Inovelli Red Series Dimmer SetLevel Command

Try something like this either in an Indigo embedded script:

Code: Select all
indigo.zwave.sendRaw(device=DEV_ID_HERE, cmdBytes=[0x26, 0x01, LEVEL, DURATION], waitUntilAck=False)

or using the Send Raw Z-Wave Command... action type. In the script DEV_ID_HERE is your target devices ID, LEVEL is brightness from 0 to 99, and DURATION is the duration (not sure what the units are in off the top of my head!).

Image

Posted on
Mon Oct 24, 2022 2:00 pm
neetorama offline
Posts: 24
Joined: Feb 23, 2016

Re: Inovelli Red Series Dimmer SetLevel Command

That worked beautifully, thanks!

Note for anyone that comes across this in the future . Values corresponding with DURATION:
    1 - 127 = 1 - 127 seconds
    128 - 253 = 1 - 126 minutes

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 2 guests