Internet of Things Automation Workflows | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Internet of Things

    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.

      n8nFree
    • AI-Driven Handbook Generator with Multi-Agent Orchestration

      Automate the creation of handbooks using AI and multi-agent orchestration, enhancing efficiency and collaboration.

      n8n$24.99
    • Vehicle 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...

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    n8n$24.99
  1. Automate 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.

    n8nFree
  2. Automate 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.

    n8nFree
  3. Birthday 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

    n8nFree
  4. Automate 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.

    n8nFree
  5. Control 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.

    n8nFree
  6. Alert 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.

    n8nFree
  7. Health 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

    n8nFree
  8. Automated 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.

    n8nFree
  9. Homey 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.

    n8nFree
  10. Automate 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.

    n8nFree
  11. RAG 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.99
  12. Automate 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.

    n8nFree
  13. Display 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.

    n8nFree
  14. Automated Assignment SMS Reminder Workflow for Enhanced Communication

    The 'Assignment SMS Reminder' workflow is designed to streamline communication by sending automated SMS reminders for assignments. Utilizing the power of IoT sensor integration, this workflow triggers notifications based on specific events, ensuri...

    n8n$11.14
  15. Automate Adobe PDF Asset Management with n8n and Dropbox

    This workflow automates the process of managing PDF assets using n8n, Dropbox, and Adobe's PDF services. It begins with a manual trigger that allows users to initiate the workflow at their convenience. The workflow then creates an asset by sending...

    n8n$19.99
  16. Display Project Data on a Smashing Dashboard

    The 'Display Project Data on a Smashing Dashboard' workflow is designed to streamline the process of managing Docker data in a visually appealing and informative way. It utilizes a Cron trigger to initiate data retrieval every minute, ensuring tha...

    n8n$12.99
  17. Wait for Manual Automation Using Webhook

    The 'Wait for Manual Automation Using Webhook' workflow is designed to facilitate device management in Internet of Things (IoT) applications. By utilizing a manual trigger, it allows users to initiate processes based on real-time data inputs or sp...

    n8n$4.99
  18. Telegram and Google Docs Automation via Webhook

    This workflow automates interactions between Telegram and Google Docs, allowing users to send and receive messages while managing device data seamlessly. It utilizes webhooks to listen for events in Telegram, ensuring that user commands are proces...

    n8n$6.99
  19. Export SQL Table to CSV Workflow

    The 'Export SQL Table to CSV Workflow' is designed to streamline the process of extracting data from an SQL database and saving it in a widely-used CSV format. This workflow is particularly useful for users who need to manipulate or share data fro...

    n8n$4.99
  20. Efficient 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.18
  21. Fuel Price Monitoring Workflow for Real-Time Insights

    The Fuel Price Monitor is an innovative workflow designed to automate the collection and analysis of fuel price data through IoT sensors. By leveraging advanced technologies such as webhook triggers and AI-driven embeddings, this workflow provides...

    n8n$11.6
  22. Page 1 of 15Next →

    Related categories

    Communication (2,463)AI (1,929)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)

    Need a custom internet of things workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow