Skip to content

Instantly share code, notes, and snippets.

@ashtam55
Last active November 5, 2020 02:23
Show Gist options
  • Save ashtam55/95aec3c1072488d345f9b7684831fa6c to your computer and use it in GitHub Desktop.
Save ashtam55/95aec3c1072488d345f9b7684831fa6c to your computer and use it in GitHub Desktop.

Abacus Smart - IR HUB

API Format

API Supported Protocol Example
~startIRR 50+ ~startIRR --> This Api will Start the Receiver mode & will notify results on Notification Service. Format of the received signal PROTOCOL/DATA~
*/deviceID/Protocol/data NEC, RCMM, RC6, JVC */2883020137/NEC/20DF10EF
/deviceID/Protocol/power/temperature/fan-speed/mode FUJITSU_AC, LG_AC, VOLTAS_AC /2883020137/FUJITSU_AC/on/25/med/cool , /2883020137/LG_AC/on/28/1/0 , /2883020137/VOLTAS_AC/on/25/med/cool

Supported

Manufacturer Protocol
Airtel DTH RCMM32
Tata Sky RC6
LG AKB72915208 NEC
OGeneral AC - ARDB1 FUJITSU_AC
Reconnect-TV NEC
Micromax-TV MMX-6 NEC
ONIDA OND-Universal JVC

Airtel DTH - IR Codes HEX

Button Data
POWER 0X2600270C
MUTE 0X2600270D
MENU 0X26002754
UP 0X26002758
DOWN 0X26002759
LEFT 0X2600275A
RIGHT 0X2600275B
EXIT 0X26002715
BACK 0X26002783
OK 0X2600275C
0 0X26002700
1 0X26002701
2 0X26002702
3 0X26002703
4 0X26002704
5 0X26002705
6 0X26002706
7 0X26002707
8 0X26002708
9 0X26002709

LG AKB72915208 - IR Codes HEX

Button Data
POWER 0x20DF10EF
MUTE 0x20DF906F
MENU 0x20DFA25D
UP 0x20DF02FD
DOWN 0x20DF827D
LEFT 0x20DFE01F
RIGHT 0x20DF609F
BACK 0x20DF14EB
EXIT 0x20DFDA25
OK 0x20DF22DD
0 0x20DF08F7
1 0x20DF8877
2 0x20DF48B7
3 0x20DFC837
4 0x20DF28D7
5 0x20DFA857
6 0x20DF6897
7 0x20DFE817
8 0x20DF18E7
9 0x20DF9867

OGeneral AC - ARDB1

Button Data
POWER on , off
MODE cool, dry
FAN SPEED med , high

LG AC

Button Data
POWER on , off
MODE 0 (cool), 1 (heat)
FAN SPEED 0 (low), 1 (med) ,2 (high)

Voltas AC

Button Data
POWER on , off
MODE cool, dry
FAN SPEED med , high
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment