Merge branch 'master' of https://github.com/hkiam/HCPBridge
This commit is contained in:
commit
e511591d16
14
README.md
14
README.md
@ -1,5 +1,14 @@
|
|||||||
# HCPBridge
|
# HCPBridge
|
||||||
Emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.<br/>
|
Emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.<br/>
|
||||||
|
|
||||||
|
**Kompatible Torantriebe (HCP2-Bus - Modbus):**
|
||||||
|
- SupraMatic E/P Serie 4
|
||||||
|
- ProMatic Serie 4
|
||||||
|
|
||||||
|
Bitte beachten, das Projekt emuliert UAP 1 **HCP** und ist auch **nur** mit der Serie 4 kompatibel! Ältere Antriebe als Serie 4 haben eine andere Pinbelegung und ein komplett anderes Protokoll.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Funktionen:
|
## Funktionen:
|
||||||
- Abrufen des aktuellen Status (Tor, Licht)
|
- Abrufen des aktuellen Status (Tor, Licht)
|
||||||
- Aulösen der Aktionen (Licht an/aus, Tor öffen, schließen, stoppen sowie Lüftungsstellung
|
- Aulösen der Aktionen (Licht an/aus, Tor öffen, schließen, stoppen sowie Lüftungsstellung
|
||||||
@ -42,7 +51,7 @@ Response (JSON):
|
|||||||
"lastresponse" : 0
|
"lastresponse" : 0
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Pinout RS485 (Plug):
|
## Pinout RS485 (Plug):
|
||||||
![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)
|
||||||
1. GND (Blue)
|
1. GND (Blue)
|
||||||
@ -56,6 +65,9 @@ Response (JSON):
|
|||||||
![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!
|
Zwischen A+ (Red) und B- (Green) ist ein 120 Ohm Widerstand zum terminieren des BUS!
|
||||||
|
|
||||||
|
## Schaltung
|
||||||
|
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/schaltung.png)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/antrieb-min.png)
|
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/antrieb-min.png)
|
||||||
- Adapter am Bus anschließen (grüner Pfeil)
|
- Adapter am Bus anschließen (grüner Pfeil)
|
||||||
|
Loading…
Reference in New Issue
Block a user