Jump to content

larryllix

Members
  • Posts

    14889
  • Joined

  • Last visited

Everything posted by larryllix

  1. Yes, but it was an example of @apostolakisl's posted logic where the "To" time is before the "from" time. Let me post the whole thing again so it doesn't get it's meaning misconstrued. Program Logic Test From 11:59 PM To 12:00 PM (same day) <-------- 11 hours 59 minutes earlier Then Will Never Run Else -------
  2. UDI did some real head scratching for some of that logic. Program Logic Test From 11:59 PM To 12:00 PM (same day) <-------- 11 hours, 59 minutes earlier Then Will Never Run Else -------
  3. After clicking on the link sent to me by UDI in email, I went to my ISY Portal. A popup with payment options was automatic. I think somebody was secretly listening here.
  4. I thought I was wrong once but it was just an error. Sent using Tapatalk
  5. On that note I just received my notice for renewal of my ISY Portal subscription. All links were very obvious they were from my account with clear URL domain names. On a link I was transferred to my ISY portal login, where the option to renew was easy, clear and safe as URLs were easily identified. Links were verified each step of the way before entering any credentials. The pulldown options were easy to select from the $500 or $750 amounts. JUST KIDDING ABOUT THIS LAST PARAGRAPH!!! Sent using Tapatalk
  6. Put a link to the wiki on the top of every forum page inside the huge blank UDI logo banner. In the wiki create a list with a few handy quick links including one to pay bills on the top of the entrance page. Linking people to a login page does not solve the security problem. Years back, I received one like that from my bank. Just as I was about to commit my credentials with the final click I noticed the corner logo icture aspect ratio was odd. Checking the url links I noticed wrong domain names. Linking people to a login page only makes it worse and is the exact technique credential thieves use. Sent using Tapatalk
  7. My ISY came with one program installed. The 3:00 AM containing Query All. When people delete it they have no Query All. I have added a series of device off clean ups and delayed the query until 4:00 AM. Gotta' love those alarms in the middle of the night.? I mostly set flags and check them in the morning for lower urgency alarms like low batteries.
  8. When a program containing a wait or repeat line, is interrupted by it's own If logic triggers, the program knows i,t and terminating action can be taken in the Else section. This is not possible for a folder condition. When a folder condition becomes false the programs inside are not aware of the change, and cannot take any alternative action. Lights and devices can be left in undesirable states.
  9. LOL. That's not a Then or Else. That is a True and False. No programs are enabled during False times and no programs will be run to clean up the mess of programs stopping abruptly.
  10. You came to the right place! I use this technique to determine Home/Away. Each and every device that can be used injects a value (number of minutes delay) into a variable. Each MS or other device injects a different number of minutes to delay. Typically the closer you get to the exit door, the lower the delay number. The security (built into ISY for me) system injects only a 1 minute delay. Motion.EveBR - [ID 0015][Parent 000B] If 'Evening Bedroom / Motion.EveBR' is switched On Or 'Rec Room / RecRm stat / RecRm stat cribroom' Occupancy is Yes Then $sMS.Motion.room = $cROOM.EVEBR Wait 2 seconds $sHouse.occupied.timer = 120 Else - No Actions - (To add one, press 'Action') A countdown program self-retriggers every 1 minute or whatever clock click you desire. Note my implementation allows people to sleep without timing out and resumes in the morning again. Occupied.countdowner - [ID 0167][Parent 000B][Run At Startup] If $sHouse.occupied.timer > 0 And From 7:00:00AM To 11:00:00PM (same day) Then Wait 1 minute $sHouse.occupied.timer -= 1 Else - No Actions - (To add one, press 'Action') Self retriggering timer. Enabled to run at startup! -If startup occurs ouside wake timeframe, will self start at beginning of timeframe. -If timeframe commences while .timer is 0, first new occupied.timer value will start again. A third program monitors the countdown vairable and does the dirty deed desired. Occupied.flagger - [ID 0168][Parent 000B] If $sHouse.occupied.timer > 0 Then $sHouse.occupied = $cTRUE Else $sHouse.occupied = $cFALSE Power up assumes home unoccupied! Shouldn't be long to correct that. Program cannot be combined into "Occupied countdowner" program as it's timeframe end would zero occupied.timer
  11. Will hand sanitiser work?
  12. Complain about systems, complain about devices, complain about how things work, OMG complain about ISY, but never complain about the person (negative ad hominem) without expecting a created negative response from possibly many more posters.
  13. Like @gviliunas posted, folders do not support Else statements. Programs do support Else statments, and can provide space for programs to clean up when the conditions change. If I didn't need any Wait or Repeats, I would have saved money and just purchased an Insteon Hub. Programs inside a folder being autonomous has yet to be tested. I am not afraid of using Variables. They make programming much easier to troubleshoot and are useful in many places inside ISY while still maintaining some sort of filing order for larger systems.
  14. Perhaps the wrong email is registered with UDI. Even after you delete the email it is quite easy to find it in the trash of any email client software I have used. OTOH: I have suggested previously, we should have a ISY Wiki link at the top of every forum page. There is a huge blank banner space with only a UDI logo at one side.
  15. As long as your Query All program is still intact that may work. I assume your Decora light switch is an Insteon SwitchLinc, and not a Zwave device. I am not sure how the Zwave querying works or if those devices are included. The other point to note is: if you use the native triggering style ISY program system you will get a notice of failure at 3:00 AM, right after the query. You may want to do you own time controlled polling, or create a time delay notification "not in the middle of the night". I hate when that happens.
  16. I have only ever had to create one variable in State type as well as Integer type for my programs. I hate having to do that. However, maybe we should not bicker over this agreement anymore. We don't want to upset anybody. ? ?
  17. I ran into this a few years back. IIRC The KPL LEDs indicate a toggled on/off status whether the buttons are in Toggle mode of not. It isn't related to the actual LED status, only to the button press count divided by two. ISY likely keeps it's own status but query overrides it with Insteon's version. Insteon has never fixed this and China probably won't talk to them any more. The warranty on the design expired years ago, and Insteon likely doesn't know how they work. One more reason UDI started supporting Zwave.
  18. That does make it simpler looking and eliminates the "trick" triggers that most people forget, or are not aware of. That transfers the "sneaky triggers" over to whether State or Integer variable types are used. Further if any trigger is using control/switched, it doesn't matter, but if using status, the type of enable variable becomes paramount. I have always wanted to create a logic table for this, but was never sure whether the forum would take HTML code.
  19. Since you never disclosed what "device A" is/was it is hard to know how it could work.
  20. Actually we would need both so we can poke holes in it and help fix it. Sent using Tapatalk
  21. You are looking at two different light switches. One is a program and the other is a scene profile. They are not related except they are controlling the same device. A scene is a preset inside the device. When ISY or any other Insteon device calls out that scene on command the device just does it Insteon devices can hold about 250 scenes each. Sent using Tapatalk
  22. If the device is Insteon then querying it is unnecessary unless you have bad comms and events are missed. On power up ISYwill query all devices to resynch again. Sent using Tapatalk
  23. Not quite. Read the program more carefully. The posted program has an additional trigger that was mentioned @kclenden addresses this in his final paragraph. @lilyoyo1 did not discuss the program. @lhranchBTW: You have to select the attention getting @ technique from the pulldown search resultant or it doesn't function just typing the name. Look for the reverse video difference.
  24. I believe that condition is only known from the last query ISY did on that device (3:00 AM?) , or from the last ACK response ISY got from sending a commend to the device. A cyclic query may need to be set up, if the device or NS does not send a heartbeat.
  25. Copy and paste your program here and people can take a look at it. ISY time triggers can be complex as they can act as filters to screen blocks of time and also as trigger themselves. Eg: If any trigger AND From 8:00 PM To 4:00 AM (next day) Then runs at 8:00 PM each day and also any trigger between 8:00 PM and 4:00 AM Else runs at 4:00 AM each day and also any trigger between 4:00 AM and 8:00PM each day
×
×
  • Create New...