Adurosmart scene selector & zigbee2mqtt

Just bought adurosmart zigbee scene selector (not dimmer). I did manage to pair it with z2m, but it just came up with this:
kuva
How can i configure it so that i can add something to the buttons ? Below is what i see when pressing button in remote…

homeassistant/bridge/logging {"level":"debug","message":"Received Zigbee message from 'SceneSwitch', type 'commandToggle', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 58068"}
homeassistant/bridge/logging {"level":"info","message":"MQTT publish: topic 'homeassistant/SceneSwitch', payload '{\"action\":\"toggle\",\"action_group\":58068,\"battery\":20,\"linkquality\":73,\"voltage\":2700}'"}
homeassistant/SceneSwitch {"action":"toggle","action_group":58068,"battery":20,"linkquality":73,"voltage":2700}
homeassistant/bridge/logging {"level":"info","message":"MQTT publish: topic 'homeassistant/SceneSwitch', payload '{\"action\":\"\",\"battery\":20,\"linkquality\":73,\"voltage\":2700}'"}
homeassistant/SceneSwitch {"action":"","battery":20,"linkquality":73,"voltage":2700}
homeassistant/bridge/logging {"level":"info","message":"MQTT publish: topic 'homeassistant/SceneSwitch/action', payload 'toggle'"}
homeassistant/SceneSwitch/action toggle
homeassistant/bridge/logging {"level":"debug","message":"Received Zigbee message from 'SceneSwitch', type 'attributeReport', cluster 'genPowerCfg', data '{\"batteryPercentageRemaining\":20,\"batteryVoltage\":26}' from endpoint 1 with groupID 0"}
homeassistant/bridge/logging {"level":"info","message":"MQTT publish: topic 'homeassistant/SceneSwitch', payload '{\"action\":null,\"battery\":10,\"linkquality\":73,\"voltage\":2600}'"}
homeassistant/SceneSwitch {"action":null,"battery":10,"linkquality":73,"voltage":2600}

i also have the same problem. Would be great if ZHA will support it.

Is there a official way i can request the support?

Works like normal mqtt button, i made an automation that makes thing when button is pressed. Long button press doesnt seem to be working.

power buttons payload is “toggle” other three are recall_253, recall_254, recall_255