Skip to content
AWTRIX FLOWS
Submit flow
Random effects/animations shown on an AWTRIX display
Domoticz Miscellaneous AWTRIX 3

Random effects/animations

Randomly select an effect or animation every 5 minutes.

Built by joro75

Download flow

Published 6 January 2025 · updated 6 January 2025 · 2 downloads

🏁 Purpose

Having some fun with different effects and animations on the AWTRIX3 clock.

🔄 Activation and Timing

This domoticz dzVents script is marked as active by active = true.

It executes every 5 minute as specified in the trigger section: timer = {'every 5 minutes'}.

⚙️ Script Logic

Every time the script is run, it randomly selects one of the available effects from the effects array.

That effect is then activated as a custom app on the AWTRIX3 unit, using a duration of 10 seconds. If auto transition is activated on the AWTRIX3 the random effect will be included in the loop with the other apps, changing it to another effect/animation every 5 minutes.

📝 Logging

  • Logs are generated with the marker "AWTRIX3_Screensaver" to identify entries related to this script.
  • The logging level is set to domoticz.LOG_INFO, ensuring that informational messages are captured.

🎚️ Effects Adjustment

Undesired effects can be out-commented from the effects array by include a 'Lua' comment (' -- ') in front of the line.

✂️ Required plugins and more information:

More like this Domoticz Miscellaneous AWTRIX 3