From f1f39e359ed2e2d1d23bbfde39fad70f02f08e22 Mon Sep 17 00:00:00 2001 From: naster_mick Date: Wed, 6 Mar 2019 14:25:26 +0100 Subject: [PATCH] Added README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..635857a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +CTDoor + +Sketch for an Wemos D1 (ESP8266) which sends the state of the door (open, closed) and lock (unlocked, locked) to /homie/ctdoor/door and /homie/ctdoor/lock + +Usage: + + Connect two micro switches or reed contacts + D5 -> Lock state detection + D6 -> Door state detection + +Uses Homie and OneButton Library.