jruben4 Posted May 9, 2021 Posted May 9, 2021 After upgrading from 4.9 to 5.3.0, most of my programs are showing as "red" and aren't running. Am I missing something new with the new version to get these old automations running?
larryllix Posted May 9, 2021 Posted May 9, 2021 (edited) They should be red, indicating they last ran False / Else until the next trigger leaving them green, indicating they last ran True / Then. BTW: You have modified your Christmastree programs and haven't saved the changes. Edited May 9, 2021 by larryllix 1
MrBill Posted May 9, 2021 Posted May 9, 2021 (edited) at startup all programs are red to begin with. As they Run the Red band means the If statement evaluated false last time the program ran and the Else clause was last executed. When they turn green it mean the IF statement evaluated True last time the program ran and the Then clause was the last executed. If you see a solid red or green it means the program is currently running and is probably "waiting" for a wait to expire. Edited May 9, 2021 by MrBill 1
larryllix Posted May 9, 2021 Posted May 9, 2021 If you are still concerned, check the Program Summary tab for the Last Run column times indicated.
Recommended Posts