From dfc05932306a5fb6d9809e8d1098f4ab4dcecb9b Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Fri, 5 May 2017 18:34:22 +0200 Subject: [PATCH] Add link to the documentation --- .gitignore | 1 + README.md | 2 ++ postprocess_vaillant.sh | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 postprocess_vaillant.sh diff --git a/.gitignore b/.gitignore index fdd6594..06d2599 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 9d95fd5..0454a79 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 0000000..117317c --- /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' + -- GitLab