Homematic Binding - No updates on Water Detector Channel 1

Hello,

I had to change my old Hm water detector to an HmIP one. I’m using Homematic Raspi and OH3.
The SWD could be integrated as usual and channel 0 (Battery and Signal) delivers data as usual.

But channel 1 (ALARMSTATE, WATERLEVEL_DETECTED and MOISTURE_DETECTED) remains quiet (NULL).

As channel 0 is working, I guess it is more a config question. Any hints?

Hello,
my items are from the type switch and shows OFF. But I dont realy tested the function with OH.

Good Morning,

Over the weekend, I’ve found time to evaluate and solve the connection. So more for documentation for future issues.

On the old Homematic water sensor you had one item with 3 different states. The state was either OFF, WATERLEVEL_DETECTED, MOISTURE_DETECTED.

This changed now to 3 different ON/OFF-Channels which have to be attached to 3 items.

rule "itemHomeMaticWater1 MOISTURE_DETECTED"
when
    Item itemHomeMaticWater1_m changed to ON
then
	sendNotification("abc", "HomeMatic Wassersensor meldet FEUCHTE.")
end

rule "itemHomeMaticWater_UG1 WATER DETECTED"
when
    Item itemHomeMaticWater1_w changed  to ON
then
	sendNotification("abc", "HomeMatic Wassersensor meldet WASSER.")
end