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.
Awtrix Device
Device definition for Awtrix in FHEM, including: Eyes (Augen), Update, Reboot, Overlay, on, off, Text, Brightness ("Helligkeit") and auto Brightness on/off for FHEM
| System | FHEM |
|---|---|
| Firmware | AWTRIX 3 |
| Topic | Smarthome |
| Built by | matze |
| File | npWxA0mjovJk.perl · 0.5 KB |
| Icons | — |
| Published | 11 Jan 2025 |
| Downloads | 26 |
Device definition for Awtrix in FHEM, including: Eyes (Augen), Update, Reboot, Overlay, on, off, Text, Brightness ("Helligkeit") and auto Brightness on/off for FHEM
FHEM Device using setList
npWxA0mjovJk.perl
on:noArg awtrix_Prefix/power {"power":true}
off:noArg awtrix_Prefix/power {"power":false}
Text {awtrixtext ("$EVTPART1")}
update:noArg awtrix_Prefix/doupdate
reboot:noArg awtrix_Prefix/reboot
Helligkeit:slider,0,1,255 awtrix_Prefix/settings {"BRI":$EVTPART1}
AutoHelligkeitOn:noArg awtrix_Prefix/settings {"ABRI":true}
AutoHelligkeitOff:noArg awtrix_Prefix/settings {"ABRI":false}
Augen:noArg awtrix_Prefix/notify {"effect":"LookingEyes","repeat":2}
Overlay:clear,snow,rain,drizzle,storm,thunder,frost awtrix_Prefix/settings {"OVERLAY":"$EVTPART1"}