Awtrix Device
FHEM

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
A flow by matze

Download flow

Flow Details

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

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"}
-- Flow first published on January 11, 2025.