Page 1 of 1

Strange conduct Aqara Opple (6 buttons) and Osram Smart Plug

Posted: Friday 24 April 2020 21:35
by Hesitated
Today I've received an Aqara Opple (6 button) and I've tried to use it with zigbee2mqtt, but until now no success. But that's not a problem right now, in the coming weeks I've plenty of time to discover that.

The strange thing is that if I press the top-right-button my Osram Plug is switched on and top-left is off.

But it is not noticed by Domoticz, in Domoticz the plug is always off.

And I've made no connection between the two in any form.
  • I do not have an Aqara gateway
  • I have a Hue bridge, but this plug is not known in this bridge
Both devices are paired with my CC2531-stick and zigbee2mqtt.

My questions:
  1. Why does the plug react on pressing the buttons of the Aqara Opple?
  2. How can I 'disable' this behaviour?
devices.yaml:

Code: Select all

'0x7cb03eaa00a7759c':
  friendly_name: OsramPlug2
'0x04cf8cdf3c7980ad':
  friendly_name: AqaraOpple1

Re: Strange conduct Aqara Opple (6 buttons) and Osram Smart Plug

Posted: Sunday 26 April 2020 9:33
by Dave21w
I'm sure somewhere I've seen mentioned that support for this switch is not implemented yet

Re: Strange conduct Aqara Opple (6 buttons) and Osram Smart Plug

Posted: Monday 04 May 2020 16:44
by pipiche
We have just implemented the support of those Switches on Zigate, and indeed by default they are broadcasting commands, so you will On/Off/Dim ... will be send to all devices on your network which are able to understand such command.

Re: Strange conduct Aqara Opple (6 buttons) and Osram Smart Plug

Posted: Tuesday 05 May 2020 10:01
by Hesitated
pipiche wrote: Monday 04 May 2020 16:44 We have just implemented the support of those Switches on Zigate, and indeed by default they are broadcasting commands, so you will On/Off/Dim ... will be send to all devices on your network which are able to understand such command.
Do you know if it can be turned off?

Otherwise the switch is useless for me and luckily I've bought one to test. :(

Re: Strange conduct Aqara Opple (6 buttons) and Osram Smart Plug

Posted: Tuesday 05 May 2020 10:04
by pipiche
If you have the possibility to do UNBIND on Cluster 0x0006, 0x0008, 0x0300 this should make the trick

Re: Strange conduct Aqara Opple (6 buttons) and Osram Smart Plug

Posted: Tuesday 05 May 2020 12:40
by Hesitated
pipiche wrote: Tuesday 05 May 2020 10:04 If you have the possibility to do UNBIND on Cluster 0x0006, 0x0008, 0x0300 this should make the trick
What I did not mention yet, is that I unpaired the switch from zigbee2mqtt yesterday. But the plug still reacts on using the two top-buttons of the switch.

So how does this UNBIND work? Pair the switch again and send a command via zigbee2mqtt?

Re: Strange conduct Aqara Opple (6 buttons) and Osram Smart Plug

Posted: Tuesday 05 May 2020 12:41
by pipiche
Someone from Zigbee2mqtt needs to answer.