Jump to content

jimthompson

Members
  • Posts

    8
  • Joined

  • Last visited

jimthompson's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. Another example of why Java is such a joy. I havent figured out how to get 4.1.2 without having access to the admin page. The good news is that the Java Excpetion thing, added as a security thing in Java 7.51 , is an easy fix ... Step by Step is here - http://java.com/en/download/faq/exception_sitelist.xml Thanks again LeeG
  2. So wen I try to fire up the control panel, I get a pop-up that says: SecurityException - Missing required Premissions manifest attribute inmainjar: HTTP://isy/web/insteon.jar Clicking on details gives me this - Asking for details gives me this ... any clues? Java Plug-in 10.51.2.13 Using JRE version 1.7.0_51-b13 Java HotSpot Client VM User home directory = C:\Users\xxxxxxx ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack x: clear classloader cache 0-5: set trace level to ----------------------------------------------------
  3. First Kudos to the ISY guys for making a difficult situation (Dry-On, Wet-On) sane by toggling the alternate state. Now wouldn't it be grand if like the Motion Detectors you got a Battery Low from these things? I guess its just another thing to replace batteries in when we change the clocks.
  4. I understand your logic around the wait LeeG, but it had no effect during my testing - The program works reliably (read 100%) without the OR and fails reliably (read 100%) with it The addition of a Wait prior to the Send had no effect, further removing it in the simple case did not reduce reliablity The message collision opportunity is equally valid in both cases, if anything is should take longer to get to the send in the OR case ... but the problem is only present with the OR condition present The eventlog shows nothing when the OR is present and the anticipated X10 traffic when it is not ... Its a puzzle
  5. Final post for today Replaced the two programs (one for ON, one for OFF) with four Programs (one each for ON and OFF for each 2334-2) and it all works. There are days I wish I wasn't a programmer by trade. To summarize .. This works .. If Control '25.09.B2.1' is switched On Then Send X10 'A1/On (3)' Else - No Actions - (To add one, press 'Action') If Control '25.06.C6.1' is switched On Then Send X10 'A1/On (3)' Else - No Actions - (To add one, press 'Action') This does not ... If Control '25.06.C6.1' is switched On Or Control '25.09.B2.1' is switched On Then Send X10 'A1/On (3)' Else - No Actions - (To add one, press 'Action')
  6. Imagine a unfiltered, un surge protected, un breakered power strip with - ISY PLM ISY Transformer X10 Lamp Brick on A1 2334-2 named 'Left MBR Main' running the program manually ... 'Run Then' works (both the local X10 and ones in the bedroom turn on/off) toggling the 2334 fails, empty event log the X10 Mini-controller works ... no surprise here really Perhaps the ISY isn't seeing the 2334, so I relinked it Viola .. it works .. Relinked the second controller, added it as an OR condition .. it fails, neither controller can toggle the lights ... removed the OR condition ... either controller works ... infact I set the programs up to turn on with one and off with the other ... So, it has to do with the OR condition ... Scratching my head over this...
  7. Thanks all for your help thus far To "oberkc " I tested using an X10 mini controller plugged into the same outlet as the PLM ... it works. The same MiniController works from the location where the KPLs are now. I also have the legs bridged with a leviton amplifier/repeater/coupler. In the interest of completeness I moved one of the 2334-2s to the same outlet ... nothing in the event log, no effect. To Mike & Brian, I added a 2 second delay before the SEND ... No Joy To Xathros The resulting event log is empty, to verify that the event log is working I executed a scene with an X10 command for another address in it and it executed as expected. The X10 lights work properly with a X10 Mini Controller, and from an Insteon wall controller (Early KPL6) configured for X10 control. The problem remains with the two, new, 2334s and the ISY's inability to see them.
  8. jimthompson

    ISY vs X10

    I'm new to ISY programming, so please bear with me. I'm trying to get a pair of bedside 2334-2 '5 button' KLs to control bedroom lights, it just doesnt seem to work. The lights are currently on X10 plugin bricks. I had it working at one point, but did something that broke it. They are currently operating fine via X10 keypads, and I was hoping to migrate my rather large X10 network to Insteon slowly. This should work but does nothing. A similar program for Off does not operate either. Any insight would be appreciated. MBR is a folder Left MBR Main is the 2334-2's main button Right MBR Main is the other 2334-2's main button If Control 'MBR / Left MBR Main' is switched On Or Control 'MBR / Right MBR Main' is switched On Then Send X10 'A1/On (3)' Else - No Actions - (To add one, press 'Action')
×
×
  • Create New...