schellenberg rollodrive premium webui
3.8K
run as ugreen-docker-project.
Pairing show at the end of the images her.
Visit: https://interceptor.marconitschke.de/thread-155.html
# Ma Ni - v0.1
#
# Schellenberg WebUI USB-Funk-Stick
#
#
services:
schellenberg_webui:
image: nitje/ugreen_schellenberg_webui:latest
container_name: schellenberg_webui
restart: unless-stopped
ports:
- "18088:8080"
environment:
APP_SECRET: "CHANGE_ME_LONG_RANDOM_SECRET"
ADMIN_USER: "admin"
ADMIN_PASSWORD: "admin123"
ENABLE_2FA: "true" # true/false: 2FA global aktivieren/deaktivieren
USB_DEVICE: "/dev/ttyACM0" # ggf. /dev/serial/by-id/... nutzen
USB_BAUDRATE: "9600"
CONFIG_PATH: "/app/data/config.json"
TZ: "Europe/Berlin"
MQTT_ENABLED: "true" # true = MQTT aktivieren
MQTT_HOST: "192.168.1.227" # MQTT-Broker/IP anpassen
MQTT_PORT: "1883"
MQTT_USERNAME: ""
MQTT_PASSWORD: ""
MQTT_TOPIC_PREFIX: "schellenberg"
MQTT_CLIENT_ID: "schellenberg_webui"
MQTT_RETAIN: "true"
MQTT_PUBLISH_INTERVAL: "10"
MQTT_CONNECT_TIMEOUT: "5" # Sekunden bis Verbindungsversuch abbricht
MQTT_RETRY_INTERVAL: "10" # Sekunden bis zum nächsten Versuch
MQTT_HA_DISCOVERY: "true" # Home Assistant MQTT Discovery veröffentlichen
MQTT_HA_PREFIX: "homeassistant" # muss zum HA Discovery Prefix passen
MQTT_HA_INVERT_POSITION: "true" # HA: 100=offen, 0=geschlossen; WebUI bleibt 0=oben,100=unten
devices:
- "/dev/ttyACM0:/dev/ttyACM0"
volumes:
- ./data:/app/data
network_mode: bridge
Pairing Schellenberg Rollodrive 75 Premium: Under the cover, press and hold the left button and the up arrow until the LED flashes rapidly. In the web interface, select the desired room and blind, open pairing, and click "Send Pair."
The blind no longer responds to the Smartfriends Box!
Anlernen Schellenberg Rollodrive 75 Premium: unter der Abdeckung die linke Taste + Pfeil nach oben gedrückt halten bis Led schnell blinkt und in der WebUI jeweiligen Raum und Rollo auswählen und dort Pairing öffnen und "Pair senden" klicken.
Rollo reagiert nicht mehr auf die Smartfriends Box!
Content type
Image
Digest
sha256:050be26bb…
Size
51.2 MB
Last updated
2 months ago
docker pull nitje/ugreen_schellenberg_webui