Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Xathros

Members
  • Joined

  • Last visited

Everything posted by Xathros

  1. Jim- Try this: Define an integer variable: i.Daylight Program: Daylight If From Sunrise To Sunset (same day) Then $i.Daylight = 1 Else $i.Daylight = 0 Program: Wakeup If Time is 6:00:00AM And $i.Daylight is 0 Then Set Scene 'MBR Lights' On Else - No Actions - (To add one, press 'Action') Hope this helps. -Xathros
  2. That long silver one looks to me like a Quartz Crystal. Is there a component label near it on the board? -Xathros
  3. Additionally, you can add a program to resolve this for you: If Status 'Switchlinc-W/Load' Is Not Off And Control 'Secondary-Switchlinc' is switched On Then Set 'Switchlinc-W/Load' 100% Else Hope this helps. -Xathros
  4. What? I have to disagree. I believe this will trigger and run then at sunset and trigger and run else at sunrise. -Xathros
  5. Because his error was: /conf/net/6.res -Xathros Sent from my iPhone using Tapatalk
  6. Excellent. Thanks for posting back. -Xathros Sent from my iPhone using Tapatalk
  7. Problems like this often turn out to be a corrupted file on the SD card. Do you have the network module? If so, delete and recreate resource #6 and then try to backup again. -Xathros
  8. The only one that I can think of is eKeypad. -Xathros EDIT: Nevermind. Thats not it. It's Home Automation Pro. Sent from my iPhone using Tapatalk
  9. I see a problem with this. Let's say it's just after sunset and you arrive home, open the door, pull in and close the door. I bet the lights stay on rather than turn off in 5 minutes. This is because the status of the sensor changes to Off when the door closes, re-triggering the program and running Else before the 5 minute wait can timeout. Change 'Status' to 'Control' and then it should work as intended. Additionally, you may want to add "Set Scene 'Garage' Off" to the Else section to force the lights off in the case where sunrise might occur during the 5 minute wait. Hope this helps. -Xathros
  10. I think I understand what you mean but let me make sure- When you say devices A,B,C and D you are referring to thinks other than KPL buttons such as Switchlincs or Outletlincs correct? In addition, for each of those devices, you have assigned a KPL button to display they're individual status. Correct? If both of my questions above are correct then all you need to do is include the additional KPL buttons in the scene that the initial Non-Toggle Off KPL Button is controlling. Add them as responders. -Xathros
  11. In this case, the one sample trace shows good comms between the IOLinc and PLM though that one brief trace is not really enough to says all is good there without question. If the relay was off then and given Lee's response above, I find a false status message to be unlikely. Not sure where else to go with this now. Keep an eye on it and lets see if there is any pattern to the problem if it happens again. -Xathros
  12. Can you clarify this a bit for me? When you press a button to turn the devices off, is it the button that you presses that remains On? If so, then the button is NOT in non-toggle Off mode. A button in non-toggle Off will blink twice then go off after being pressed. If the button(s) that is/are staying on are on a different KPL, then you will need to include them in the scene that you are turning off as responders. -Xathros
  13. Another thought and maybe @LeeG can chime in on this, some multi-node devices when queried report the status for the multiple nodes and a duplicate message from one node can be mistaken as status for a a defferent node by the ISY. If your IOLinc relay was on when it was queried, it may be possible that the ISY mistook a duplicate on status message from the relay as the sensor status. I have heard of this happening with the EZIO devices and I vaguely remember a thread where this happened with an IOLinc in a garage door application. Do you know what the relay status should have been with the false sensor On occurred? -Xathros
  14. The proximity of the sensor ON to the 3AM query makes me wonder about the IOLinc trigger reverse option. If Trigger reverse is enabled, this would explain the behavior. As LeeG reported above, Trigger reverse reverses the sensor commands when the sensor state changes but does not reverse the sensor when queried. This has the effect of changing the sensor state in the ISY when the 3Am query runs. Can you verify that Trigger Reverse is not checked in the IOLinc options? -Xathros
  15. I feel your pain. Things never seem to fail at convenient times here either. Another remote possibility is a phantom on message received by the PLM similar to the dreaded ALL ON or random scene On events that some have seen. While unlikely, this could explain the unexpected sensor On state reflected by your ISY. Following that train of thought, maybe you could post your PLM's hardware (Sticker) and firmware (from the ISY) versions for comparison with other known problematic PLM versions. It seems to me that the more RF insteon traffic in any one install, the greater the chance for corrupted insteon messages to mess things up. This is just gut feeling but I suspect it is shared by others here. Anyway, no rush. Whenever you are ready to troubleshoot this, I and others here and at UDI stand ready to help. Do what you can in the interim to document the issues and save logs and error logs that reflect the problems as they may prove quite valuable in determining the root cause when we do get to work on this. -Xathros
  16. Xathros replied to hart2hart's topic in ISY994
    I have found that the addition of the BE469 and the FE599's has helped with getting the doors to fully close in my case. The added mass of these locks helps carry the door to the fully closed position. I have had a few instances when the 469 reported a JAM from the door not fully closing but compared to the number of times I found the door partially closed before these locks were installed, thats a big improvement coupled with notification of failure. The bolt on the 469 appears to be slightly tapered as well which when properly adjusted, helps pull the door tight against the weather seal. -Xathros
  17. EricK- My suggestion was that the ISY did not hear the message last time the sensor turned off, not that the sensor was actually on. All of the evidence you have provided so far indicates that the sensor was off but the ISY believed it was still on. This makes me think there may be some comm issues between the IOLinc and the PLM location. The sensor must have sent the off message as the KPL button status was correctly updated. Does the new power strip share a circuit with either the PLM or IOLinc? If so, then this could very well be the issue and could likely be resolved by adding a filterlinc or relocating that strip to another circuit if possible. It may be worth running the event viewer test a few times both with and without that strip plugged in to see if there is a noticeable change in comm quality with.without the strip. -Xathros
  18. Always happy to help. Re: The IOLinc sensor, if you know when it should have turned OFF, check your log for that off message. It's possible that it got missed leaving the ISY thinking the sensor was on. Try running a few tests with the event viewer running at level 3, query the IOLinc and see what the event viewer shows for Max/Remaining hops. This should give an indication of comm quality between the PLM and the IOLinc. -Xathros
  19. Xathros replied to hart2hart's topic in ISY994
    I've had my 469 for 6-8 months now and am planning on a second one soon. I also use the FE599 (4 of those installed) and will be adding another of those as well. The FE599's get the most use and I've replaced batteries on one of them already. Two are currently between 40 - 50% and still running fine. Don't remember what the fail point was on the first one but will record that going forward. My BE469 motor runs on avg 6 times daily and it still at 86% on the stock batteries. -Xathros
  20. Excellent. Glad we could help. -Xathros
  21. If this program is DISABLED and only called by your Geofence program then you should be OK. Otherwise, if this is enabled, I suspect you may have trouble opening your garage door as this will want to close the door as soon as it opens. -Xathros
  22. EricK- Anything notable in either the Log or Error Log around the affected times? -Xathros
  23. Thanks Lee. That is what I meant -Xathros
  24. You bet. Since the secondary buttons on the KPL (A-D) are not directly addressable like a switchlinc or the main On/Off buttons on the KPL, they need to be controlled by a scene. Create a new scene called ROG_KPL_A and place the KPL-A button in it as a responder. You don't need to put anything else in this scene. Then modify you program as follows: If Status 'ROG Other KPL / ROG Other KPL A (Bedtime)' is On Then Set 'Chandelier (Upstairs)' On Set 'Mom's Bedroom KPL / Mom's Bedroom KPL 1 (Light)' On Wait 5 minutes Set 'Chandelier (Upstairs)' Off Set 'ROG_KPL_A' Off Else Set 'Chandelier (Upstairs)' Off Set 'ROG_KPL_A' Off Notice the last line in both the Then and Else sections. That should do it or you. Hope this helps. -Xathros
  25. Hi EricK- Can you describe the conditions on the programs that didn't run? Are they in folders with conditions and if so, what are the conditions on the folder(s). I have never seen the ISY miss running a time based program unless there was a power loss or another unmet condition in the program or enclosing folder. -Xathros

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.