Jump to content
Portal Maintenance March 18th ×

oskrypuch

Members
  • Posts

    756
  • Joined

  • Last visited

Everything posted by oskrypuch

  1. Is there a way to directly test in an IF statement if another program is active/idle, other than setting/resetting another program as a variable to show the state? * Orest
  2. Just wondering if Canadian locations are supported in the Weatherbug setup? Brantford, Ontario N3T 1R6 * Orest
  3. By module here, you are meaning something like an appliancelinc or lamplinc (no report back to ISY), vice a switchlinc or a keylinc pad (which will report a change)? * Orest
  4. Well, bizarrely, this morning all is well. No error message on ISY startup. The only other thing I did was to restore a second time. But, I also held my breath and tapped my head -- that must have been it!! * Orest
  5. "1. Factory reset your KPL and then try the query again. If it gives you the same error while still working, then I suspect a defective KPL" That was the result. The switch is new. So it may well be defective. This is going to be a complicated thing to try to explain to tech support to try to get return on. Any suggestions? * Orest
  6. Cannot Communicate With K-Key - 1 - All ON (16 7B 91 1). Please check connections. However, the Keylinc switch shows its status correctly in ISY, and the buttons are responding correctly to scene changes. I've tried air gapping the KL, did not make a difference. Do I have a problem? What should I try next? * Orest
  7. Thanks Lee, I somehow missed that in the docs. That is what kept me from figuring it out. * Orest
  8. It appears that the Open group is the active one for indicating opening/closing. There is also a Closed group that pops up when you link the device, but this is sometimes ON, and sometimes undefined, not sure what it does. Anyone know? In addition there is a jumper on the circuit board, that is closed by default, any information on it? I am using the external switch input for these, couldn't reliably use the magnets on a metal garage door. Still having some trouble with inconsistency and signals that shouldn't have been sent with the 2421's. Moved an access point right into the garage, and have access points on both sides of the power supply. * Orest
  9. Today, it has mysteriously returned. I didn't do anything differently, not sure what happened. * Orest
  10. Unless I have gone mad, the buttons that used to be on the button bar to suppress automatic wired & wireless updates have disappeared. In addition the menu options (I think they were on the Link Mgnmt panel) have disappeared as well! Not having this feature will drive me nuts, as I have a complicated setup, making one slight change will tie the system up for minutes. This 2.8.10. What gives? * Orest
  11. Wow, a treatise! Great post. * Orest
  12. In line with such considerations, it would be useful to establish a second "wait" command, one that would NOT allow a re-evaluation of the IF clause, during the wait. It is useful to be able to do both, but sometimes you really want the other, and prefer not having to branch out to another separate program macro. So something like this: WAIT (the current wait command) HOLD_and_WAIT (this will wait, but will NOT allow reevaluation of the IF) * Orest
  13. Well thanks. And thanks! * Orest
  14. The one thing that is critical, if such a change is considered, is to ensure that the default instance directs the prior logic, otherwise of course you will break most every non-trivial program statement. But having the ability to selectively add trigger statements in some fashion to each program clause, will surely enrich the environment, perhaps make it more intuitive, and ease the ability to write easy to follow program statements. It should also reduce some of the newbie gotchas, eliminating unexpected (ill understood) program execution or non-execution, and the whole ELSE clause thing. * Orest
  15. ... which is a laudable goal as well. It is the same with variables, I have a number of programs set now labelled ... var home var civil day var sleeptime ... and set/reset them with Program Run IF/ELSE statements. That will work, but is a bit clumsy in terms of syntax and readability. DON'T GET ME WRONG, I am very happy ISY as it exists now. It is a very flexible interface, and can certainly get the job done, but that doesn't mean that it can't be improved a bit as well. In the end, it is a matter of how many developer hours there are in a day. Perhaps this can be packaged in a "Pro+" version, with a small upgrade charge, or maybe there just isn't enough general interest to spend time on it. * Orest
  16. There have been occasional discussions here (in my extensive archival reading) about the reported initial confusion, as well as lamenting about the programming limitations, given that all items will trigger a program IF statement program to ®evaluate. I appreciate that this reflects the non-procedural nature of the environment, but even in this event driven milieu it would allow for more flexibility if one could have your cake and eat it as well. I would propose, and of course this is a "big" request, perhaps a version 3 item, that you create a toggle that by default would result in the current logic, but with it unticked in a given program statement, it would allow for specifying and narrowing the items that could trigger the program. It may also be that you could widen the catchment, by specifying triggers that are not actually included for evaluation in the program. Here is what it might look like ... Of course the Trigger condition could be allowed to be more complex, much as the evaluations in the IF statement current. THEN, if you could sprinkle in some varables ... Trigger ON ( (month = 6) and (away = true) and 'BTH Light is switched ON') Oh my! With all that in place, the "ELSE" clause becomes much more useful as well. Thoughts? * Orest
  17. I have a 2420M PIR inside the house in the entrance foyer to turn the light on in the evening in that area for activity. The PIR is fully controlled by ISY (#5 pins bridged) and I have it set to occupancy mode, with a 30sec timer and ON only op. (v2.8.4+) Here is the routine for the lights .... If Control 'entrance / ENT - PIR-Sensor' is switched On And Program 'var civil day' is False Then Set 'entrance / ENT - Pots' Fast On Set 'front hallway / FH - Pots' 70% Wait 1 minute and 30 seconds Set 'entrance / ENT - Pots' Off Else - No Actions - (To add one, press 'Action') And the notification code ..... If Control 'entrance / ENT - PIR-Sensor' is switched On Then Wait 2 minutes Send Notification to 'xxxxxxxxxxxxxl' Else - No Actions - (To add one, press 'Action') The Set 'entrance / ENT - Pots' Off and the Send notification to 'xxx' will only occur once ... Each time there is further motion sensed, both of the above routines will cycle back and reevaluate (while in their respective wait loops). Finally with no motion for 2 min, the routines will finish, one will turn off the ENT Pots lights, the other routine will send the notification. Also, note that in general a WAIT statement as the last line in a group, and not followed by an action, will be ignored. * Orest
  18. So far, working just fine, and wife is happy. (job one) These are brand new KL, so they would be latest firmware, FWIW. * Orest
  19. That is some nice code examples, art! I like that shrewd move to step around the lack of a random number generator in the program. * Orest
  20. That was bad juju. My wife acts likes she has "transparent eyelids", and insists on the LEDs being turned off at night in the bedroom. Leaving them that way during the day would make the switches largely useless, so I'm in a bit of bind. I've left my sunrise routine to switch to 12 ON/1 OFF, and at night it switches to 1 ON/0 OFF. I'll keep an eye out. * Orest
  21. Ah, good, that makes things easier. * Orest
  22. I suppose that is what folks do, easy enough to create at least a Boolean variable, and set/reset it by running the then/else clauses. When checking the status of the program (variable) in the condition group, I presume that it will act like the Insteon "status" check, vice an Insteon "control" check, IOW it would not trigger from a change in the program state but would simply allow you to branch based on its value. Yes, no? * Orest
  23. KeyLincs using 2.7.15 This does not seem well described, or I've missed it. A couple questions ... 1) What is the "default" initial setting for the LED ON and OFF (background) levels? I understand that ON can vary 0 to 15, and the OFF from 0 to 7. 2) When you send an ISY program command for LED brightness, it has you select a specific keylinc button, I presume that that will still affect each of the device's buttons equally, that is only on preset brightness? * Orest
  24. No, they were set to default toggle on/toggle off. But, there were two programs triggering on FKey1 - B, on was blocked by the status of FKey1 - G, but the other was just a straight through IF/THEN. Both THEN's just did a ding-dong. No matter what you did to the first program, the second would still ding dong. The other issue that confused the picture, somehow the labels in ISY for FKey1 - D and FKey1 - E and had been swapped, no doubt when I was labeling them. I finally realized that by looking at the status report. Things are working as they should now. * Orest
×
×
  • Create New...