Everything posted by IndyMike
-
Problems after a PLM replacement
@eric_allman, glad you made it to the end of the long and winding road... As far as the IRLinc is concerned, I believe these are powerline only devices. You could try plugging it in next to the PLM to see if it will link.
-
Programs randomly running at the same time each hour throughout the day?
@arzoo, glad to hear you have things under control again. As far as why, not a clue. As stated earlier, there was no evidence that your IOLinc was communicating during the events. But then, disconnecting the IOLinc eliminated the problem. Doesn't make sense on the surface, and probably isn't worth chasing unless it reoccurs. One additional observation - It sounds like you are running the IOLinc in Voltage sense mode (On > ~1.4V/ Off < 1 V). That's a bit more challenging than a simple contact closure. It's possible that you had a bad connection that finally reared it's ugly head making your system more sensitive to line level disturbances (communication on the powerline). People sometimes see this type of powerline activity when their LED bulbs flicker. The communication on the powerline is affecting the dimmer drive level to the Triac powerline the LED. It's possible that the IOLinc could be similarly affected on the measurement side (I don't have a schematic to make an assessment). This is why hitting a solid gnd level ( 0V = off) on the IOLinc is important. It's effectively increasing the signal to noise ratio. You may want to measure the "Sense to Gnd" voltage level (both on and off) to see what your alarm system is putting out. From memory, the IOLinc will indicate OFF with a 0.9V input (< 1V). Unfortunately, that provides you very little noise margin in the event of a disturbance.
-
Programs randomly running at the same time each hour throughout the day?
That's an excellent response. You must have a 5 V activated siren module. Please check to make sure that you are NOT using "trigger reversed" on the IOLinc. It produces erroneous indications when queried.
-
Programs randomly running at the same time each hour throughout the day?
@arzoo, when you say you're connecting the "alarm siren" to the GND and S terminals, what type of output is this? The IOLinc terminals normally accept a contact closure type of input. The Sense terminal is capable of 5 Vdc max. It can't handle a speaker level AC input. Beyond that, most siren "Modules" that I've seen require a 12V input. There are probably ways that you can connect the IOLinc to your panel, but I don't think a Siren output is one of them.
-
IoX Log Showing Insteon Dimmer Module Constantly Repeating On Off
When I looked at this previously, I attributed the on/off behavior to activity on the power line + the load. When you tested with the "new" extension cord, was the LL plugged into the same outlet? If so, that's rather damning. You might want to give it a little more time to increase your confidence. After that - extension cords are cheap. I would cut the ends off (make sure no one else tries to use it) and dispose of it.
-
Replacing PLM 2413s with new PLM 2413s
Please perform your due diligence before jumping to a new technology/protocol. You're accustomed to Insteon and it's very different from the "other" protocols. Rather than jade you with my preconceptions, I would encourage you to read up on WIFI, Zigbee and Zwave protocols. They all have their + and - and I use all of them. Insteon is extremely effective for lighting (scenes and the like). Very few other protocols can match it. Other protocols are far better at security and power (battery devices).
-
IoX Log Showing Insteon Dimmer Module Constantly Repeating On Off
Thanks, I'll set up a test rig. I'm curious if this was the same thing that I had blamed on low wattage dimmable LED's. I'm assuming "lamp cord" the the AWG. My LampLinc is pretty old - V.3B/ R1.5 Date Code 0211.
-
Programs randomly running at the same time each hour throughout the day?
@paulbates, makes a good point. My judgement is likely clouded by my disdain for the 2450. I could not find any entries in your logs for the address 70.7B.5B. That's a very "high" address for an IOLinc. It's newer than anything in my system. Are you sure it's correct? If it is correct, your logs do not show any IOLinc activity.
-
Programs randomly running at the same time each hour throughout the day?
@arzoo, can you describe how you're using the IOLinc sensor input. You mention that it's "Hardwired" to the alarm siren?? Voltage sensing? Contact closure? Do you have any Zwave or Zigbee devices in your system?
-
IoX Log Showing Insteon Dimmer Module Constantly Repeating On Off
If I understand you correctly, you are saying that you have an EMPTY extension cord plugged into the LampLinc. It's possible that the extension cord presents enough of a capacitive load that it's confusing the LL. I'd call that a bad extension cord. Can you describe the cord (2 wire, 3 wire, length, AWG)? I'd like to run some tests - never tried this previously.
-
Programs randomly running at the same time each hour throughout the day?
I do hope you've found your culprit. It's difficult for me to describe my dislike for the IOLinc without using language that would get me banned from this forum. I would very much advise that you find a different sensor to use as the trigger. Describe the application and there are many members that can help. As you indicated, I don't see any reason that having the sensor in the same outlet as the PLM would be a problem. The real problem is using the IOLinc ANYWHERE in your system. They are simply failure prone devices. Could you provide the address for the IOLinc - I'd like to check your event viewer posts for activity.
-
Problems after a PLM replacement
@eric_allman, Sorry, I know it's painful rebuilding scenes (particularly for a KPL). I wish there was a neat trick to help with all the On-Levels and Ramp Rates - I don't have one. I've spent a good amount of time looking through the rest interface and the ISY SD card. I honestly don't know where the ISY stores this information for scenes. You can interrogate the ISY for Scene Members and Controllers using the rest interface : /your.ISY.IP Ad/rest/nodes/scenes This will open a XML file in your browser (you'll probably be prompted to login first). You can open the file in Excel as a table. That allows you to sort device addresses to determine which scenes they are members of. It does not include brightness or Ramp Rate information. The following is the scene listing for one of my 8 button KPL's @15.C6.C7. Notes: All devices are members of the My Lighting Scene Type 16 is a controller, 32 is a responder. The Device Group is what is stored in the PLM/Device Link tables. This listing shows decimal, the Link Tables and Event Viewer will show Hexadecimal. That's about all I can offer. Be patient, methodical, and take your time. I find that drowning bait and killing brain cells reduces the tension. But then that's my answer to many problems.
-
Programs randomly running at the same time each hour throughout the day?
@arzoo, I agree with @Geddy that it's probably time to submit a ticket. We've not been able to identify an Insteon trigger for your events. Possible that things are being initiated by a node server/rest event. Best to get the experts involved.
-
Programs randomly running at the same time each hour throughout the day?
@arzoo, you appear to have a program firing every 30 seconds and generating the timestamps. That's a pretty tight loop. You should be able to locate the program by looking at the program summary tab. You also have a REST command executing every 5 minutes. I'm not sure if this is program related or an external communication.
-
Programs randomly running at the same time each hour throughout the day?
The program comparison is being performed (IF statement check on 55.FF.B6). If the program or folder is disabled, the THEN/ELSE will NOT be run. This is not an error. My 994I does the same.
-
Problems after a PLM replacement
@eric_allman, thanks for posting the table. It explains a lot. Probably not going to be a news item, but it's messed up. I'm guessing that your PLM is address 70.8B.6C. I can see a Main button responder record on line 1: 0FF0 (the PLM can control the main button). The only controller record I see for the PLM is on line 5 : 0FD0 for button 5 (only the c btton can control the PLM). The "F2" record on lines 3 and 4 is rather odd. I've never seen bit 4 set to 1 before (normally a E2). Bit 4 is defined by protocol to be "product dependent" (see below) so it may not cause problems - I've just never seen it used. Rather than detailing everything wrong with your table, I think it would be easier to show how "minimum" table should look for a 5 button KPL. The table below is from a "factory reset" KPL that I added to the ISY. My PLM address is 53.BC.3A. The KPL shows 1 responder link to the PLM and Controller links for all of the KPL buttons. Getting back to the point, you need to delete/factory reset/re-link this device. Make sure to make note of the scenes and programs where it's used prior to deleting. I would also delete/reset/re-link any devices that you believe have links to your old PLM. If these are control links, they will bog down your system while your devices try to communicate with a PLM that no linger exists. Feel free to post additional tables if you wish. For anyone interested, the link table data is listed in the modem developers guide (among other places): https://cache.insteon.com/developer/2242-222dev-062013-en.pdf
-
Programs randomly running at the same time each hour throughout the day?
I understand venting. I do it often - it's a healthy release... I understand your thought process regarding the programs. The difficult part is we don't understand the trigger, so we can't really asses whether the problem has gone away without significant time. There may also be more than 1 program that is being activated (more than 1 folder affected). I am not well versed on plug-ins, mobile-linc and the like. I don't know if these could be the trigger for the 52 after events. What type of alarm are you using? What type of input devices (hardwired or rf)? Your "powering down" to time shift polling programs is a good thought. Please do report back on the results. Since the "beep" seems common to the occurrence, you could search programs that perform this function and work backward. Just saw @Javi's response. Please pay particular attention - these are next level "failure mode" types of upsets that most of us never consider. Lastly - I would consider opening a ticket before you replace the PLM. My comment about replacing the PLM was based on the fact that it was loosing it's link tables. That doesn't appear to have happened to your recently and I would discount this as the source of your current issues. At this point I feel that replacing the PLM would only further confuse things.
-
Programs randomly running at the same time each hour throughout the day?
Not my place to disagree, but I thought the process of disabling programs was showing promise. I don't know of any PLM function that would automatically activate programs at 52 past the hour. The PLM is just a hardware modem. It has no timer capability. If you proceed with the PLM replacement I would advise 3 things in addition to the normal procedures (backup, etc): Make sure you have good communications going in (Hops remaining >= 2 when querying devices). Pick a low activity time so people aren't tripping motion sensors and activating lights (early AM is good around my house). Use your "program disable" to make sure that the 52 after event doesn't activate during the replacement.
-
IoX Log Showing Insteon Dimmer Module Constantly Repeating On Off
@gregkinney, I've had similar issues using dimmer modules (LampLincs) with dimmable LED bulbs. In my opinion, the LL's can get confused by varying powerline/load conditions and turn on/off EVEN WITH LOAD SENSING DISABLED. If you were to look at the event viewer you would likely see the LL activating itself and informing the PLM similar to the following. The "02 50" indicates that the device is communicating with the PLM. The 54.A1.F5 is the LL address. The 53.BC.3A is my plm address. Sat 08/10/2024 09:40:06 AM : [INST-SRX ] 02 50 54.A1.F5 53.BC.3A 40 11 01 LTONRR (01) Sat 08/10/2024 09:43:39 AM : [INST-SRX ] 02 50 54.A1.F5 53.BC.3A 40 13 01 LTOFFRR(01) You can try a factory reset to see if it helps. If you want to diagnose the problem you could switch off the lamp or remove the bulb. If the problem goes away, it's a load interaction problem. You can try different dimmer modules, but I have not had much luck. Changing to a higher load may help. I have had good luck with relay Lamp modules. They don't appear to get fooled in to activating due to changing Line/Load conditions.
-
Scene item won't trigger program
I apologize, I missed your second question. In this context, red devices can be CONTROLLERS or RESPONDERS. Apparently your Pump device can only be a responder (output only device). This device cannot be used to control a scene. I actually have very few devices like this. One example would be a 2450 IOLinc. The relay on this device can only be a Responder.. You can see similar examples of Controllers/Responders in your scenes (Red=controller/Blue=responder).
-
Programs randomly running at the same time each hour throughout the day?
Sorry, I missed this yesterday... An alarm program may make sense if it is triggered by a non-insteon device. The Event viewer would not "see" the trigger. The event log shows many scenes being turned off, and 1 device being Beeped (55.FF.B6). Since this is a device direct command with a specific address, you should be able to use the "Find/Replace" function to locate programs that call this device. Wed 08/07/2024 02:52:11 AM : [INST-ACK ] 02 62 55.FF.B6 0F 30 00 06 BEEP (00)
-
Scene item won't trigger program
Change your if statement from "switched on" to "status on". The "switched on" statement is for manually activating a device on/off. You are turning the device on using a scene. It will not trigger the "switched on" if clause.
-
Programs randomly running at the same time each hour throughout the day?
Bingo - your program triggered at 4:26 PM but evaluated to false. It did not modify the backlight on your KPL. Next run time is correctly shown as 1:00 am.
-
Programs randomly running at the same time each hour throughout the day?
Unfortunately the answer is NO. If a program is triggered by a Insteon device you can see the logic path the ISY uses in the IF section, and any device communication that is sent in the Then/Else section. The "time" entries are normally an indication that something is being executed on the ISY, but has not resulted in an Insteon communication. Can you post one of the suspect programs? As an example, if I manually execute the IF clause on the following program, it does not generate any Insteon communication. It does show a time marker in the event viewer. The same would be true when a program is triggered and executes the "else" path with no statements.
-
Problems after a PLM replacement
@eric_allman, you noted that the ISY believes your device link tables are correct. If you are sure that there are addresses listed in link tables that are no longer present in your system (addresses are not present in your ISY device tree) - that's a tough nut to crack. If your device happens to be a scene controller, it will be trying to communicated with devices that are no longer there and will be slow and very displeased. As you noted, a restore will not accomplish anything. You might be able to remove affected devices from various scenes to eliminate the dead device links, but you may have scenes that no longer exist in the ISY as well. Easiest method would be to delete the device from the ISY, factory reset, and add as a new device. Make sure to note scenes and programs where the device is used. Please ensure that you have good communication (hops remaining >=2 in the event viewer) BEFORE deleting. Many devices will allow the PLM to control them without any links in their table. All that is required is the address. The normal reason for the ISY/PLM not "hearing" manual switch activation's is a missing responder link entry in the device (PLM isn't listed as a responder). I'm confused by the fact that you see activity in the event viewer. That implies that the device is communicating to the PLM. Could you post a level 3 event log of this activity along with your device link table? Insteon protocol does not allow you to "query" or directly control KPL secondary buttons. They can be added to scenes and controlled through the scene. Are you indicating that your secondary buttons CAN'T be controlled by ISY scenes? If so, please again post event viewer data and link tables for the device. The ISY does not provide a method to manually add/delete link table entries. No one in their right mind would consider doing this outside the ISY environment (I have, but am disqualified by the "right mind" qualifier). As mentioned above, delete from the ISY, factory reset device, re-link. Make sure you have good communication prior to proceeding. KPL's are rather complicated devices that require a buttload (technical term) of links to operate. They are normally the first devices affected when a upgrade/replacement experiences hiccups. I think I covered your questions on the secondary buttons above. If not, please educate me. As a general note on PLM replacements... The UDI team has done a masterful job of making a PLM replacement reasonably painless and error free. I can remember a time where a automated PLM replacement was not available - the scars are hardly visible. If you have ever performed a firmware upgrade on your PC, think about the PLM replacement process: writing firmware to many devices with many different hardware/software versions across a distributed network with uncontrolled activity on the network with questionable communication over a long time period with questionable power input I could go on, but the point is I amazed that this works so unbelievably well. Unfortunately, when it doesn't work it can be a real mess to recover. ...but you can recover.