Xiaomi Mi Smart Home Binding - Aqara Wall Switch (with neutral) Double Rocker

Hi,

id like to ask some help. I have a fresh OH3 install on rpi4. I added successfully a Xiaomi Gateway through Xiaomi Mi Smart Home Binding. I connected also successfully one Aqara Wired Wall Switch (with neutral) version.
My problem is that when i create a point from thing for button1, it does not turning the button ON/OFF when i switch it through openhab. (Log showing it turned on or off but the blue led stay off on the switch, phisically not turning on/off)

When i switch it through the mi home application it perfectly works (blue led changing and i hear a clicking sound from the wallswitch)
The log showing the same rows when i switch from mi home applicatoin or when i switch from openhab3.

Please help if has some idea what to change.

GatewayThing:

UID: mihome:bridge:c9531b5d57
label: GW1 Bridge
thingTypeUID: mihome:bridge
configuration:
  ipAddress: 192.168.1.11
  serialNumber: 7811dcb24692
  port: 9898
  key: aae8fb4c0ffa1843e274467d8e2XXXXX

Aqara Switch thing:

UID: mihome:ctrl_neutral2:c9531b5d57:6f7bed76f5
label: Xiaomi Aqara 2 Channel Wall Switch
thingTypeUID: mihome:ctrl_neutral2
configuration:
  itemId: 158d000460c0ef
bridgeUID: mihome:bridge:c9531b5d57

Button1 item

Switch XiaomiAqara2ChannelWallSwitch_Button1 "Button 1"   ["Point"]  { channel="mihome:ctrl_neutral2:c9531b5d57:6f7bed76f5:ch1" } 

Log when i pushed the real switch button:

2021-09-18 18:16:51.714 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'XiaomiAqara2ChannelWallSwitch_Button1' received command ON
2021-09-18 18:16:51.721 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'XiaomiAqara2ChannelWallSwitch_Button1' predicted to become ON
2021-09-18 18:16:51.724 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'XiaomiAqara2ChannelWallSwitch_Button1' changed from OFF to ON

Log when i switched with openhab item (blue led stays ON so the switch not turned OFF):

2021-09-18 18:20:51.791 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'XiaomiAqara2ChannelWallSwitch_Button1' received command OFF
2021-09-18 18:20:51.797 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'XiaomiAqara2ChannelWallSwitch_Button1' predicted to become OFF
2021-09-18 18:20:51.802 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'XiaomiAqara2ChannelWallSwitch_Button1' changed from ON to OFF
1 Like

Let me know if you succeeded! Am having the same issue