Compusmurf Posted October 3, 2019 Posted October 3, 2019 Is there a way that if my ISY reboots from, say power outage, I can execute a program to send me an email? Sent from my SM-N975U using Tapatalk
larryllix Posted October 4, 2019 Posted October 4, 2019 (edited) On 10/3/2019 at 7:50 PM, Compusmurf said: Is there a way that if my ISY reboots from, say power outage, I can execute a program to send me an email? Sent from my SM-N975U using Tapatalk Sure. Create a program that will send you an email. Don't need or want anything in the "If" section. Format the email under the notification Tab. Enable the program to "Run at Startup". You will find this option in the program Summary listing chart. Right click on the program in the list and you should see the option to enable it. Edited October 7, 2019 by larryllix 3
Compusmurf Posted October 4, 2019 Author Posted October 4, 2019 Sure. Create a program that will send you an email. Don't need or want anything in the "If" section. Format the email under the notification Tab. Enable the program to "Run at Startup". You will find this option in the program listing chart. Hmmmmm... can't remember the exact Tab name but right click on the program in the list and you should see the option to enable it. I was seriously overthinking this. Lol. I was digging around for conditions, etc.Sent from my SM-N975U using Tapatalk 1
TexMike Posted October 4, 2019 Posted October 4, 2019 I do this and it works fine, I have a two minute wait to make sure my home network has come back up from the power fail and then send a pushover message. 1
Compusmurf Posted October 4, 2019 Author Posted October 4, 2019 Thanks, it worked. I took TexMike's advice and added a 5 min wait timer too.
larryllix Posted October 7, 2019 Posted October 7, 2019 (edited) I keep track of the current time in a variable ($MMDD.hhmmss) and when the power comes back on I send myself an email and SMS what the last known time was. I only update the variable every 20 seconds to keep the ISY engine cool. This takes V5 so if you only use v4, don't even think about it. Edited October 7, 2019 by larryllix
asbril Posted October 7, 2019 Posted October 7, 2019 30 minutes ago, larryllix said: to keep the ISY engine cool. You keep cool yourself as well ? 1
larryllix Posted October 7, 2019 Posted October 7, 2019 2 hours ago, asbril said: You keep cool yourself as well ? Michel! asbril is picking on my technique again!!! I get enough of that at home from my wife! 3 1
Recommended Posts