Update README.md

This commit is contained in:
hkiam 2021-02-14 15:29:20 +01:00 committed by GitHub
parent f30c381f11
commit c07519b38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 4 deletions

View File

@ -1,13 +1,40 @@
# HCPBridge
emulates Hörmann HAP 1 HCP on ESP8622
emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.<br/>
**Funktionen:**
- Abrufen des aktuellen Status (Tor, Licht)
- Aulösen der Aktionen (Licht an/aus, Tor öffen, schließen, stoppen sowie Lüftungsstellung
- WebInterface
- WebService
WebInterface:<br/>
**WebInterface:**<br/>
<kbd>
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/webinterface.PNG)
</kbd>
<br/>
Pinout RS485 (Plug):<br/>
**WebService:**<br/>
<kbd>
Aktion ausführen
http://<deviceip>/command?action=<command>
| Action | Beschreibung |
| --- | --- |
| 0 | schließe Tor |
| 1 | öffne Tor |
| 2 | stoppe Tor |
| 3 | Lüftungsstellung |
| 4 | 1/2 öffnen |
| 5 | Lampe an/an |
<br/>
Status abfragen
http://<deviceip>/status
</kbd>
<br/>
**Pinout RS485 (Plug):**<br/>
<kbd>
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/plug-min.png)
</kbd>
@ -20,7 +47,7 @@ Pinout RS485 (Plug):<br/>
</kbd>
<br/>
RS485 Adapter:<br/>
**RS485 Adapter:**<br/>
<kbd>
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/rs485board-min.png)
</kbd>