Jump to content

gfridland

Members
  • Posts

    152
  • Joined

  • Last visited

gfridland's Achievements

Member

Member (3/6)

0

Reputation

  1. Installed fine here...thank you!
  2. I use the iPad all the time to remote desktop to a pc which can run Java...it is really convenient and I have eliminated the need for using a pc...as a matter of fact, I haven't used a PC for a long time now and done considerable programming via the RDC... I use pocketcloud pro and can access from anywhere I have Internet connection including 3G
  3. If I only want to evaluate the IF statement at reboot, what is the best way to accomplish that? Can I create a program with the IF-then-else, disable it, and enable "run at startup"??? Will it run the IF if the program is disabled? Will this allow for the program to be evaluated only once and only during startup or do I have to create another program that runs at startup with a "run-if" pointing to the desired one-time program?
  4. Both cases it was Run-Then... Unfortunately, if the program was to simply restart, I am still unclear as to why it was unreliable...will have to see if this change helps the issue. Thanks LeeG
  5. I have had some reliability issues with a specific program which contains multiple actions...there are 8 scenes called to turn on OR off with 2-4 second delays between each scene...so the program should run for approximately 30 seconds. In doing some troubleshooting, I found that this same program is called on as an action within a different program/folder which contains a 10 second delay. So...the program is triggered, and 10 seconds later is is triggered again...what happens? Does it restart from the beginning or does it complete first and then run again? Does it ignore the second trigger??? I have resolved it to not compete with itself, but it raised the question on how this scenario is handled programatically...
  6. I guess I should have looked harder!!! Thanks!
  7. Thanks Guys!!! Will play around to better undestand Variables...I searched on Wiki, forums regarding detailed explanation on Variables but wasn't able to find anything. Is there documentation available yet?
  8. Thanks LeeG, I understand integer vs. state variables and I do use State variables successfully for program trigger conditions, however, my question is when this condition is evaluated...continuously or only when the variable is changed? How would one use a state variable as IF-Control vs IF-Status? Is this possible?
  9. I'm trying to use Variables more in programs as I believe they allow for more simplified code, however, I am trying to understand how variable use reflects conventional conditions I was using...specifically IF Status vs. IF Control... Does a Variable only reflect the Status statement or will it trigger a program when the variable changes state making it a Control condition? Here is one example where I am strugling to understand Variable use... If ( Control 'Alarm / Alarm Armed (AWAY)' is switched On And Control 'Alarm / Alarm Armed (AWAY)' is not switched Off ) Or ( Control 'Mudroom / Mudroom KPL-Mudroom Light / Mudroom KPL-Away Button' is switched Fast Off And Control 'Mudroom / Mudroom KPL-Mudroom Light / Mudroom KPL-Away Button' is not switched Off ) Then Wait 5 minutes Enable Program 'Garage left open (while AWAY ARMED)' Run Program 'Garage left open (while AWAY ARMED)' (If) Else - No Actions - (To add one, press 'Action') I have a variable that is "1" when "alarm armed away" and "0" when "alarm is NOT armed away" and was looking to use incorporate this variable use in the program above... Thanks in advance
  10. For everyones records...per Smarthome, Togglelinc relays and Dimmers also suffered from the v35 communication issues with ISY... Smarthome does not go by v# that is reported by the ISY. They look at the specific firmware # on the indivdual devices. Devices affected are 4.0 and 4.1. These are numbers on the label on the face of every device. Smarthome is sending replacement devices...Thank you for standing behind your products Smarthome!!!
  11. I understand that Switchlinc Dimmers with hardware v.35 are recognized to have/cause communication issues...does this also include Togglelinc Dimmers v.35? How about Togglelinc Relay v.35? Thanks in advance,
  12. Any resolution/update for this? I also have noticed a -1 error in each case there is a beep called in a program...the beeps do work, but errors are still displayed in each instance in the log file... Thanks!
  13. Update installed fine...took an exceptionally long time to complete the initial query, but all seems to be working well at the moment. Thanks UDI!
  14. There appears to be more instability with the latest releases in my setup. I have a small number of programs that have become intermittent in operation. I have been running 3.1.13 for a while and it seems that the more complicated programs are either interrupted or do not trigger. I have not had any recent issues with programs not running when they are called upon and my communications have been solid. The issue seems to be with more complicated programs which contain Insteon and program commands. Simple scene programs are reliable. At this point I haven't been able to reproduce, but will keep looking at any patterns that may show up.
  15. Thanks for the clarification LeeG!!!
×
×
  • Create New...