Skip to content

eNeRGy164/duco-web-control

Repository files navigation

DUCO Web Control

GitHub Docker Image Version (latest semver) Docker Image Size (latest semver)

Control a DUCO ventilation system with a (mobile) web interface.

Utilizes the openHAB MQTT controller of the DucoBox ESPEasy Plugin.

Web interface

Run

Basic

docker run -e MQTT_SERVER=192.168.1.200 energy164/duco-web:latest

With TLS

docker run -v /cert:/app/cert -e MQTT_SERVER=192.168.1.200 -e TLS=true -e TLS_KEY_FILE=cert/site.key -e TLS_CERT_FILE=site.crt energy164/duco-web:latest

With a custom website

docker run -v /wwwroot:/app/wwwroot energy164/duco-web:latest

Build

.\build.ps1