04-03-2015, 11:15 AM
Hi everyone,
I am pretty new to the community and the software (since yesterday ;-) ). Since I have the same m-FS300 Kit from Mumbi and I don't intend to send it back, i wanted to contribute a bit. Thanks so far for the posted codes, i can confirm for some to work. Some have problems (A ON from Peter works for me, but OFF doesn't)
After a night of searching and collecting, i just compared the given codes. These are the Codes mostly posted in this thread, represented in binary under the assumption, that one puls is about 300mS and a one is (1 pulse/ 3 pulse) and a zero is (3 pulse / 1 pulse). The Codes are grouped by channel. They are alternating on/off (so three remotes per channel).
A
110110 10100000100110011000 011 ON
110110 00101000101101010001 011 OFF
110110 01011000111011111000 011 ON
110110 10111000100000011110 011 OFF
110110 11110010001100111010 011 On
110110 10111000100000011110 011 OFF
B
110110 10111100110011001001 101
110110 00001110100101111100 101
110110 10110011010101001001 101
110010 10100001011010101010 101
110110 00000000011000100001 101
110110 01000011000011001010 101
C
000110 10111101011010010001 101
000110 01000001111010111010 101
000110 00000111110010001011 101
000110 01111000100010101100 101
000110 11100110010001101001 101
000110 11100100100101100010 101
D
100110 10000101001100001111 011
100110 01000010110111010001 011
100110 00100110010110011111 011
100110 11001000010111101101 011
100110 10100011000010101001 011
100110 00110100011011000011 011
I grouped them like that, because i think, that there is a header and a footer per channel as you can see. The numbers in the middle do not make sense to me at the moment.
A funny thing is, that the ninjablocks (https://github.com/ninjablocks/433Utils) seem to understand it. With RFSniffer i get the following codes for my remote:
A
5243157 ON
5243156 OFF
B
5243925 ON
5243924 OFF
C
5244181 ON
5244180 OFF
D
5242901 ON
5242900 OFF
This makes kind of sense for me, but when i try to send these codes, nothing happens.
Maybe that helps.
Greetings from Germany, Daniel
I am pretty new to the community and the software (since yesterday ;-) ). Since I have the same m-FS300 Kit from Mumbi and I don't intend to send it back, i wanted to contribute a bit. Thanks so far for the posted codes, i can confirm for some to work. Some have problems (A ON from Peter works for me, but OFF doesn't)
After a night of searching and collecting, i just compared the given codes. These are the Codes mostly posted in this thread, represented in binary under the assumption, that one puls is about 300mS and a one is (1 pulse/ 3 pulse) and a zero is (3 pulse / 1 pulse). The Codes are grouped by channel. They are alternating on/off (so three remotes per channel).
A
110110 10100000100110011000 011 ON
110110 00101000101101010001 011 OFF
110110 01011000111011111000 011 ON
110110 10111000100000011110 011 OFF
110110 11110010001100111010 011 On
110110 10111000100000011110 011 OFF
B
110110 10111100110011001001 101
110110 00001110100101111100 101
110110 10110011010101001001 101
110010 10100001011010101010 101
110110 00000000011000100001 101
110110 01000011000011001010 101
C
000110 10111101011010010001 101
000110 01000001111010111010 101
000110 00000111110010001011 101
000110 01111000100010101100 101
000110 11100110010001101001 101
000110 11100100100101100010 101
D
100110 10000101001100001111 011
100110 01000010110111010001 011
100110 00100110010110011111 011
100110 11001000010111101101 011
100110 10100011000010101001 011
100110 00110100011011000011 011
I grouped them like that, because i think, that there is a header and a footer per channel as you can see. The numbers in the middle do not make sense to me at the moment.
A funny thing is, that the ninjablocks (https://github.com/ninjablocks/433Utils) seem to understand it. With RFSniffer i get the following codes for my remote:
A
5243157 ON
5243156 OFF
B
5243925 ON
5243924 OFF
C
5244181 ON
5244180 OFF
D
5242901 ON
5242900 OFF
This makes kind of sense for me, but when i try to send these codes, nothing happens.
Maybe that helps.
Greetings from Germany, Daniel