Skip to content

Instantly share code, notes, and snippets.

@ghostbitmeta
Created June 7, 2015 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghostbitmeta/30f88d552042a48668c5 to your computer and use it in GitHub Desktop.
Save ghostbitmeta/30f88d552042a48668c5 to your computer and use it in GitHub Desktop.
LIRC configuration for the Hoover Air Purifier 600
#
# To find out how to get a proper configuration file please read:
#
# /usr/share/doc/lirc/README.Debian
include "/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb"
begin remote
name hoover
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9434 4662
one 600 1773
zero 600 606
ptrail 586
repeat 9402 2341
pre_data_bits 16
pre_data 0x42BD
gap 111626
toggle_bit_mask 0x0
begin codes
KEY_POWER 0x50AF
KEY_SPEED 0x10EF
KEY_TIME 0xB04F
KEY_T 0x42BD609F
end codes
end remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment