From 157b2fa5e93cbf62e9664f6d64ad317e4ff1ba8b Mon Sep 17 00:00:00 2001
From: hkiam <46998722+hkiam@users.noreply.github.com>
Date: Sun, 14 Feb 2021 18:15:21 +0100
Subject: [PATCH] Update README.md
---
README.md | 36 +++++++++++++++++++++++++++---------
1 file changed, 27 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 529b103..98abf48 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,23 @@
# HCPBridge
emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.
-**Funktionen:**
+## Funktionen:
- Abrufen des aktuellen Status (Tor, Licht)
- Aulösen der Aktionen (Licht an/aus, Tor öffen, schließen, stoppen sowie Lüftungsstellung
- WebInterface
- WebService
- Schalten eines Relay mit der Beleuchtung
-**WebInterface:**
+## WebInterface:
+
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/webinterface.PNG)
-**WebService:**
-
+## WebService:
+
Aktion ausführen
-http://deviceip//command?action=id
+http:///command?action=
| Action | Beschreibung |
| --- | --- |
| 0 | schließe Tor |
@@ -28,14 +29,30 @@ http://deviceip//command?action=id
Status abfragen
-http://deviceip/status
+http:///status
+
+Response:
+
+ ```
+{
+ "valid" : true,
+ "doorstate" : 1,
+ "doorposition" : 0,
+ "doortarget" : 0,
+ "lamp" : true,
+ "debug" : 0,
+ "lastresponse" : 0
+}
+```
+
-
+
-**Pinout RS485 (Plug):**
+## Pinout RS485 (Plug):
+
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/plug-min.png)
@@ -48,7 +65,8 @@ http://deviceip/status
-**RS485 Adapter:**
+## RS485 Adapter:
+
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/rs485board-min.png)