Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: Programming Mayfly to send alerts…

Home Forums Mayfly Data Logger Programming Mayfly to send alerts… Reply To: Programming Mayfly to send alerts…

#12364
Shannon Hicks
Moderator

    Yes, I’ve done it before where the logger sends alerts directly from the station, but it’s usually easier to implement this using a script on whatever server you’re hosting your data on. Because if you want to change the value of the trigger points, or do some filtering of single spikes that occur during low turbidity (like from trash or fish that get in the way of the sensor during a single reading), or a slope analysis of the 5 most recent records, a very simple script can do that on the server, and then react by sending an alert to whatever destination you choose, which you can also change and update as frequently as you want on the server without having to visit the logger to reprogram it.