Just bought adurosmart zigbee scene selector (not dimmer). I did manage to pair it with z2m, but it just came up with this:
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}