Battery health monitor

★ 6.0 · n8n · medium · 11 nodes

Battery health monitor is an n8n automation template that receives battery status data via webhook, runs it through an AI language model, and logs structured results to a spreadsheet. Reach for it when you need to automatically capture device battery readings, interpret health metrics without manual analysis, or build a lightweight monitoring pipeline for IoT devices or a fleet of hardware. Trigger: webhook. Integrations: Hugging Face Embeddings, Lm Chat Hf, Google Sheets. The workflow accepts an incoming webhook payload, uses Hugging Face embeddings and a chat model to analyze and interpret the battery data, then writes the output to Google Sheets for tracking and review. Direction — ingesting and processing incoming battery telemetry, not sending control commands to devices. Stack: n8n, Hugging Face (embeddings + chat model), Google Sheets; deployed as an n8n workflow imported into an existing instance. Works well for teams already running n8n with Hugging Face access; not a fit if your battery management system lacks a webhook-compatible API.