กลับไปหน้ารวมไฟล์
simple-grundfos-home-heating-system-pump-status-indicator-557ba0-en.md

Smart HVAC Monitoring: Beyond the Switch

For homeowners using coal or wood boilers, knowing when to add fuel is often a matter of "Listening" to the system or manually checking a thermostat. The Grundfos Pump Status Indicator provides a far more elegant solution. By interfacing with the digital diagnostics of a Grundfos Alpha 1L water pump, this project gives you a visual "At-a-glance" dashboard of your entire home heating status, even from a distance.

The Power of PWM Communication

The Grundfos Alpha 1L isn't just a motor; it's a smart device with a built-in signal output. While most people simply toggle the power, this pump provides a PWM (Pulse Width Modulation) signal that transmits rich telemetry data:

  1. Flow Rate & Power: The duty cycle of the signal indicates how hard the pump is working ($0\text{-}100%$ load).
  2. Error Detection: If the pump detects a low input voltage, a dry-running condition, or a mechanical blockage, it changes the PWM profile to a specific "Error Frequency."
  3. Connectivity: By using a tiny DigiSpark (Attiny85), the project decodes these pulses to understand the pump's health without interfering with its operation.

Visual Dashboard: The RGB Mapping

To translate complex signal data into something intuitive, the author utilizes a single RGB LED mounted in a visible area (like a bedroom balcony). The mapping is simple and effective:

  • Green: Pump is RUNNING and healthy.
  • Off: Pump is idle (thermostat threshold reached).
  • Red/Blue Flash: ERROR detected (low voltage, pump blockage, or dry run).

Implementation Efficiency

What makes this project "Easy" and efficient is the use of the DigiSpark. It's incredibly cheap, small enough to be hidden inside a standard electrical junction box, and can be powered directly from the pump's auxiliary supply or a small $5\text{V}$ transformer. This marks a significant upgrade over "Passive" indicators (like a simple lightbulb in parallel), which only tell you if the pump has power—not if it is actually moving water.

I am heating my house with coal, and the water pump is switched on and off by a thermostat. By knowing when the pump is turned off, I can easily tell when to add more coal. This project goes deeper than a simple 'on/off' light, using the pump's own PWM datasheet to provide a comprehensive, color-coded status monitor.

ข้อมูล Frontmatter ดั้งเดิม

title: "Grundfos Pump Status Indicator"
description: "A professional monitoring solution for the Grundfos Alpha 1L heating pump using PWM signal analysis and RGB status mapping."
author: "ernests_brigis"
category: "Home & Automation"
tags:
  - "monitoring"
  - "hvac"
  - "smart-home"
  - "maintenance"
  - "digispark"
views: 1528
likes: 0
price: 299
difficulty: "Easy"
components:
  - "1x DigiSpark (Attiny85)"
  - "1x Common Cathode RGB LED"
  - "3x 220 Ohm Resistors"
  - "1x Jumper Wire Set"
  - "1x Grundfos Alpha 1L Water Pump (System context)"
tools: []
apps:
  - "1x Arduino IDE"
downloadableFiles: []
documentationLinks: []
passwordHash: "ac1dff76c69071afdebe2d0f6144e297b2a9c6d394f1c6e24ac53c5bacfcabff"
encryptedPayload: "U2FsdGVkX18sG5/6l45F7cRG8zbiwht89XgQG3fqsYpHpKqUMCLIHQMnSTEcXXWmMJ96E+ZA/JKBxzTvrO8OFcDrdJUACSFW0MESvPkym/w="
seoDescription: "Smart Pump Monitoring with Arduino. Learn how to read PWM signals from a Grundfos Alpha 1L to track pump status and detect system errors."
videoLinks: []
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/simple-grundfos-home-heating-system-pump-status-indicator-557ba0_cover.jpg"
lang: "en"