07-15-2020, 04:43 AM
Finally found this ir codes:
0x18E7; //KEY_VOLUMEUP
0xE817; //KEY_VOLUMEDOWN
0x58A7; //KEY_HOME
0xA25D; //KEY_BACK
0x08F7; //KEY_LEFT
0x8877; //KEY_RIGHT
0xFB04F; //KEY_REPLY <- not working
0xF807; //KEY_SEARCH
0x50AF; //KEY_MUTE
0xE21D; //KEY_TEXT
0xB24D; //KEY_POWER
0xD02F; //KEY_UP
0x708F; //KEY_DOWN
0x50AF; //KEY_MUTE
0x30CF; //KEY_DELETE
0xE00FF; //KEY_0
0x807F; //KEY_1
0x40BF; //KEY_2
0xE20DF; //KEY_4
0xA05F; //KEY_5
0x609F; //KEY_6
0x10EF; //KEY_8
0xE906F; //KEY_9
I've used this tool to find IR codes:
https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster
All codes in NEC 32 length format.
So sample curl to execute:
curl -X GET http://{your_device_ip}/msg?code=FF:NEC:32&simple=1
Unfortunately KEY_POWER ir code is unable to wake up device from power off state.
I've looked for home automation, so this is a kind of useless for me
0x18E7; //KEY_VOLUMEUP
0xE817; //KEY_VOLUMEDOWN
0x58A7; //KEY_HOME
0xA25D; //KEY_BACK
0x08F7; //KEY_LEFT
0x8877; //KEY_RIGHT
0xFB04F; //KEY_REPLY <- not working
0xF807; //KEY_SEARCH
0x50AF; //KEY_MUTE
0xE21D; //KEY_TEXT
0xB24D; //KEY_POWER
0xD02F; //KEY_UP
0x708F; //KEY_DOWN
0x50AF; //KEY_MUTE
0x30CF; //KEY_DELETE
0xE00FF; //KEY_0
0x807F; //KEY_1
0x40BF; //KEY_2
0xE20DF; //KEY_4
0xA05F; //KEY_5
0x609F; //KEY_6
0x10EF; //KEY_8
0xE906F; //KEY_9
I've used this tool to find IR codes:
https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster
All codes in NEC 32 length format.
So sample curl to execute:
curl -X GET http://{your_device_ip}/msg?code=FF:NEC:32&simple=1
Unfortunately KEY_POWER ir code is unable to wake up device from power off state.
I've looked for home automation, so this is a kind of useless for me