Skip to content
AWTRIX FLOWS
Submit flow
Dead Device Monitor shown on an AWTRIX display
Domoticz Smarthome AWTRIX 3

Dead Device Monitor

This script identifies devices in Domoticz that have stopped updating within a defined threshold (default: 7200 minutes). It notifies the user of any "dead" devices, excluding those in a predefined whitelist, by sending real-time alerts to AWTRIX3.

Built by Galadril

Download flow

Published 14 January 2025 · updated 14 January 2025 · 2 downloads

🚀 Flow:

  1. Trigger:

    • Runs every 1 minute to check device statuses.
  2. Condition:

    • Filters devices that:
      • Have not updated within the threshold (7200 minutes by default).
      • Are not in the whitelist of excluded devices.
  3. Actions:
    For each dead device:

    • Logs the device name and time since the last update.
    • Creates a JSON payload with a notification message and a specified icon (ID: 1059).
    • Sends the notification to AWTRIX3 using the "AWTRIX3 - Send Notification" device.
  4. Whitelist:

    • A predefined list of devices (e.g., "AWTRIX3 - Send Custom App", "Voordeur - Beweging") that are excluded from monitoring to avoid unnecessary alerts.
  5. Logging:

    • Provides detailed logs for each dead device, the notification payload, and the AWTRIX3 sending process.

More information:

Domoticz: www.domoticz.com

Domoticz AWTRIX3 Plugin: https://github.com/galadril/Domoticz-AWTRIX3-Plugin

-- Flow first published on January 2, 2025.

More like this Domoticz Smarthome AWTRIX 3