A gateway for your doorbell button ;-)
Find screenshots of the web interface in the docs directory.
Find schematic diagrams and pcb files in the kicad directory.
Find the precompiled firmware in the firmware directory.
This is a PlatformIO project.
- Power on the WiFi Doorbell Gateway
- Press down and hold the Power-Button during the first 5s
- Release Power-Button when the WiFi LED starts rapidly fast blinking
- The firmware reset ends after about 30s indicated by a permanent WiFi LED on.
After a firmware reset the following values are set.
| value | description | |
|---|---|---|
| WiFi SSID | DoorbellGW-esp id |
SSID in accesspoint mode |
| IP Address | 192.168.192.1 | ip address in accesspoint mode |
| Admin password | admin | Setup admin password |
| OTA Hostname | doorbell-gateway-1 | Over The Air hostname |
| OTA Password | otapass | OTA firmware upload password |
| OpenHAB Callback Enabled | false | |
| OpenHAB Version | 1 | Callback for OpenHAB version 1 or 2 |
| OpenHAB Item Name | DoorbellGateway1 | |
| OpenHAB Host | 192.168.1.1 | |
| OpenHAB Port | 80 | |
| OpenHAB Use Authentication | false | |
| OpenHAB User | user | |
| OpenHAB Password | password | |
| MQTT Enabled | false | |
| MQTT ClientId | DoorbellGateway1 | |
| MQTT Host | 192.168.1.1 | |
| MQTT Port | 80 | |
| MQTT Use Authentication | false | |
| MQTT User | user | |
| MQTT Password | password | |
| MQTT Out Topic | doorbell1/out | sending callback |
| Syslog Enabled | false | |
| Syslog Host | 192.168.1.1 | |
| Syslog Port (TCP) | 80 | |
| Syslog App Name | gateway-doorbell |
- Find screenshots of the web-pages here