zWave Motion and Door sensor don't trigger events after Update to #715

Hello Guys

I’ve updated my installation to the newest version #715, as mentioned here.

Everything works like a charme, thanks for this great work.

All rules, all items etc was up’n’running.
But my Philio multisensor doesn’t react on Motion and Door Events. But it reports its temperatur, luminance and batterie status.

I even don’t see any hints in the openhab.log.

You can see, that the Channels are linked to items…

My rules (which worked since OH 1.7) are

Motion:

rule "Kuechenlicht"
when
	Item Bewegung_Kueche received update
then
	if (Licht_Kueche.state == ON) {
		KiLi_Counter = KiLi_Counter + 1
	}

Door:

rule "Kueche lueften auf"
when
	Item Tuer_Kueche changed to OPEN
then
	if ((Jal_Kueche.state > 85) && (Lueftung.state == OFF)) {
        do something

Do you have any hints what I can check?

Regards
Michael