Hello everybody, hope you are doing great!
Recently I bought a new fan with IR controller and I’m struggling to implement on my OH setup.
I’m used to use like this (working fine to power on my TV):
cmnd/Tasmota_80/IRSEND {“Protocol”:“NEC”,“Bits”:32,“Data”:0x08F748B7}
Output from code running on Arduino:
8F748B7
Decoded NEC: 8F748B7 (32 bits)
Raw (68): 9200 -4600 600 -600 600 -600 600 -600 600 -600 600 -1600 650 -550 600 -600 600 -600 600 -1600 700 -1500 700 -1550 650 -1550 650 -550 600 -1600 650 -1550 700 -1500 700 -500 650 -1600 650 -550 600 -600 600 -1600 650 -550 600 -600 600 -600 600 -1600 650 -550 650 -1550 700 -1500 700 -550 650 -1550 650 -1550 650 -1550 650
This new device, when I tried to read the code by Tasmota console or using Arduino code I got the DEC or HEX, but Protocol UNKNOWN:
HEX: 143226DB
DEC: 338831067
Unknown encoding: 143226DB (32 bits)
Raw (24): 1250 -400 1300 -400 500 -1200 1250 -450 1250 -400 500 -1250 400 -1250 450 -1250 450 -1250 450 -1250 1250 -400 500
8F758A7
I tried used the same sentence (below) but it is not working…
cmnd/Tasmota_80/IRSEND {“Protocol”:“Unknown”,“Bits”:32,“Data”:“0x0143226DB”}
What I need to do when I received unknown protocol?
Thank you in advance,
Thomaz