Alert when Cosy comes online

We have a customer keeps their Cosy Eth offline, but they want to receive an alert(sms or email) when a maintenance person powers up the Cosy. Is there a pdf that shows how to configure this?

You could do this easily with BASIC in the Flexy, but the Cosy doesn’t have support for it. You can configure eCatcher to send an email alert when a Cosy goes offline, but not online currently. Maybe it’s something that can be added in a future release.

You could create your own application using the M2Web API and I have heard of customers doing this.

You can also configure the Digital Input to send an email, but I don’t think that would work too well as it would try to send the email before the internet connection was up. Check out the Reference Guide more more ideas involving the DI.

Yes, please implement this feature to configure eCatcher to send an email alert when a Flexy/Cosy goes ONLINE. That would really be helpful.
Thanks!

You can write a script on the Flexy that sends an email when the Flexy connects to the internet or the VPN.

See SENDMAIL, ONWAN, and ONVPN in the BASIC Programming Guide.

rg-0006-01-en-basic-programming (1).pdf (986.7 KB)