Openhab and zigbee2mqtt

Another question … I have currently several Aquara temperature sensors and Aqara magic cube working well. Recently I decided to buy also Aqara smart plug. I want to use it as repeater (and it doing it weel) but I also want to control it. I have it already visible in both OpenHab and MQTT explorer, however I can’t find a way to control it. Is there any way to do so?

Thing topic smart_plug_1 "Xiaomi" @ "Plug1"
{
    Channels:
        Type string : state "state" [ stateTopic = "zigbee2mqtt/smart_plug_1/state" ]
        Type number : power "power" [ stateTopic = "zigbee2mqtt/smart_plug_1/power" ]
        Type number : linkquality "linkquality" [ stateTopic = "zigbee2mqtt/smart_plug_1/linkquality" ]
}

String AT_Office_Plug_STATE “State” (Home, AT) {channel=“mqtt:topic:openhabBroker:smart_plug_1:state”}
Number AT_Office_Plug_POWER “Power [%d]” (Home, AT) {channel=“mqtt:topic:openhabBroker:smart_plug_1:power”}
Number AT_Office_Cube_LINKQUALITY “Link quality [%d]” (Home) {channel=“mqtt:topic:openhabBroker:smart_plug_1:linkquality”}

image

image