Jump to content

Run at Startup didn't run after time change


Recommended Posts

I figured I'd post this and see if anyone else experienced it.  This AM after the time change last night I noticed all my night lights were still on.  On opening the AC I found that the last run time for all my programs flagged run at startup or triggered by a program with run at startup was blank.  I rebooted and everything started working right.  Hummm...  Oh yea, I'm at 5.8.0_1 .

Edited by GJ Software Products
Link to comment

Historically I always rebooted ISY after time change. With eISY upgrade last year, I have a program that detects DST changes and reboots the eISY several minutes later.

Works great and sends me a message at time change and my standard reboot message comes a short time later.

Link to comment
Hi @hart2hart
I would be interested in seeing your program to reboot ISY if you wouldn't mind posting it, when you have the chance.
Thanks,
-Tim
Here it is.  It uses the Timedata node server renamed to Date Time and Celestial Info in eISY.
 
DayLight Saving Time:Check For Change 
If
        'Date Time and Celestial Info / Calendar' DST is not '$Daylight_Saving_Time_Current Boolean'
 
Then
        Wait  5 minutes 
        Send Notification to 'MeSparkMail' content 'Daylight Saving Time Change'
        $Daylight_Saving_Time_Current Init To 'Date Time and Celestial Info / Calendar' DST 
        $Daylight_Saving_Time_Current  = 'Date Time and Celestial Info / Calendar' DST 
        System: Restart IoX
 
Else
   - No Actions - (To add one, press 'Action')
  Edited by hart2hart
  • Thanks 1
Link to comment
On 3/10/2024 at 5:38 PM, hart2hart said:

        System: Restart IoX

How do you add that action?

I only see Electricity Demand Price (or some such) under System.

image.png.4e42a7ef8461000267538363315fadfc.png

 

Perhaps this is a new option, since 5.4.4?

* Orest

 

Edited by oskrypuch
Link to comment
Guest
This topic is now closed to further replies.

×
×
  • Create New...