Jump to content

JoeA

Members
  • Posts

    12
  • Joined

  • Last visited

JoeA's Achievements

Newbie

Newbie (1/6)

2

Reputation

  1. Thanks for all the hard work, great system & great support!
  2. LastPass - https://www.lastpass.com/ Encrypts everything with your key before sending to the lastpass cloud for storage. Lastpass does not know your key.
  3. JoeA

    Daylight saving time

    Hi Michel, I looked at the log & attached a JPG of a part of it with many Excel rows deleted/hidden for clarity. I found some things worth pointing out. First, the ISY time was correctly adjusted for the end of DST as far as I can infer. I have some lights that ISY turns off at sunrise. The log shows those programs executed correctly. On Saturday Excel rows 14-17 show sunrise was at 7:57AM and on Sunday rows 167-170 show sunrise was 6:58AM. That is good. Second, I have a startup program that runs a pump for 2 minutes every half hour forever. Rows 164-165 show the pump cycling off at 1:56AM and going into a 28 minute WAIT. After that, there are no more log entries from that program so it appears it somehow stopped execution. I assume the ISY executed some end of DST code at 2AM. Coincidence? Third, the program I posted in the first post uses the network module at 7AM to raise 12 shades (I removed some of the NETWORK commands in the THEN clause to make it short for discussion purposes). The shades didn't go up but the nature of the log seems to not show program executions that are triggered by calendar conditions and only execute NETWORK commands. So I can't prove the program ran or not. Fourth, I rebooted the ISY just before 8AM Sunday and everything has been good since. Based on my experience, I expect it will remain that way until perhaps when DST restarts. I appreciate your interest but don't spend much time on this. Version 5 sounds much more interesting! If there is no obvious issue or resolution, is there a way to programmatically reboot ISY? That would probably be a simple workaround for me to run twice a year after DST logic runs and see if my little problem goes away. thank you
  4. JoeA

    Daylight saving time

    Hi Michel, I'm the original poster, not Techman From the About box: Firmware - 4.0.5 UI - 4.1.1 Not a big problem for me so don't spend time on it. Just wondering if I'm missing something simple. If it happens again, I will do some better problem isolation. thank you Joe
  5. On Sunday, the first morning after the end of daylight saving time, the following program ran at 8am. No problem before or after Sunday. I must be missing something simple. Any idea why it ran at 8am? If Time is 7:00:00AM Then Run Program 'MBR-SW Open' (If) Else - No Actions - (To add one, press 'Action') Config options daylight saving time is checked. sync every 24 hours with pool.ntp.org thanks
  6. I'm new to ISY so sorry if this should be obvious. I want to receive one email when my sump pump goes ON and one email when my sump pump goes OFF. I'm using a synchrolinc module and my "ON" program is: If Status 'synclinc' is On Then Send Notification to 'Joe' content 'Sump On' Else - No Actions - (To add one, press 'Action') My OFF program is identical except for testing for OFF with related OFF message. When the sump pump starts a pumping cycle, I get a repeating pair of ON and OFF emails every 4 to 5 seconds until the pump is done with the current cycle. Is there a way to just get one ON message and one OFF message? thanks!
  7. Export/Import should work. Thank you.
  8. A new user here. I have need to enter the same 24 program names (program itself is always very similar but not identical) to about 30 folders. The "Copy Folder" works great but appends the characters " copy" to the resultant folder and program names. Is there a way to not have those characters added to the names (especially the program names) or an easy way to globally edit them out (a find/replace for folder and program names?)? Thanks in advance. Joe
×
×
  • Create New...