From 5971dba38e4ea18e765b7182aebf2b8c79793cd8 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 28 Apr 2020 11:59:52 +0200 Subject: [PATCH] do not save the complete line but the RfRaw Json --- BitBucketConverter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitBucketConverter.py b/BitBucketConverter.py index be97958..4cefc51 100644 --- a/BitBucketConverter.py +++ b/BitBucketConverter.py @@ -12,7 +12,7 @@ # Interactive Process to learn Codes: # -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 +# -Save the rfraw JSON objects ({"RfRaw":{"Data":"XXX"}}) 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