Page 138 of 138 FirstFirst ... 3888128136137138
Results 1,371 to 1,380 of 1380

Thread: Insteon PLM Component

  1. #1371
    Join Date
    Jun 2008
    Posts
    953

    Default



    no, just a way to set the level. does the feature work from the component manager?

  2. #1372
    Join Date
    Aug 2004
    Location
    Winnipeg, MB, CANADA
    Posts
    151

    Default

    Yeah, both the Back Light On/Off button and the LED Brightness slider controls work fine when I use component manager.

    Click image for larger version. 

Name:	keypadlinc_led.png 
Views:	6 
Size:	45.2 KB 
ID:	6534

    Does that mean there's a Back Light On/Off LUA command somewhere?
    Scott

  3. #1373
    Join Date
    Jun 2008
    Posts
    953

    Default

    Quote Originally Posted by gravy View Post
    Yeah, both the Back Light On/Off button and the LED Brightness slider controls work fine when I use component manager.

    Click image for larger version. 

Name:	keypadlinc_led.png 
Views:	6 
Size:	45.2 KB 
ID:	6534

    Does that mean there's a Back Light On/Off LUA command somewhere?
    turns out there is

    idevice:WriteLEDOn (true or false)

  4. #1374
    Join Date
    Aug 2004
    Location
    Winnipeg, MB, CANADA
    Posts
    151

    Default

    Awesome! Works perfectly.

    Quote Originally Posted by Mike C View Post
    turns out there is

    idevice:WriteLEDOn (true or false)
    Scott

  5. #1375
    Join Date
    Aug 2004
    Location
    Winnipeg, MB, CANADA
    Posts
    151

    Default

    Mike - Looks like I have a dying 2413S PLM. More and more over the past few days, the PLM goes non-responsive in Girder, and the "set" LED goes out. I have to unplug, fiddle, try a reset, etc. sometimes it returns to functioning, but not for very long.

    Couple questions:
    1. Is the 2413s still the best PLM to use? I cannot download the programming with the 2413s - is there benefit to getting a PLM in which I could download and save the programming for "disaster recovery" purposes?

    2. Is there a mechanism to update the links when I buy a new PLM that will have a different address? I have quite a few devices and manually deleting and re-linking would be heinous! I know there is a "replace" tab in component manager - would I use this to replace the old PLM? (Hopefully I can get it back to a responsive mode to do that?!)

    Thanks!
    Scott
    Scott

  6. #1376
    Join Date
    Jun 2008
    Posts
    953

    Default

    Quote Originally Posted by gravy View Post
    Mike - Looks like I have a dying 2413S PLM. More and more over the past few days, the PLM goes non-responsive in Girder, and the "set" LED goes out. I have to unplug, fiddle, try a reset, etc. sometimes it returns to functioning, but not for very long.

    Couple questions:
    1. Is the 2413s still the best PLM to use? I cannot download the programming with the 2413s - is there benefit to getting a PLM in which I could download and save the programming for "disaster recovery" purposes?

    2. Is there a mechanism to update the links when I buy a new PLM that will have a different address? I have quite a few devices and manually deleting and re-linking would be heinous! I know there is a "replace" tab in component manager - would I use this to replace the old PLM? (Hopefully I can get it back to a responsive mode to do that?!)

    Thanks!
    Scott
    The replace function should automatically fix all links for you. I think any of the PLMs will work.

  7. #1377
    Join Date
    Aug 2004
    Location
    Winnipeg, MB, CANADA
    Posts
    151

    Default

    My new PLM arrives tomorrow - I'll post the results in the thread. I'm not sure how it will handle the links to the couple of wireless (door contact) devices I have. Wish me luck!
    Scott

  8. #1378
    Join Date
    Aug 2004
    Location
    Winnipeg, MB, CANADA
    Posts
    151

    Default

    Mike - currently running the replace function. Lots of updates happening in the lua console, but after about 10 mins (maybe less), I got the following error and the updates stopped:

    Code:
    Transport:  ...ipt\Components/Insteon/Devices/Support/ALDBClass.lua:225: { -- #0
       ["PControlFlags"] = { -- #1
          ["HighWaterMark"] = false,
          ["InUse"] = false,
          ["Controller"] = false,
          ["SmartHops"] = 0,
          ["ProductDependantBit5"] = false,
       } -- #1,
       ["ControlFlags"] = 2,
       ["Data2"] = 0,
       ["Data1"] = 255,
       ["Data3"] = 0,
       ["Address"] = 4095,
       ["GroupNumber"] = 21,
       ["ReplacedRecord"] = { -- #2
          ["PControlFlags"] = { -- #3
             ["HighWaterMark"] = false,
             ["InUse"] = true,
             ["Controller"] = false,
             ["ProductDependantBit5"] = false,
             ["SmartHops"] = 0,
          } -- #3,
          ["ControlFlags"] = 130,
          ["Data2"] = 0,
          ["Data1"] = 255,
          ["Data3"] = 0,
          ["GroupNumber"] = 21,
          ["ID"] = "19.6E.39",
       } -- #2,
       ["InProgress"] = 1,
       ["ID"] = "19.6E.39",
    } -- #0
    stack traceback:
        [C]: in function `assert'
        ...ipt\Components/Insteon/Devices/Support/ALDBClass.lua:225: in function `AddUpdateAssignAddress'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2097: in function <...\luascript\Components/Insteon/Devices/DeviceBase.lua:2085>
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2113: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2284: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...\Components/Insteon/Devices/Commands/CommandBase.lua:303: in function <...\Components/Insteon/Devices/Commands/CommandBase.lua:288>
        (tail call): ?
        ...
        (tail call): ?
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...omponents/Insteon/PowerlincModem/SerialTransport.lua:306: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:1090: in function `DoOnMethod'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:1161: in function `DoOnReceiveData'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:828: in function <...irder5\luascript\Components/Insteon/Support/Core.lua:800>
        ...omponents/Insteon/PowerlincModem/SerialTransport.lua:218: in function `EventHandler'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:529: in function <...irder5\luascript\Components/Insteon/Support/Core.lua:527>
    I restarted G, and it seems to pick up again on its own - I did not re-initiate a replace. but then it errored out again:
    Code:
    Rx Transport 21.31.64: From: 16.26.78 To: 21.31.64  Msg: ACKDirect Cmd1:15  Cmd2 00 
    Transport:  ...ipt\Components/Insteon/Devices/Support/ALDBClass.lua:225: { -- #0
       ["PControlFlags"] = { -- #1
          ["HighWaterMark"] = false,
          ["InUse"] = true,
          ["Controller"] = true,
          ["SmartHops"] = 0,
          ["ProductDependantBit5"] = false,
       } -- #1,
       ["ControlFlags"] = 194,
       ["Data2"] = 0,
       ["Data1"] = 0,
       ["Data3"] = 0,
       ["Address"] = 4095,
       ["ID"] = "21.31.64",
       ["InProgress"] = 1,
       ["GroupNumber"] = 1,
    } -- #0
    stack traceback:
        [C]: in function `assert'
        ...ipt\Components/Insteon/Devices/Support/ALDBClass.lua:225: in function `AddUpdateAssignAddress'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2097: in function <...\luascript\Components/Insteon/Devices/DeviceBase.lua:2085>
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2148: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2408: in function <...\luascript\Components/Insteon/Devices/DeviceBase.lua:2405>
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2418: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:1981: in function `func'
        ...
        (tail call): ?
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...omponents/Insteon/PowerlincModem/SerialTransport.lua:306: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:1090: in function `DoOnMethod'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:1161: in function `DoOnReceiveData'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:828: in function <...irder5\luascript\Components/Insteon/Support/Core.lua:800>
        ...omponents/Insteon/PowerlincModem/SerialTransport.lua:218: in function `EventHandler'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:529: in function <...irder5\luascript\Components/Insteon/Support/Core.lua:527>
    Restarted G, got another error after a few mins of updating:
    Code:
    Transport:  ...ipt\Components/Insteon/Devices/Support/ALDBClass.lua:225: { -- #0
       ["PControlFlags"] = { -- #1
          ["HighWaterMark"] = false,
          ["InUse"] = true,
          ["Controller"] = false,
          ["SmartHops"] = 0,
          ["ProductDependantBit5"] = false,
       } -- #1,
       ["ControlFlags"] = 130,
       ["Data2"] = 31,
       ["Data1"] = 255,
       ["Data3"] = 0,
       ["Address"] = 4087,
       ["ID"] = "21.31.64",
       ["InProgress"] = 1,
       ["GroupNumber"] = 22,
    } -- #0
    stack traceback:
        [C]: in function `assert'
        ...ipt\Components/Insteon/Devices/Support/ALDBClass.lua:225: in function `AddUpdateAssignAddress'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2097: in function <...\luascript\Components/Insteon/Devices/DeviceBase.lua:2085>
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2148: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2408: in function <...\luascript\Components/Insteon/Devices/DeviceBase.lua:2405>
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:2418: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...\luascript\Components/Insteon/Devices/DeviceBase.lua:1981: in function `func'
        ...
        (tail call): ?
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        D:\apps\Girder5\luascript\protected.lua:140: in function `Protect'
        ...omponents/Insteon/PowerlincModem/SerialTransport.lua:306: in function `func'
        D:\apps\Girder5\luascript\protected.lua:125: in function `protect'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:1090: in function `DoOnMethod'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:1161: in function `DoOnReceiveData'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:828: in function <...irder5\luascript\Components/Insteon/Support/Core.lua:800>
        ...omponents/Insteon/PowerlincModem/SerialTransport.lua:218: in function `EventHandler'
        ...irder5\luascript\Components/Insteon/Support/Core.lua:529: in function <...irder5\luascript\Components/Insteon/Support/Core.lua:527>
    Last edited by gravy; May 7th, 2013 at 10:07 PM.
    Scott

  9. #1379
    Join Date
    Aug 2004
    Location
    Winnipeg, MB, CANADA
    Posts
    151

    Default

    Update - It seems like the PLM swap has worked well on the devices - which, is great! However, my groups no longer work - and it looks to my untrained eye that the errors above relate to groups? I checked the new PLM's groups within component manager, and I can see that groups appear to have been copied over from the old PLM ok, but none of the groups function properly.

    UPDATE...
    Groups do work! it was just my group actions needed to be corrected, as some were pointing at the "old" PLM's group. Perhaps the error I encountered above had to do with duplicate group names? Anyway - it worked great Mike - thanks (yet again) for such a great plugin.
    Last edited by gravy; May 10th, 2013 at 01:28 PM.
    Scott

  10. #1380
    Join Date
    Aug 2006
    Location
    North Carolina
    Posts
    93

    Default

    Mike,
    I just received several P2477D dual band dimmers (Rev7.05) and am having trouble with them.
    I had no trouble adding the switch and establishing links to it, but...
    I cannot set the preset level or dim rate via the "Dimmable Devices" dialog...it just seems to ignore the attempts.

    Also, there is some strangeness in the monitoring log:..from an off state, a single "on" push on the switch yields this...note that device manager thinks the switch is "off" when done when it is really on. Also note the "Unknown 6" command. I am still running a 2412S PLM if that may have any impact.

    Any thoughts?
    I can provide logs if that helps, please just let me know what you want.
    Thanks as always for the support.
    Jon

    Time Date Source Details Payloads
    08:59:09:715 5/16/2013 Insteon Device Manager NBedroom\Overhead:AllLink Broadcast: Group = 1 Command = Unknown 6
    08:59:09:643 5/16/2013 Insteon Device Manager NBedroom\Overhead: Group 1 State = Off
    08:59:09:518 5/16/2013 Insteon Device Manager NBedroom\Overhead: Group 1 State = On
    08:59:09:476 5/16/2013 Insteon Device Manager NBedroom\Overhead LightLevelPercent = 0
    08:59:09:463 5/16/2013 Device Manager NBedroom\Overhead:Level=Off
    08:59:09:456 5/16/2013 Device Manager NBedroom\Overhead:Level=0
    08:59:09:448 5/16/2013 Insteon Device Manager NBedroom\Overhead SwitchPosition = Off
    08:59:09:431 5/16/2013 Insteon Device Manager NBedroom\Overhead:AllLink Broadcast: Group = 1 Command = Recall
    08:59:09:423 5/16/2013 Insteon Device Manager NBedroom\Overhead: Group 1 State = Level
    08:59:09:284 5/16/2013 Insteon Device Manager NBedroom\Overhead: Group 1 State = On
    08:59:09:264 5/16/2013 Insteon Device Manager NBedroom\Overhead LightLevelPercent = 100
    08:59:09:241 5/16/2013 Device Manager NBedroom\Overhead:Level=On
    08:59:09:241 5/16/2013 Device Manager NBedroom\Overhead:Level=100
    08:59:09:240 5/16/2013 Insteon Device Manager NBedroom\Overhead SwitchPosition = On
    08:59:09:222 5/16/2013 Insteon Device Manager NBedroom\Overhead:AllLink Broadcast: Group = 1 Command = Recall

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •