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.

Random effects/animations shown on an AWTRIX display
Fig. 1 Random effects/animations, as joro75 runs it.

Random effects/animations

Randomly select an effect or animation every 5 minutes.

Specifications
System Domoticz
Firmware AWTRIX 3
Topic Miscellaneous
Built by joro75
File GjKxAYL65mze.json · 2.0 KB
Icons
Published 6 Jan 2025 · updated 6 Jan 2025
Downloads 20
Download flow

🏁 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 flows for Domoticz or Miscellaneous

Something wrong with this flow? Report it.