Last active
July 5, 2019 14:48
-
-
Save AndiceLabs/649433c29680d6485947fbd454a84afe to your computer and use it in GitHub Desktop.
LIRC hardware configuration file for a Raspberry Pi and remote control definition for GE Air Conditioner Model AEL10AQH2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Please make this file available to others | |
# by sending it to <[email protected]> | |
# | |
# this config file was automatically generated | |
# using lirc-0.9.0-pre1(default) on Wed Nov 8 22:02:12 2017 | |
# | |
# contributed by Ron Battles ([email protected]) | |
# | |
# brand: General Electric | |
# model no. of remote control: YK4EB1 | |
# devices being controlled by this remote: Air Conditioner Model AEL10AQH2 | |
# | |
begin remote | |
name GE_AC | |
flags RAW_CODES | |
eps 30 | |
aeps 100 | |
gap 19037 | |
begin raw_codes | |
name DELAY_DOWN | |
8456 4171 545 1585 544 1578 | |
550 1577 552 546 518 1581 | |
548 524 550 1581 548 1574 | |
554 4179 548 524 550 548 | |
527 544 520 551 524 547 | |
528 543 521 551 524 547 | |
601 | |
name DELAY | |
8453 4175 551 1579 540 1582 | |
546 1581 547 551 524 1575 | |
554 545 524 1576 547 1579 | |
550 4183 544 554 525 1575 | |
549 549 526 545 519 553 | |
522 549 526 545 519 553 | |
605 | |
name DELAY_UP | |
8448 4181 551 1574 549 1578 | |
551 1576 552 546 519 1580 | |
548 551 524 1575 554 1573 | |
545 4188 553 1574 550 548 | |
517 554 520 551 525 546 | |
517 555 520 551 524 548 | |
600 | |
name MODE | |
8450 4178 549 1577 551 1575 | |
553 1573 545 527 548 1578 | |
550 548 528 1573 545 1581 | |
547 4186 551 1580 548 1574 | |
544 555 520 524 550 548 | |
517 554 521 551 523 548 | |
605 | |
name AUTO | |
8448 4188 539 1579 550 1576 | |
552 1575 548 550 520 1580 | |
549 549 525 1575 543 1583 | |
546 4191 546 522 553 1573 | |
545 553 521 1579 555 543 | |
527 518 546 552 523 548 | |
600 | |
name FAN_DOWN | |
8446 4181 546 1579 549 1578 | |
551 1575 553 545 520 1580 | |
553 546 524 1575 553 1574 | |
545 4188 554 544 525 546 | |
519 1581 547 551 524 548 | |
517 554 520 551 524 548 | |
600 | |
name FAN_UP | |
8457 4171 544 1582 547 1580 | |
552 1575 550 548 527 1573 | |
545 553 521 1578 551 1577 | |
551 4182 545 1581 547 551 | |
524 1576 552 546 519 552 | |
523 549 525 546 519 552 | |
606 | |
name TEMP_UP | |
8454 4169 553 1574 544 1587 | |
541 1581 548 550 525 1575 | |
553 545 519 1581 548 1583 | |
545 4184 553 545 519 552 | |
523 549 525 1579 540 554 | |
520 551 524 547 518 554 | |
604 | |
name TEMP_DOWN | |
8453 4179 538 1582 546 1581 | |
548 1584 545 548 526 1582 | |
537 553 522 1578 550 1577 | |
552 4180 546 1582 547 551 | |
523 548 517 1582 551 522 | |
548 549 526 546 518 553 | |
605 | |
name POWER | |
8457 4168 543 1583 546 1586 | |
542 1579 550 548 526 1575 | |
544 554 520 1580 549 1582 | |
546 4183 543 1583 546 1585 | |
543 551 523 1577 552 546 | |
518 553 522 550 524 547 | |
601 | |
end raw_codes | |
end remote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/lirc/hardware.conf | |
# | |
# Arguments which will be used when launching lircd | |
LIRCD_ARGS="-l" | |
#Don't start lircmd even if there seems to be a good config file | |
#START_LIRCMD=false | |
#Don't start irexec, even if a good config file seems to exist. | |
#START_IREXEC=false | |
#Try to load appropriate kernel modules | |
LOAD_MODULES=false | |
# Run "lircd --driver=help" for a list of supported drivers. | |
DRIVER="default" | |
# usually /dev/lirc0 is the correct setting for systems using udev | |
DEVICE="/dev/lirc0" | |
MODULES="lirc_rpi" | |
# Default configuration files for your hardware if any | |
LIRCD_CONF="" | |
LIRCMD_CONF="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment