vaccum irobot ir signal
Posted: Mon Oct 03, 2016 12:33 pm
Hi
I catched this signal (vaccum remote) with mode2:
root@raspberrypi:/etc/lirc# mode2 -m -d /dev/lirc0
3467329
3062 992 1027 2994 991 3007
988 3005 2946 1032 998 3024
992 3004 992 21138 3055 1003
1026 2996 1000 2998 997 2995
2977 1002 1027 2995 990 3005
991 21137 3070 989 1017 3004
991 3005 991 3005 2978 1000
1019 3006 989 3004 992 21138
3056 999 1020 3003 993 3002
994 3001 2982 996 1026 2996
997 3000 995 21384 3062 996
1023 2999 996 3002 994 3000
2983 995 1023 2999 997 2999
996
My goal is to be able to reproduce it with irsend (raspberry pi)
i recorded with irrecord
$ irrecord -f -d /dev/lirc0 -f vaccum
the vaccum file is now like this:
begin remote
name vaccum
flags RAW_CODES|CONST_LENGTH
eps 30
aeps 100
gap 50192
begin raw_codes
name BTN_9
3057 992 1026 2995 1001 2995
1000 2995 2978 1003 1015 3002
994 3002 993
end raw_codes
end remote
i copied the vaccum file to lircd.conf and restart
$ /etc/init.d/lirc restart
unfortunatly nothing move when i do that:
irsend send_once vaccum BTN_9
Do i have to convert my signal in raw to be able to use it with irsend ?
My IRLed is working because i am able to control my TV with irrecord and irsend.
Can you help me ?
Regards
I catched this signal (vaccum remote) with mode2:
root@raspberrypi:/etc/lirc# mode2 -m -d /dev/lirc0
3467329
3062 992 1027 2994 991 3007
988 3005 2946 1032 998 3024
992 3004 992 21138 3055 1003
1026 2996 1000 2998 997 2995
2977 1002 1027 2995 990 3005
991 21137 3070 989 1017 3004
991 3005 991 3005 2978 1000
1019 3006 989 3004 992 21138
3056 999 1020 3003 993 3002
994 3001 2982 996 1026 2996
997 3000 995 21384 3062 996
1023 2999 996 3002 994 3000
2983 995 1023 2999 997 2999
996
My goal is to be able to reproduce it with irsend (raspberry pi)
i recorded with irrecord
$ irrecord -f -d /dev/lirc0 -f vaccum
the vaccum file is now like this:
begin remote
name vaccum
flags RAW_CODES|CONST_LENGTH
eps 30
aeps 100
gap 50192
begin raw_codes
name BTN_9
3057 992 1026 2995 1001 2995
1000 2995 2978 1003 1015 3002
994 3002 993
end raw_codes
end remote
i copied the vaccum file to lircd.conf and restart
$ /etc/init.d/lirc restart
unfortunatly nothing move when i do that:
irsend send_once vaccum BTN_9
Do i have to convert my signal in raw to be able to use it with irsend ?
My IRLed is working because i am able to control my TV with irrecord and irsend.
Can you help me ?
Regards