From 41d699859f605678616773a8e018c56e3a4fbd34 Mon Sep 17 00:00:00 2001 From: hkiam <46998722+hkiam@users.noreply.github.com> Date: Sun, 14 Feb 2021 18:17:43 +0100 Subject: [PATCH] Update README.md --- README.md | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 98abf48..1fd2a32 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,10 @@ emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.
- Schalten eines Relay mit der Beleuchtung ## WebInterface: -
- ![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/webinterface.PNG) - -
## WebService: -
-Aktion ausführen
+### Aktion ausführen http:///command?action= | Action | Beschreibung | | --- | --- | @@ -27,12 +22,11 @@ http:///command?action= | 4 | 1/2 öffnen | | 5 | Lampe an/an | -
-Status abfragen
+ +### Status abfragen: http:///status -
+ Response: -
``` { "valid" : true, @@ -44,32 +38,17 @@ Response: "lastresponse" : 0 } ``` - - - -
- - ## Pinout RS485 (Plug): -
- ![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/plug-min.png) - 1. GND (Blue) 2. GND (Yellow) 3. B- (Green) 4. A+ (Red) 5. +25V (Black) 6. +25V (White) - -
## RS485 Adapter: -
- - ![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/rs485board-min.png) - -
+![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/rs485board-min.png) Zwischen A+ (Red) und B- (Green) ist ein 120 Ohm Widerstand zum terminieren des BUS! -
+