Update README.md
This commit is contained in:
parent
f30c381f11
commit
c07519b38a
35
README.md
35
README.md
@ -1,13 +1,40 @@
|
|||||||
# HCPBridge
|
# 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>
|
<kbd>
|
||||||
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/webinterface.PNG)
|
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/webinterface.PNG)
|
||||||
</kbd>
|
</kbd>
|
||||||
<br/>
|
<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>
|
<kbd>
|
||||||
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/plug-min.png)
|
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/plug-min.png)
|
||||||
</kbd>
|
</kbd>
|
||||||
@ -20,7 +47,7 @@ Pinout RS485 (Plug):<br/>
|
|||||||
</kbd>
|
</kbd>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
RS485 Adapter:<br/>
|
**RS485 Adapter:**<br/>
|
||||||
<kbd>
|
<kbd>
|
||||||
![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)
|
||||||
</kbd>
|
</kbd>
|
||||||
|
Loading…
Reference in New Issue
Block a user