Problem with Philips dimmer switch: button on is automatically linked with xiaomi relay switch

Hi.
My problem occurs once the Philips dimmer switch is integrated into zigbee2mqtt.
All buttons work well, both short and long press. I can see it in the logs and with the mqttexplorer application.
But when I press the on button, it automatically activates another device on my zigbee network, a xiaomi relay switch.

The Phillips dimmer switch is new and reset according to the zigbee2mqtt integration instructions. Groups have never been configured or bindings made in the zigbee2mqtt software. All devices on the network have been individually integrated and used only from home assistant.

To verify that the event occurs with the zigbee2mqtt software directly between devices on the zigbee network, the test is performed with home assistant stopped, with the same result.

Zigbee2mqtt 1.14.3 docker version ubuntu, used under z-stack 3 with the latest firmware.

Log with the activation of the on button and the response of the xiaomi relay switch.

    debug 2020-09-27 08:44:26: Received Zigbee message from 'hue', type 'commandHueNotification', cluster 'manuSpecificPhilips', data '{"button":1,"unknown1":3145728,"type":0,"unknown2":0,"time":0}' from endpoint 2 with groupID 0
    debug 2020-09-27 08:44:26: Received Zigbee message from 'hue', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0
    debug 2020-09-27 08:44:26: Received Zigbee message from 'ZGB Rele Tendedero', type 'attributeReport', cluster 'genOnOff', data '{"61440":129706368,"onOff":1}' from endpoint 1 with groupID 0
    info  2020-09-27 08:44:26: MQTT publish: topic 'zigbee2mqtt/ZGB Rele Tendedero', payload '{"state_l1":"ON","linkquality":51,"power":2.32,"consumption":42.55,"temperature":35,"state_l2":"ON"}'
    debug 2020-09-27 08:44:26: Received Zigbee message from 'hue', type 'commandHueNotification', cluster 'manuSpecificPhilips', data '{"button":1,"unknown1":3145728,"type":2,"unknown2":0,"time":2}' from endpoint 2 with groupID 0
    info  2020-09-27 08:44:26: MQTT publish: topic 'zigbee2mqtt/hue', payload '{"counter":1,"linkquality":51,"update_available":false,"brightness":146.8,"battery":23.5,"action":"on-press","duration":0}'
    info  2020-09-27 08:44:26: MQTT publish: topic 'zigbee2mqtt/hue', payload '{"counter":1,"linkquality":51,"update_available":false,"brightness":146.8,"battery":23.5,"action":""}'
    info  2020-09-27 08:44:26: MQTT publish: topic 'zigbee2mqtt/hue/action', payload 'on-press'

Log with the activation of the off button.

    debug 2020-09-27 08:44:29: Received Zigbee message from 'hue', type 'commandHueNotification', cluster 'manuSpecificPhilips', data '{"button":4,"unknown1":3145728,"type":0,"unknown2":0,"time":0}' from endpoint 2 with groupID 0
    debug 2020-09-27 08:44:29: Received Zigbee message from 'hue', type 'commandOffWithEffect', cluster 'genOnOff', data '{"effectid":0,"effectvariant":0}' from endpoint 1 with groupID 0
    debug 2020-09-27 08:44:30: Received Zigbee message from 'hue', type 'commandHueNotification', cluster 'manuSpecificPhilips', data '{"button":4,"unknown1":3145728,"type":2,"unknown2":0,"time":2}' from endpoint 2 with groupID 0
    info  2020-09-27 08:44:30: MQTT publish: topic 'zigbee2mqtt/hue', payload '{"counter":1,"linkquality":54,"update_available":false,"brightness":146.8,"battery":23.5,"action":"off-press","duration":0}'
    info  2020-09-27 08:44:30: MQTT publish: topic 'zigbee2mqtt/hue', payload '{"counter":1,"linkquality":54,"update_available":false,"brightness":146.8,"battery":23.5,"action":""}'
    info  2020-09-27 08:44:30: MQTT publish: topic 'zigbee2mqtt/hue/action', payload 'off-press'