Event: Send email when a sensor value goes max/min
-
Hi to all!!
I'm the newest in Mango's World and I don't know how to create an event which send an email when an input sensor is in a max or min level.
:?: -
Hi CAHA,
It's a two step process (assuming you have Mango already pulling data from your sensor). Edit the point by adding a point event detector (either a high limit, a low limit, or both in your case), and save. Then, head over to the event handlers page and add an email handlers to your event(s). That's it.
The division between events and handlers allows 1) events to generated in arbitrary ways, and 2) events to be handled in multiple ways.