Smart Factory Sensor Monitoring and Alerting
detail.loadingPreview
Monitors factory sensor data for high temperatures and triggers alerts, ingesting machine and incident data.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the monitoring of temperature data from factory sensors. It checks if the temperature exceeds a predefined threshold (50°C). If it does, it triggers an incident alert via PagerDuty and logs both the machine data (including Fahrenheit conversion) and incident details into a CrateDB instance. The workflow also handles basic data enrichment and logging of operational metrics.
Key Features
- Real-time monitoring of factory sensor data (temperature).
- Conditional alerting for high-temperature events.
- Automated incident creation via PagerDuty.
- Data enrichment: temperature conversion from Celsius to Fahrenheit.
- Data persistence: logs machine and incident data to CrateDB.
- Includes a "Do Nothing" node for potential future expansion or debugging.
- Robust error handling with a dedicated stop-and-error node.
How To Use
- Import this workflow into your n8n instance.
- Configure Credentials:
- AMQP: Set up credentials to connect to your AMQP message broker for receiving factory sensor data.
- PagerDuty API: Provide your PagerDuty API key to enable incident creation.
- CrateDB: Configure credentials to connect to your CrateDB instance for data storage.
- Adjust Parameters:
- Modify the
sinkparameter in theamqpTriggernode to match your AMQP queue/exchange. - Adjust the
titlein thePagerDutynode if a different incident naming convention is desired. - Ensure the
tableandcolumnsparameters in thecrateDbnodes accurately reflect your database schema. - The temperature threshold (50°C) in the
Ifnode can be adjusted as needed.
- Modify the
- Activate the workflow to start monitoring sensor data.
Apps Used
Workflow JSON
{
"id": "826e6daf-6e27-452e-8a51-327e00a04176",
"name": "Smart Factory Sensor Monitoring and Alerting",
"nodes": 0,
"category": "Industrial Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 826e6daf-6e27...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Automate Industrial IoT KPI Alerts with AI-Powered Email Notifications
This n8n workflow automates the monitoring and alerting of Industrial IoT Key Performance Indicators (KPIs). It uses a Webhook to receive data, Langchain nodes to process and embed it into a Redis vector store, and an AI Agent to generate intelligent email alerts based on queried KPIs, finally logging them to a Google Sheet.
n8n Error Alerting to LINE: Never Miss a Workflow Failure Again
Instantly get notified on LINE whenever an n8n workflow encounters an error. This template ensures you're always aware of issues, allowing for prompt resolution and uninterrupted automation.
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
AI-Powered Abandoned Cart Recovery & Nurturing
This n8n workflow intelligently identifies customers who've abandoned their shopping carts, leverages AI to craft personalized recovery emails, and automatically sends them. It then logs all activity to Google Sheets for seamless tracking and optimization of your sales recovery efforts.