Rule Trigger -changed from- not working

Hello,

after migrating from OH1 some rules are not working.

This is the rule:

rule tv_manuell_an
when

        Item Dreambox_Powerstate changed from "true" to "false"
then
	tv_switch.sendCommand(ON)			
end

In my events.log i see the following:

Dreambox_Powerstate changed from true to false

But nothing happend after that.
When i use:

Item Dreambox_Powerstate received update

The rule is working.

What’s wrong here?

string based triggering is not (yet) properly functional

2 Likes