Decoding don't use correct protocol

Hi,
I flashed an interface compatible with avatto-bakeey-ir-firmware.bin. It work great, thank you.
I want to use it to control my PANASONIC air conditioners.
I encounter a problem with the decoding of frames sent by the remote control, the gateway decodes using the ‘PANASONIC’ protocol (n°5) instead of ‘PANASONIC_AC’ (n°49).
So I get a truncated hex value, 48 bits instead of 152 bits.

ex :

{‘value’:70386043584668,‘protocol’:5,‘bits’:48,‘hex’:‘0x40040720009C’,‘protocol_name’:‘PANASONIC’,‘raw’:‘…’}`

instead of :

{‘value’: xxxxxxxxxxxxxxxxxxxxxx,‘protocol’:49,‘bits’:152,‘hex’:‘0x40040720009Cxxxxxxxxxxxxxxxxxxxxxxxxxxxx’,‘protocol_name’:‘PANASONIC_AC’, ‘raw’:'… …}

How can I correct this?
Thanks
Regards