ToggleLinc Dimmer Default Level

Posted on
Sat Dec 01, 2012 12:27 am
zjennings offline
Posts: 5
Joined: Nov 25, 2012

ToggleLinc Dimmer Default Level

Anyone know what commands to send to set the ToggleLinc Dimmer Default Level?

I see that I can set it in the device setup, and I see that it sends a "set local default on level (via extended message) to 22." But I cannot seem to script it out.

Any help would be much appreciated.

Posted on
Tue Dec 04, 2012 8:42 am
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: ToggleLinc Dimmer Default Level

Try something like this (with an action that is an embedded python script):

Code: Select all
brightness = 0x55   # range is probably 0x00 to 0x7F
address = "11.7B.2E"

setDefaultOnLevel = [
   0x2E, 0x00,
   0x01,
   0x06,
   brightness,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
]
indigo.insteon.sendRawExtended(address, setDefaultOnLevel)

Image

Posted on
Sat Dec 08, 2012 11:57 am
zjennings offline
Posts: 5
Joined: Nov 25, 2012

Re: ToggleLinc Dimmer Default Level

Thanks, I'll give it a try.

Posted on
Sun Dec 09, 2012 7:15 pm
zjennings offline
Posts: 5
Joined: Nov 25, 2012

Re: ToggleLinc Dimmer Default Level

Yippie!!!! It works!

It actually goes from 0x00 to 0xFF. So 0x80 = 50%.

Thanks Matt!!!

Posted on
Wed Nov 30, 2016 12:49 pm
davvi offline
User avatar
Posts: 110
Joined: Sep 27, 2011
Location: Austin, TX

Re: ToggleLinc Dimmer Default Level

Is there a way to make Indigo aware of the change? Executing the script successfully sets the default brightness level in the device but is not reflected in Indigo which turns the light on to whatever default level was set before the script.

Posted on
Wed Nov 30, 2016 5:43 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: ToggleLinc Dimmer Default Level

There isn't currently any way (other than the device dialog UI) to change what Indigo thinks is the default level. I'll add it to the request list though.

Image

Posted on
Wed Nov 30, 2016 9:10 pm
davvi offline
User avatar
Posts: 110
Joined: Sep 27, 2011
Location: Austin, TX

Re: ToggleLinc Dimmer Default Level

Thank you kindly.

Posted on
Wed Dec 06, 2017 3:48 pm
danowitz offline
User avatar
Posts: 20
Joined: Jun 07, 2017

Re: ToggleLinc Dimmer Default Level

matt (support) wrote:
There isn't currently any way (other than the device dialog UI) to change what Indigo thinks is the default level. I'll add it to the request list though.


Any updates on how we can achieve this?

Thanks
Joel

Posted on
Sat Dec 09, 2017 1:25 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: ToggleLinc Dimmer Default Level

Hi Joel,

Have Indigo's UI reflect the correct value? Not currently. You can change the underlying default value used by the module (per instructions above), but there is no way for Indigo's UI to know about that new value. It is on the feature request list, but not high priority at this point.

Image

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 7 guests