Rule not firering with group variable

Hi all,

when my group item changes, the related rule does not fire, but I also get no error message.
What is wrong with my setup?

Event.log
2020-07-23 17:22:02.788 [GroupItemStateChangedEvent] - g5GHz changed from ON to OFF through swi_HandyUlrichOnline

Item definition
Group:Switch:OR(ON,OFF) g5GHz

rule "5 GHz: Handys abwesend: WLAN aus"
when
  Item g5MHz changed to OFF
then
  num_Debug_Rule_WLAN.sendCommand(constRule_5)
  logInfo("5 GHz: Handys abwesend: WLAN aus", "g5MHz OFF")
  swi_Sys_WLAN5GHzAktivieren.sendCommand(OFF)
end

Look closely at your Item ‘frequency’

Good job presenting all the info though! Sometimes it takes a lot of work to get shown that :wink:

1 Like

Aiii…

Thanks so much!