This time is IR receive 3848 issue

Hi, me again
Following my project, I'm doing a fan controller base on Arduino using an available remote fan controller, but the code I received is stable due to some remote, but for the other is not stable.
EG: if I'm using Samsung tivi, Panasonic's Fan.. remote, every button has the code which is the same for 2nd or 3rd press

but when I try Mitsubishi's fan, the code is jumping and the same for all button I pressed (as in the picture)

So do you know how to copy code from those rolling codes as I mentioned before?

Thank for reading my issue.

https://www.google.com/url?sa=i&url=http%3A%2F%2Fwww.mitsubishielectric.com.au%2Fpedestal_fan_for_modern_living.html&psig=AOvVaw0gte7Mtzpd9BuUgQi7aPH4&ust=1591182944453000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCPCwvOCi4ukCFQAAAAAdAAAAABAD

Use the IRrecv example IRrecvDump or IRrecvDumpV2 to dump the IR code. You need to know the encoding type and not just the 'value'.

Some home appliance codes are longer than the IRremote library can handle. You may need to increase the size of "RAWBUF" in IRremoteInt.h