ESPHome ir receiver and not correct raw codes from LG climate device

Hi!

I’ve a project where I want to remote control my LG Inverter V and the first stop would be getting the codes to transmit but the raw output makes me quite confused

Board: d1_mini
ir recv: TSOP38238
remote_receiver:
pin: 
    number: D5
    inverted: true
    mode: INPUT_PULLUP
  dump: raw
Wiring, board -> sensor:
3v3 -> right pin
gnd -> middle pin 
D5 -> left pin

Off button:

[10:35:37][D][remote.raw:028]: Received Raw: 3145, -9641, 546, -1532, 521, -519, 491, -523, 520, -493, 517, -1510, 521, -519, 492, -521, 489, -499, 522, -1505, 548, -1505, 515, -498, 523, -491, 520, -494, 516, -523, 488, -527, 494, -492, 518, -496, 515, -525, 516, -497, 514, -526,
[10:35:37][D][remote.raw:041]: 495, -518, 492, -1536, 517, -496, 514, -1513, 518, -495, 516, -498, 523, -491, 519, -1508, 524

On button:

[10:35:55][D][remote.raw:028]: Received Raw: 3145, -9641, 547, -1506, 515, -524, 497, -517, 514, -499, 522, -1531, 490, -498, 523, -516, 494, -520, 522, -518, 493, -494, 516, -524, 518, -495, 516, -498, 512, -1515, 517, -522, 488, -526, 495, -519, 492, -521, 489, -1538, 493, -1534,
[10:35:55][D][remote.raw:041]: 498, -516, 515, -1512, 519, -520, 512, -502, 519, -1534, 487, -526, 516, -1537, 494, -1533, 519

Off again:

[10:36:07][D][remote.raw:028]: Received Raw: 3117, -9669, 604, -1449, 540, -503, 518, -518, 492, -521, 489, -1538, 515, -499, 522, -491, 519, -495, 516, -1537, 515, -1512, 520, -493, 517, -497, 513, -501, 523, -490, 518, -496, 514, -499, 522, -518, 492, -522, 489, -524, 518, -496,
[10:36:07][D][remote.raw:041]: 514, -525, 496, -1531, 490, -524, 497, -1530, 512, -501, 520, -494, 516, -498, 523, -1504, 517

On again:

[10:36:16][D][remote.raw:028]: Received Raw: 3146, -9666, 521, -1531, 522, -518, 492, -521, 521, -496, 515, -1509, 522, -492, 519, -494, 516, -524, 518, -495, 515, -499, 526, -487, 520, -520, 490, -524, 487, -1540, 523, -490, 520, -520, 490, -497, 514, -500, 521, -1532, 489, -1512,
[10:36:16][D][remote.raw:041]: 521, -518, 490, -1541, 512, -498, 523, -516, 515, -1512, 519, -521, 521, -1506, 515, -1538, 515

I assumed that the codes would be same for each on/off press but that does not seem to be the case here. Any ideas why the codes differ each time per function “call”?

Did you got an answer for this? My guess would be that the remote add the temp. from a temp sensor in the remote? But just a guess