Skip to content

Instantly share code, notes, and snippets.

@d03n3rfr1tz3
Created September 27, 2021 18:15
Show Gist options
  • Save d03n3rfr1tz3/e07141841d0ebeef02e8e965231ed8a3 to your computer and use it in GitHub Desktop.
Save d03n3rfr1tz3/e07141841d0ebeef02e8e965231ed8a3 to your computer and use it in GitHub Desktop.
LIRC-Config for a Eufy Robovac 11
# brand: Eufy
# model no. of remote control:
# devices being controlled by this remote: Robovac 11
#
begin remote
name Eufy_Vacuum
bits 32
flags SPACE_ENC
eps 30
aeps 100
frequency 38000
header 3000 3000
one 500 1500
zero 500 500
ptrail 500
pre_data_bits 8
pre_data 0x68
gap 20282
toggle_bit_mask 0x0
repeat 9000 4500
duty_cycle 33
begin codes
KEY_HOME 0x0F000077 #777 Home
KEY_AUTO 0xA0000008 #777 Auto
KEY_UP 0xA200000A #777 Up
KEY_LEFT 0xC600002E #777 Left
KEY_PLAYPAUSE 0xF0000058 #777 Play/Pause
KEY_RIGHT 0xD500003D #777 Right
KEY_DOWN 0xB300001B #777 Down
KEY_TARGET 0x1200007A #777 Target
KEY_MODE_SPOT 0x3400009C #777 Spot
KEY_MODE_MAX 0x1300007B #777 Max
KEY_MODE_EDGE 0x2300008B #777 Edge
end codes
end remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment