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.

Fan status shown on an AWTRIX display
Fig. 1 Fan status, as joro75 runs it.

Fan status

Show the actual status of a fan

Specifications
System Domoticz
Firmware AWTRIX 3
Topic Smarthome
Built by joro75
File pnKe573P5ZjM.json · 1.2 KB
Icons 2
Published 6 Jan 2025 · updated 6 Jan 2025
Downloads 37

🏁 Purpose

Show the actual status of a fan (which is a present as a switch in Domoticz) on the AWTRIX3 clock, also showing a stopped fan or a rotating fan as the icon.

🔄 Activation and device selection

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

The name of the Domoticz device that should be monitored should be selected in the devices = { 'Bathroom fan' } section.

Also download the icons '7426' and '20121' on your AWTRIX3 clock. Those icons are also attached as asset on this flow.

⚙️ Script Logic

Every time when the status of the selected device changes, the state is determined and the rotating or not rotating icon is selected, which is then directly updated as a custom app (with the name 'Bathroom_fan' on the AWTRIX3 unit).

📝 Logging

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

🎚️ Flow adjustment

Any generic switch in Domoticz can be monitored on the same way. Just be sure to:

  1. Include the correct name of the Domoticz device in the devices = { .... } section
  2. Update the name of the logging = { marker = "....." } line
  3. Download a suitable 'on'-icon and 'off'-icon on the AWTRIX3 clock
  4. Use the corresponding icon numbers in the dzVents script
  5. If multiple dzVents scripts for the AWTRIX3 are present, update the appData = { appname = "...." } name, to have an individual app page for every script

✂️ Required plugins and more information:

More flows for Domoticz or Smarthome

Something wrong with this flow? Report it.