From 9981607903e7f5f3396535e109a04c381dd509ce Mon Sep 17 00:00:00 2001 From: henfri Date: Sun, 9 Dec 2018 15:59:55 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac80db5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Process: +-Run rfraw 177 in your SonOff console +-Push all your remote (each Button 2-3 times) +-Save everything from the console that happened after rfraw 177 to a file, e.g. console.txt +a) Run bitbuckedconverter.py -f console.txt +b) Run bitbuckedconverter.py -f console.txt -e + +In case of a) each line of console.txt will be converted into a B0 string and displayed +In case of b) each line of console.txt will be converted into a B0 string and send to the Bridge. Then: +-if the device reacted as expeced, you can enter a name of the button (e.g. "light") +-else enter nothing to try the next. +-repeat this until all lines have been tried. +-The tool will create a list of buttons -and their B0 codes- that have worked (i.e. for which you have specified a name) +-In the end you can test all of these codes.