Shutter Control via Relays

Hey All,

I have 3 relays set up to control my shutter control unit. Basically I have 3 inputs, open, close and stop which trigger when taken to ground momentarily.

This is the control below.
image

What happens is that I click on open and relay triggers, however the display always goes back to what is shown in the image and I’m not able to select close or stop.

yaml info below.

  • platform: mqtt
    name: “Shutter Outside 1”
    command_topic: “cmnd/tasmota_51626F/Backlog”
    state_topic: “stat/tasmota_51626F/POWER1”
    qos: 0
    retain: false
    payload_open: “Power1 on; Delay 1; Power1 off”
    payload_close: “Power2 on; Delay 1; Power2 off”
    payload_stop: “Power3 on; Delay 1; Power3 off”
    state_open: “ON”
    state_closed: “OFF”
    state_stopped: “STOPPED”
    optimistic: false

Obviously something to do with the state topic, but unsure how to get it working correctly.

Thanks,
Paul