diff --git a/.gitignore b/.gitignore index fdd6594459ada7e027fcf67eb323f13ad32c7d16..06d2599b95139e01344764bd61e2e052ea9a1168 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Manchester_decode Images/Vaillant-Thermostat-AM-868.287MHz-Wave2a-Zoom_Repeat_Annotated.xcf Images/Vaillant-Thermostat-AM-868.287MHz-Wave2a-Zoom_Repeat_Annotated.kra Vaillant_decode_bitstuff +Others/ diff --git a/README.md b/README.md index 9d95fd5aebfcbb4ff1a8166f08ed6236c18918dc..0454a79642d5ad8cae989be972c00610917106aa 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # vaillant-calormatic340f + +Helper files (utilities, data/signal dumps in decoded form, dead-end approached, etc.) for my decoding project of the Vailland calorMatic 340f wireless central heating control. The documentation of the protocol (i.e. the results obtained with these tools) can be found at http://wiki.kainhofer.com/hardware/vaillantvrt340f. diff --git a/postprocess_vaillant.sh b/postprocess_vaillant.sh new file mode 100644 index 0000000000000000000000000000000000000000..117317cba51878efb3067621eb0728724b42b369 --- /dev/null +++ b/postprocess_vaillant.sh @@ -0,0 +1,2 @@ +sed -e 's/0\{100,\}/\n\n000000000000000000000000000000000000000000000000000000000000\n\n/g;s/1\(0\{5,\}\)1/1\n\1\n1/g' +