Jump to content

larryllix

Members
  • Posts

    14889
  • Joined

  • Last visited

Everything posted by larryllix

  1. I have the iRLinc cable fixed and can repeat iR commands to operate devices successfully. However no such luck linking it and transferring commands to ISY, even with an On/Off module plugged into a Y split short 20"" extension cord. I changed the location of the iRLinc to a 15" extension cord lugged into the same duplex receptacle box as the PLM. I factory reset the iRLinc about 40 times with various attempts and sequences as the onscreen instructions don't seem to make things respond correctly. Linking mode first, admin console linking menu first, add iR commands first etc.. Each time I factory reset the iRLinc and instigated the linking mode from the admin console I know it comm'ed with the module because it beeps very clearly. However the event viewer level 3 shows it drops out each and every time with this . Thu 12/08/2016 02:41:37 PM : [VAR 2 83 ] 1 Thu 12/08/2016 02:41:42 PM : [VAR 2 63 ] 1208154215 Thu 12/08/2016 02:41:51 PM : Start Insteon Device Linking Mode Thu 12/08/2016 02:41:51 PM : [LNK-BGN ] 02 64 01 00 06 Thu 12/08/2016 02:41:51 PM : Stop Insteon Device Linking Mode, Final processing to follow Thu 12/08/2016 02:41:52 PM : [LNK-END ] 02 65 06 : : Unexpected, ignored (65) Thu 12/08/2016 02:41:52 PM : [All ] Writing 0 bytes to devices Thu 12/08/2016 02:41:52 PM : [All ] Writing 0 bytes to devices Thu 12/08/2016 02:41:56 PM : [VAR 2 63 ] 1208154230 After, I can install an iR command and repeat it with the test OK When I double tap the LED starts slow blinking but never stops and no traffic with ISY is witnessed on PLM/ISY LEDs or event viewer. One occasion after the double tap to link it seemed to double beep and the LED return to dim steady on. I clicked the OK on the dmin console link instruction box and this appeared but the link look incorrect. Here is that. I got to this point several times at random but could not ever add any more iR commands as the linking would never complete.
  2. The wires going to the mechanism run power to the circuits in the keypad and signals to operate things. That shouldn't have worked on the fancy new multipurpose control panels. (I have one too that we have given up, setting the clock for). You need to solder across the pushbutton contacts. You will need a temperature controlled soldering iron and be quick,most likely. Find a buddy with a temp. controlled soldering pencil and experience for a case of beer. Where are you?
  3. If he patched the Elk dry contact directly to the opener control panel, no aux. ps or remote would be needed at all.
  4. You want a plug-in source to charge your batteries in the remote.I would be looking inside the GDO control panel for some voltage that you could steal a little current to keep a trickle charge on the batteries, just a few mA. ebay has lots of 3v wallwarts. Best to get a higher voltage, like a 5v microUSB style and add an appropriate resistor in series to charge a couple of NiMH. The batteries can take a light charge constantly for their lifetime. That is why I suggested the PV part of a solar lantern style. Most people have an old one they are about to toss. Just enough ctrickle current that the batteries don't go dead in a few months.
  5. You mentioned it was a remote, so I figured it was portable. If it wired in to a battery backed GDO, why do you need a separate power supply? If you need a separate power supply what is wrong with a solar panel instead of a wallwart? I am confused exactly what this is, you want to backup.
  6. basically each section takes thisset a variable to the hue set a variable to level set the saturation set a variable to ramp speed (if written into the NR. I just keep mine at about 2 seconds) set a variable to the bulb number (unless you have a NR for each bulb - I do) call the NR. Check back on the screen shot I posted and look at the variable substitutions in the URL and the body section.
  7. If it will just sit there with very little load, a couple of NiMH cells with a few watt solar panel to charge your car battery. The type that actually drains a 12v battery due to the flashing LED taking more energy that the cell puts out on your dashboard. Some experimentation would be needed but the 3-5W rating would likely be just enough to top the battery off each day with garage lighting. Pick one up at a garage sale for a buck or two. Solar PV panels act like constant current devices (light dependent) and can be shorted without problems. Afterthought; Pickup a solar garden light with a 3v NiMH battery in it and connect into that. It's all there already. This depends on your standby load on the battery.
  8. I have the Insteon Outdoor On/Off module, another two On/Off Modules, and an X10 Appliance module outside on my deck, white taped around the modules to keep the snow out of the plug/receptacles and they all work fine. They were covered in snow last winter for the Christmas lead-up season and using the same units again this year. Keep the water out of them and don't get them sub-zero and bring them into warm humid air, they should be OK. If you have frozen wiring that is wet, Ice is s hort circuit for RF. I am not sure if that would affect Insteon signals though, They are low frequency compared to business band stuff. Bring them into the warm and try them. They can go back then or be replaced, either way they need to come in.
  9. Here is a long one with a few examples involved for you. This puts my whole rom on to flowery colours everywhere. WAF is high as it is relaxing. Note the usage of colour constant variables = $cZ.XXXXXXX so that the values don't have to be looked up all the time. The "Z" in the name is to force sorting to the end when in pull-down menus for the variables. I use four banks of colours for the 6 major colours so when I select that purple they all match. Even Hue bulbs don't match Hue Bloom bul colours. These are all placed over the integer 150 count range so I never have to scroll past them once defined. The NRb.xxxx references are the same technique sending commands to my own NRbridge python3 code on a RPi that controls my LEDenet strips. Note: no Wait times as I use a NR parameter bank for each NR. This may disappear once the caching problem is resolved. Colours.movie - [ID 0060][Parent 00C5] If $sGathRm.colours is $cMODE.MOVIE Then Set 'Gathering Room / ML2' to 20% $CornerLamp.hue = $cZ.MAUVE.HUE $CornerLamp.saturation = 254 $CornerLamp.brightness = 100 Resource 'CornerLamp.set' $TVLeftPot.hue = $cZ.ORANGE.HUE $TVLeftPot.brightness = 80 $TVLeftPot.saturation = 254 Resource 'TVLeftPot.set' $TVBackLamp.hue = $cZ.BLUE.BLOOM $TVBackLamp.saturation = 254 $TVBackLamp.brightness = 100 Resource 'TVBackLamp.set' $TVRightPot.hue = $cZ.MAUVE.HUE $TVRightPot.brightness = 150 $TVRightPot.saturation = 254 Resource 'TVRightPot.set' $FloorLamp.hue = $cZ.ORANGE.HUE $FloorLamp.brightness = 100 $FloorLamp.saturation = 254 Resource 'FloorLamp.set' Set 'Gathering Room / ML2 / SideLamp' to 60%, color '$cZ.GREEN.ML Index' Set 'Gathering Room / ML2 / BufCornerLamp' to 100%, color '$cZ.RED.ML Index' Set 'Gathering Room / ML2 / BuffetandDesk' to 100%, color '$cZ.AQUA.ML Index' Wait 2 seconds $NRb.RGBlevel = 100 $NRb.Wlevel = 0 $NRb.bulb = 4 $NRb.colour = $cZ.VIOLET.ML Resource 'LEDenet.Set' Resource 'LEDenet.On' Wait 2 seconds $NRb.bulb = 3 $NRb.colour = $cZ.BLUE.LED Resource 'LEDenet.Set' Resource 'LEDenet.On' Wait 2 seconds $NRb.bulb = 2 $NRb.colour = $cZ.RED.LED Resource 'LEDenet.Set' Resource 'LEDenet.On' Wait 2 seconds $NRb.bulb = 1 $NRb.colour = $cZ.MAUVE.LED Resource 'LEDenet.Set' Resource 'LEDenet.On' Set 'Gathering Room / ML2 / UnderBar' to 60%, color '$cZ.GREEN.STRIP Index' Else - No Actions - (To add one, press 'Action')
  10. This was discussed in another thread recently. It appears UDI has added a pseudo method of adding a Swutchlinc to a scene as a controller, and also pushing scene preset levels, into the same switchLinc, as if it were a responder, by programming the local levels. To the user, this appears that the SwitchLinc can control itself via a scene, affecting itself, by operation of it's own paddle. The paddle only operates the dimmer portion of the switchLinc to it's own local levels, directly. By pushing scene programmed levels into the local levels of the switchLinc, it appears to be "part of a scene" that it also controls. In V4.x this can be taken advantage of by adding the switchLinc to a scene as a controller along with any other devices, as controllers. They all appear to operate each other as well as themselves. In V5.x this can be put into a program line (without secen usage) by setting the "local On" level and the local ramping level. When operated at the paddle locally, the local parameters set resume. This was installed in X10 devices in the 1980s and in Insteon devices since inception.
  11. Energy meters can have communication PCBs added to them or not and it may not be ZigBee at all. The meter type does not usually specify if they have the capability. I worked for a distribution utility that doesn't offer the customer to connect to their system, period. They offer online reporting on a website though.
  12. A SwitchLinc can change it's own local level settings from the paddle but only it's own paddle can trigger it to the local preset level. Insteon devices cannot change scene levels by operating their paddles On. They can change their own local levels so that next time that switch is tuned on at that particular switch, it goes to that same level, but the scene levels need to be changed from a scene management device like ISY. IIRC the SwitchLinc switches can send dim and brighten commands, just not control loads to levels other than on/off.
  13. Symmetry through asymmetry. It is all the same in that, everything is different.
  14. Your scene states this. Maybe just an entry error? Maybe you have some internal connection between button1 and button2 with your usage of an 8 button KPL. I do not have or use an 8 button KPL but the only responder portion of my KPL buttons are the LEDs. Stu is probably the guy to fix you up on KPL stuff. He uses a lot of them. Scene: Living Room Main 8 button dimmer button 1 (LOAD)(Controller) ::Set for on=75% ramp rate=4.5 paddle switch 1 (Controller) ::Set for on=75% ramp rate=4.5 paddle switch 2 (Controller) ::Set for on=75% ramp rate=4.5 8 button dimmer button 2 (Responder) ::Set for on=0% ramp rate=0
  15. Take the LEDS out of the scenes and use a program, with a Wait 2 seconds in it before operating another scene with the LEDS only in it. I don't believe you can adjust KPL led levels in a scene, only turn them on and off. I am not a scene guy or a KPL guy but I know that KPL s are weird and demand weird controls. Maybe it is your button labels that confuse me but I am on mobile right now and can't view it easily.
  16. Your program will do what it is designed to do regardless of what any other program does. From runs Then To runs Else There are several ways to handle this Manual Override. You can use change your program to call another disabled program with conditions in it. You could write a Manual Override program that temporarily disables your auto-program and then re-enables it when you are done. Probably many other methods but those are the two method I would use. Warning. I always put a failsafe long timer (like 6 hours) in my manual override programs because people get used to lights turning themselves off, and will walk-away from the On light, expecting it to look after itself.
  17. There is something wrong with those scene involving the KPL. KPLs do some weird things with cross button from history here. As an experiment, I would divorce the button LEDs from the scenes and try a program to set just the LEDs with a few second delay for the LEDs. This should separate the button push command signal from the LED signal in time, to avoid Insteon signal clashes. This is providing the factory resets don't make it all go away. The ALL ON I created last month, was involving a KPL using command signals to immediately send back a signal to set a KPL LED on/off. All the KPL functions are considered one device, and that can cause problems, for some reason in the Insteon protocol, when you include two different parts in one operation, apparently. I am grasping at straws here, but there must be a way to sleuth this down to the root cause or bug.
  18. There are plastic boxes that seal out rain better but... Boxes can be mounted on the surface or inside the brick level to the surface. With a flood light fixture mounted on the box you will hardly see the extra 2" of box, if not level mounted in the wall. After that you may notice that many other house already have them.
  19. OK then the pipe and surface mount box I was going to suggest, down the wall is a no go. Wouldn't look good in the bedroom. LOL The module inside the octagon box for the wall fixture would keep it cooler and ladder accessible, for maintenance, if needed.
  20. Are you running above the garage in the attic space? is your run to the attic existing or are you adding it?
  21. This appears that your scenes are interoperating. Scenes are supposed to be individual and not interact. Did you factory reset the KPL especially, and every device, before linking to ISY? Have you factory reset the KPL, especially, but all of them, and restore each from ISY? Have you checked your links in each device and used the automatic compare feature in ISY to identify messed up links?
  22. Thanks. Another day. After finding the iR LEDs wired back to back and the way the thing acted erratically and different so many times, and now it doesn't link at all, I am a little disheartened with it, and so close to the garbage too. I may give up on this route and go buy different AV equipment. Time for some Anynet+ stuff anyway. LOL
  23. I know we get can away with that in certain Industrial installations but not residential.Breakers are not made to switch loads on and off buut they do.
  24. I don't think that is really acceptable, but if there is nothing else on the breaker you don't want shut down...sure. Switches/dimmer and MS sensors always have an air gap feature for safety when changing bulbs. If possible, I would install a switchbox somewhere semi-convenient, and keep all electronics not too inconvenient. You also may want to switch it on/off as you walk past at times. Your PLM could be dying and taking a week to get a new one.
  25. Your OP stated it wasn't working fine. I was attempting to give you a method to help of locate your problem.
×
×
  • Create New...