Go to file
2021-02-14 18:24:25 +01:00
Hardware simple script to send notification on your phone on open door and more 2021-02-14 13:23:55 +01:00
HCPBridge fixed encoding problime while compression 2021-02-14 17:28:17 +01:00
Images add some nice images 2021-02-14 14:36:16 +01:00
Investigation simple script to send notification on your phone on open door and more 2021-02-14 13:23:55 +01:00
tools/opendooralert simple script to send notification on your phone on open door and more 2021-02-14 13:23:55 +01:00
.gitignore simple script to send notification on your phone on open door and more 2021-02-14 13:23:55 +01:00
README.md Update README.md 2021-02-14 18:24:25 +01:00

HCPBridge

emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.

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:

alt text

WebService:

Aktion ausführen

''' http:///command?action= '''

Action Beschreibung
0 schließe Tor
1 öffne Tor
2 stoppe Tor
3 Lüftungsstellung
4 1/2 öffnen
5 Lampe an/an

Status abfragen:

''' http:///status '''

Response:

{
 "valid" : true,
 "doorstate" : 1,
 "doorposition" : 0,
 "doortarget" : 0,
 "lamp" : true,
 "debug" : 0,
 "lastresponse" : 0
}

Pinout RS485 (Plug):

alt text

  1. GND (Blue)
  2. GND (Yellow)
  3. B- (Green)
  4. A+ (Red)
  5. +25V (Black)
  6. +25V (White)

RS485 Adapter:

alt text
Zwischen A+ (Red) und B- (Green) ist ein 120 Ohm Widerstand zum terminieren des BUS!

Changelog

TODO