MQTT IRsend not working

Hi, just starting to setup my esp8266 tasmota ir remote.
I can get irreceive working, getting all the signals when I press the buttons on my remote
But I can’t seem to get irsend working, I’ve tried adding the command in the console, the output seems to be ok, but the tv or my ac is not receiving any signal

What I’m missing or what I could be doing wrong with my setup?


17:22:46.403 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"RC5","Bits":12,"Data":"0x810","DataLSB":"0x1008","Repeat":0}}
17:22:46.602 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"RC5","Bits":12,"Data":"0x10","DataLSB":"0x8","Repeat":0}}
17:22:46.804 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"RC5","Bits":12,"Data":"0x810","DataLSB":"0x1008","Repeat":0}}
17:23:55.404 CMD: irsend:{"Protocol":"RC5","Bits":12,"Data":"0x11","DataLSB":"0x88","Repeat":0}
17:23:55.527 MQT: stat/tasmota_remote/RESULT = {"IRSend":"Done"}
17:24:00.236 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"UNKNOWN","Bits":18,"Hash":"0x2E42B4AD","Repeat":0}}
17:24:00.613 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"UNKNOWN","Bits":14,"Hash":"0x69C355AA","Repeat":0}}
17:24:00.726 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"UNKNOWN","Bits":4,"Hash":"0x6F184476","Repeat":0}}
17:24:01.227 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"RC5","Bits":12,"Data":"0x10","DataLSB":"0x8","Repeat":0}}
17:24:03.651 CMD: irsend:{"Protocol":"RC5","Bits":12,"Data":"0x11","DataLSB":"0x88","Repeat":0}
17:24:03.774 MQT: stat/tasmota_remote/RESULT = {"IRSend":"Done"}
17:24:05.342 CMD: irsend:{"Protocol":"RC5","Bits":12,"Data":"0x11","DataLSB":"0x88","Repeat":0}
17:24:05.465 MQT: stat/tasmota_remote/RESULT = {"IRSend":"Done"}
17:24:07.288 CMD: irsend:{"Protocol":"RC5","Bits":12,"Data":"0x11","DataLSB":"0x88","Repeat":0}
17:24:07.411 MQT: stat/tasmota_remote/RESULT = {"IRSend":"Done"}
17:26:08.944 MQT: tele/tasmota_remote/RESULT = {"IrReceived":{"Protocol":"UNKNOWN","Bits":7,"Hash":"0x73D34787","Repeat":0}}```

Did you get it working? What is the value indicated against GPIO4 for IRSend pin?