Skip to content

New Flows can now belong to an account. Your old edit link keeps working — open it and attach the flow to an account, and you can edit it from any browser you sign in with.

Sign in
Unclaimed

This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.

Low Battery Notifications shown on an AWTRIX display
Fig. 1 Low Battery Notifications, as Galadril runs it.

Low Battery Notifications

This script checks all devices for low battery levels every hour and sends notifications to the AWTRIX3 device for devices below 20%.

Specifications
System Domoticz
Firmware AWTRIX 3
Topic Smarthome
Built by Galadril
File gkVBAnn7An4x.json · 2.4 KB
Icons
Published 9 Jan 2025
Downloads 18
Download flow

⚙️ Script Activation:

The script is active by default, as indicated by active = true.


⏰ Trigger:

The script runs every hour, as specified by the timer:
timer = { 'every 1 hours' }.


📝 Logging:

Uses the logging level domoticz.LOG_INFO, with entries marked by "AWTRIX3_BATTERY" for easy identification.


🚀 Execution:

When triggered, the script performs the following actions:

🔍 Condition Check:

  • Filters devices with a battery level below 20%.
  • Ignores devices without a battery attribute or those with invalid battery readings.

🔄 Action:

  • Sends notifications for devices with low battery levels:
    • Battery < 20%: Uses a specific icon (ICON_BATTERY_20) and sends a warning.
    • Battery < 10%: Uses a critical icon (ICON_BATTERY_10) and sends a critical warning.
  • Formats the notification as a JSON payload containing the device name and icon.
  • Sends the payload to the "AWTRIX3 - Send Notification" device:
    • ✅ If the AWTRIX3 device is found: Sends the notification.
    • 🛑 If the AWTRIX3 device is not found: Logs an error.

More information:

Domoticz: www.domoticz.com

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

More flows for Domoticz or Smarthome

Something wrong with this flow? Report it.