openHAB2 and EnOcean binding

Now it works :grinning:

My Item:

Contact FensterContact  { enocean="{id=01:A1:EB:1F, eep=D5:00:01, parameter=CONTACT_STATE}" 

and the rule (Item not item):

rule "enocean2"
when
	Item FensterContact changed 
then
        …..

1 Like