Internet of Things Workflows
IoT devices and integrations
Automated Weather Alerts and Analysis Using AI and Home Assistant
This n8n workflow automates the process of generating AI-driven weather analyses by integrating National Weather Service alerts, radar imagery, and Home Assistant precipitation data. It provides timely weather updates to keep your family informed about severe weather conditions.
n8n$14.99AI-Driven Handbook Generator with Multi-Agent Orchestration
Automate the creation of handbooks using AI and multi-agent orchestration, enhancing efficiency and collaboration.
n8n$24.99Vehicle Telematics Analyzer for Efficient Device Management
The Vehicle Telematics Analyzer workflow is designed to streamline the management and analysis of vehicle data using advanced AI technologies. By integrating various components such as webhooks, data splitting, embeddings, and vector storage, this...
n8n$24.99Automate Solar Energy Monitoring and Alerts with Gmail, Google Sheets, and Slack
This workflow automates the monitoring of solar energy production every 2 hours, sending alerts via Gmail if output falls below a set threshold, logging data in Google Sheets, and posting daily summaries to Slack.
n8n$9.99Automate Network Disconnection Alerts with Omada, Gmail, and Pushover
This workflow monitors device disconnections from Omada Controller alerts, logs them in Google Sheets, and sends Pushover notifications for prolonged disconnections.
n8n$14.99Automate IoT Sensor Data Cleaning and Logging to InfluxDB
This workflow processes raw IoT sensor data, cleans and transforms it, and logs it to InfluxDB for time-series analysis. Ideal for renewable energy, smart farming, and environmental monitoring applications.
n8n$4.99Birthday and Ephemeris Notification (Google Contact, Telegram & Home Assistant)
How it works: - **Schedule Trigger** on a daily basis (configured at 7:30 am) - **Connects Google Contacts** to get personal information from them - **Field Checker** on birthday date & first names. And see if there is any celebration for today - **Send a Telegram Notification** and display the message on a Google Home Speaker via Home Assistant if any celebration has matched Set up steps: - **Download** the workflow and **import** it into your n8n instance - **Configure accounts** for Google Contacts, Telegram, and Home Assistant - And you will be good to go
n8n$14.99Health Check Websites with Google Sheets & Telegram Alerts
## What does this template do? This workflow performs scheduled health checks on a list of URLs stored in a Google Sheet. Every X minutes, it retrieves the URLs, sends HTTP requests to check their availability, and notifies a Telegram chat if any request fails. You can easily replace Telegram with any other notification service supported by n8n, such as Slack, Discord, Email, or Microsoft Teams. ## Use Case Ideal for monitoring internal or external services, ensuring uptime and responsiveness. Integrate with your preferred messaging platform for real-time failure notifications without setting up complex infrastructure. ## What the Workflow Does - Triggers at regular intervals using **Schedule Trigger** - Reads URLs from a **Google Sheet** - Sends HTTP requests to check URL health - Sends failure alerts (including error code and URL) to **Telegram (or any service of your choice)** ## Apps & Services Used - Google Sheets - Telegram (or alternative notification service) - HTTP Request ## Pre-requisites - Telegram bot and chat ID (if using Telegram) - Connected Google Sheet with a `URLS` column ([template](https://docs.google.com/spreadsheets/d/17-tY9_wn-D2FV627Sx3-Z3abqFYvz794edej7es5J6w/edit?usp=sharing)) ## Customization Tips - Adjust the schedule interval in the trigger node - Replace Telegram with Slack, Email, Discord, or any other notification node - Customize alert messages with more context or formatting - Add filters, retries, or logging as needed
n8n$4.99RAG Agent Workflow for E-commerce & Retail Automation
The RAG Agent Workflow is designed specifically for the E-commerce and Retail industry, streamlining the process of document management and data extraction. By integrating with Supabase and OpenAI, this workflow allows users to efficiently upload ...
n8n$19.99Control ESP32 GPIO via Webhook and MQTT in n8n
This workflow allows you to control an ESP32 microcontroller's GPIO pins using a simple web interface, webhook, and MQTT protocol in n8n.
n8n$4.99Alert on Equipment Health Issues with Google Sheets and MS Teams Integration
# Advanced Equipment Health Monitor with MS Teams Integration (n8n | API | Google Sheets | MS Teams) This n8n workflow automatically monitors equipment health by fetching real-time metrics like temperature, voltage, and operational status. If any of these parameters cross critical thresholds, an alert is instantly sent to a Microsoft Teams channel and the event is logged in Google Sheets. The workflow runs every 15 minutes by default. ## Quick Implementation Steps 1. **Import the workflow JSON** into your n8n instance. 2. **Open the Set Config node** and update: - API endpoint - Teams webhook URL - Threshold values - Google Sheet ID 3. **Activate the workflow** to start receiving alerts every 15 minutes. ## Who's It For - Renewable energy site operators (solar, wind) - Plant maintenance and operations teams - Remote infrastructure monitoring services - IoT-integrated energy platforms - Enterprise environments using Microsoft Teams ## Requirements | Tool | Purpose | |------|---------| | n8n Instance | To run and schedule automation | | HTTP API | Access to your equipment or IoT platform health API | | Microsoft Teams | Incoming Webhook URL configured | | Google Sheets | Logging and analytics | | SMTP (optional) | For email-based alternatives or expansions | ## What It Does - **Runs every 15 minutes** to check the latest equipment metrics. - **Compares values** (temperature, voltage, status) against configured thresholds. - **Triggers a Microsoft Teams message** when a threshold is breached. - **Appends the alert data** to a Google Sheet for logging and review. ## Workflow Components - **Set Node:** Configures thresholds, endpoints, webhook URL, and Sheet ID. - **Cron Node:** Triggers the check every 15 minutes. - **HTTP Request Node:** Pulls data from your equipment health monitoring API. - **IF Node:** Evaluates if conditions are within or outside defined limits. - **MS Teams Alert Node:** Sends structured alerts using a Teams incoming webhook. - **Google Sheets Node:** Logs alert details for recordkeeping and analytics. ## How To Set Up - Step-by-Step 1. **Import Workflow:** - In n8n, click **Import** and upload the provided `.json` file. 2. **Update Configurations:** - Open the **Set Config** node. - Replace the placeholder values: - `apiEndpoint`: URL to fetch equipment data. - `teamsWebhookUrl`: Your MS Teams channel webhook. - `temperatureThreshold`: Example = 80 - `voltageThreshold`: Example = 400 - `googleSheetId`: Google Sheet ID (must be shared with n8n service account). 3. **Check Webhook Integration:** - Ensure your MS Teams webhook is properly authorized and points to a live channel. 4. **Run & Monitor:** - Enable the workflow and view logs/alerts. - Adjust thresholds as needed. ## How To Customize | Customization | How | |---------------|-----| | Add more parameters (humidity, pressure) | Extend the HTTP + IF node conditions | | Change alert frequency | Edit the Cron node | | Use Slack or Email instead of Teams | Replace MS Teams node with Slack or Email node | | Add PDF Report Generation | Use HTML to PDF node and email the report | | Export to Database | Add a PostgreSQL or MySQL node instead of Google Sheets | ## Add-ons (Advanced) | Add-on | Description | |--------|-------------| | Auto-ticketing | Auto-create issues in Jira, Trello or ClickUp for serious faults | | Dashboard Sync | Send real-time logs to BigQuery or InfluxDB | | Predictive Alerts | Use machine learning APIs to flag anomalies | | Daily Digest | Compile all incidents into a daily summary email or Teams post | | Mobile Alert | Integrate Twilio for SMS alerts or WhatsApp notifications | ## Example Use Cases 1. Monitor solar inverter health for overheating or voltage drops. 2. Alert field engineers via Teams when a wind turbine sensor fails. 3. Log and visualize hardware issues for weekly analytics. 4. Automate SLA compliance tracking through timely notifications. 5. Ensure distributed infrastructure (e.g., substations) are always in operational range. ## Troubleshooting Guide | Issue | Possible Cause | Solution | |-------|----------------|----------| | No Teams alert | Incorrect webhook URL or formatting | Recheck the Teams webhook and payload | | Workflow not triggering | Cron node misconfigured | Ensure it's set to run every 15 mins and workflow is active | | Google Sheet not updating | Sheet ID is wrong or not shared | Share Sheet with your n8n Google service account | | No data from API | Endpoint URL is down or wrong | Test the endpoint manually with Postman or browser | --- ## Need Assistance? Need help tailoring this to your exact equipment type or expanding the workflow? Contact WeblineIndia - Expert automation partners for renewable energy, infrastructure, and enterprise workflows.
n8n$4.99Display YouTube Subscriber Count on AWTRIX Smart Clock
Automatically fetch and display your YouTube channel's subscriber count on an AWTRIX Smart Clock using the YouTube Data API and AWTRIX's local API.
n8n$3.99Automate Remote Sensor Data Collection with MQTT and InfluxDB
Efficiently monitor and store temperature and humidity data from remote sensors using MQTT and InfluxDB in an n8n workflow.
n8n$4.99Automated IoT Device Health Monitoring with AI and Telegram Alerts
This workflow continuously monitors IoT devices using AI to extract data, analyze health metrics, and send alerts via Telegram when issues arise, ensuring proactive maintenance and optimal performance.
n8n$9.99Homey Pro - Smart House Integration with LLM
This n8n workflow sets up a smart home assistant using OpenAI and Homey integration. It uses LangChain agent tools to allow natural language queries (in Norwegian) to trigger workflows for controlling lights, curtains, temperature, TVs, and other devices across different rooms (e.g., living room, bedroom, cinema). The system uses tool-based workflows connected to specific smart home actions and responds in Norwegian. It's designed to be modular and easily extended with new devices or capabilities.
n8n$24.99Automate Jura Coffee Machine Usage Logging with Webhook and Google Sheets
Automatically log coffee usage from your Jura E8 espresso machine using a webhook and Google Sheets. This workflow captures data via Bluetooth and appends it to a Google Sheet for easy tracking and analysis.
n8n$9.99Scheduled Telegram Limit Export Workflow
This workflow is designed to automate the process of exporting data from Telegram, specifically limiting the output to 200 items per execution. It utilizes a scheduled trigger that activates every day, ensuring that the latest data is consistently...
n8n$6.99Effortlessly Extract Comments from Your Facebook Page
This workflow allows users to automatically retrieve comments from their Facebook Page, streamlining the process of engagement monitoring and content management. By leveraging n8n's powerful automation capabilities, users can focus on responding t...
n8n$15.99Automated Telegram Notifications for IoT Device Management
The '1275ScheduleTelegramAutomationScheduled' workflow is designed to enhance the management of IoT devices by sending automated updates directly to Telegram. By leveraging the capabilities of OpenAI's language model, this workflow can process dev...
n8n$7.94Efficient Google Calendar Integration with Webhooks for Device Management
Automate event updates in Google Calendar with this comprehensive workflow utilizing webhooks and API requests.
n8n$12.99Leveraging Vector Databases for Enhanced AI Agent Analysis
This workflow utilizes vector databases to empower AI agents with advanced data analysis capabilities.
n8n$16.9Automate PostgreSQL Data Triggers for IoT Sensor Integration
The '0307CodePostgresAutomateTriggered' workflow is designed to automate the integration of sensor data with PostgreSQL databases. By utilizing a trigger that fires on data updates, this workflow ensures that your database remains current with rea...
n8n$12.4Efficient Webhook Automation for Sensor Integration in IoT
This workflow automates the handling of webhook requests for sensor data integration in IoT applications. By utilizing a structured process to evaluate incoming data, the workflow can intelligently respond based on predefined conditions. This not ...
n8n$13.18Streamlined CSV Conversion for IoT Sensor Data
A workflow that automates the process of converting IoT sensor data into CSV format for easier analysis.
n8n$6.6
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work