Hello there,
I am new to Losant and IoT; and I am working on a project that involves real time sensor data analysis and generating alerts based on specific conditions. I could use some help to get things moving smoothly.
I have multiple temperature and humidity sensors deployed across a small industrial facility. The sensors send data to Losant every minute.
Analyzes the data to identify if temperature or humidity levels exceed predefined thresholds.
Sends an alert to the maintenance team if any sensor readings go beyond these thresholds.
Logs the events for future reference and analysis.
Sensors are correctly sending data to Losant.
I have created a basic workflow to visualize the data on a dashboard.
I have set up data storage in Losant so I can review historical data.
I am struggling with the logic required to continuously monitor the incoming data and compare it to the thresholds.
I am not entirely sure how to set up the alert system effectively. I want to ensure alerts are not just sent once, but repeatedly if the condition persists.
How can I create a detailed log of all alert events for future analysis?
What nodes or logic should I use in the workflow to continuously monitor and analyze the sensor data?
How can I configure the alert system to send notifications repeatedly until the issue is resolved?
Also, I have gone through this post: https://www.losant.com/deeper-dive-webinar-replay-building-performant-workflows-that-scale-with-aws-devops-your-iot-solution which definitely helped me out a lot.
What’s the best way to log these events in a manner that’s easy to analyze later on?
Thanks in advance for your help and assistance.