Update readme with warning about fast-forwarding.

This commit is contained in:
Derek Jamison 2023-10-13 23:26:23 -05:00
parent 45d8c3d723
commit 0f7ab59050

View File

@ -21,4 +21,4 @@ Key: 97 A3 8C 95 00 7F 19 91
An easier way is to run the ``python genie.py`` file to generate a genie.sub file that uses the RAW protocol to transmit! It produces files that work on any Flipper Zero firmware. Edit the ``numbers = [0x97A38C95007F1991]`` in the script to be the value of the key you wish to use.
The script has been run to create the .SUB files in this folder. In some cases two numbers were entered, so the .SUB file contains both sequences. For example, you could pair with 0001 and 0002 files. Then you can play the genie-0200_0201.sub file to unlock the door (future code+next code). The next code is typically 0xf or less. If you play a future code, then the gap is reduced to 0x3 codes. If you play invalid codes (from the past/beyond the future) the future code marker is left at its last position. For example, if you were at code 0x0010 and played 0x200, then 0x0011-0x0013 and 0x201-0x203 will unlock the door. If you then played 0x4200, then 0x0011-0x0013 and 0x201-0x203 will still unlock the door. If you then played 0x001f, then 0x0011-0x0013 and 0x0020-0x0022 will unlock the door. If you then played 0x0201, then 0x0011-0x0013 and 0x202-0x204 will unlock the door. If you then played 0x200, then 0x0011-0x0013 and 0x201-0x203 will unlock the door.
The script has been run to create the .SUB files in this folder. In some cases two numbers were entered, so the .SUB file contains both sequences. For example, you could pair with 0001 and 0002 files. Then you can play the genie-0003.sub file to unlock the door. The next code is typically 0xf or less. If you play a future code, then the gap is reduced to 0x3 codes. If you play invalid codes (from the past/beyond the future) the future code marker is left at its last position. For example, if you were at code 0x0010 and played 0x200, then 0x0011-0x0013 and 0x201-0x203 will unlock the door. If you then played 0x4200, then 0x0011-0x0013 and 0x201-0x203 will still unlock the door. If you then played 0x001f, then 0x0011-0x0013 and 0x0020-0x0022 will unlock the door. If you then played 0x0201, then 0x0011-0x0013 and 0x202-0x204 will unlock the door. If you then played 0x200, then 0x0011-0x0013 and 0x201-0x203 will unlock the door. It is not advised (since someone else with a Flipper Zero could do a Read RAW) but you can play the genie-0200_0201.sub, genie-4200_4201.sub, genie-8200_8201.sub & genie-c200_c201.sub to loop around and allow genie-0001.sub to become in the valid range again.