Zitat von: flashworker am 01 Februar 2026, 17:35:04Es wäre schön, wenn ihr das Reading "restart_required" mit aufnehmen könntet.Gern geschehen.
2026.02.01 20:25:12.552 1: (Shelly_Set:button) Shelly250 Error: 'command not allowed/no channels of this type (-2)', state is set to 'Error'
2026.02.01 20:25:21.197 1: (Shelly_Set:button) Shelly250 Error: 'command not allowed/no channels of this type (-2)', state is set to 'Error'
2026.02.01 20:25:58.597 1: (Shelly_Set:button) Shelly250 Error: 'command not allowed/no channels of this type (-2)', state remains unchanged (in 'Error')
2026.02.01 20:26:07.392 1: (Shelly_Set:button) Shelly250 Error: 'command not allowed/no channels of this type (-2)', state remains unchanged (in 'Error')
2026.02.01 22:17:38.715 1: (Shelly_Set:button) Shelly133 Error: 'command not allowed/no channels of this type (-1)', state is set to 'Error'
2026.02.01 22:17:38.953 1: (Shelly_Set:button) Shelly133 Error: 'command not allowed/no channels of this type (-1)', state remains unchanged (in 'Error')
Zitat von: rudolfkoenig am 29 Januar 2026, 20:09:10aber ich weiss nicht, wieviele Benutzer sich die Muehe mit dem richtigen Zertifikat auf sich nehmen.
Meinungen?
RASPI-FHEM:/home/soundcork/soundcork $ sudo systemctl status soundcork
● soundcork.service - Gunicorn Daemon for Soundcork
Loaded: loaded (/etc/systemd/system/soundcork.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-02-01 21:03:35 CET; 2s ago
Main PID: 552968 (gunicorn)
Tasks: 6 (limit: 9286)
CPU: 7.774s
CGroup: /system.slice/soundcork.service
├─552968 /home/soundcork/.venv/bin/python3.12 /home/soundcork/.venv/bin/gunicorn -c [b]gunicorn_conf.py[/b] main:app
# gunicorn_conf.py
from multiprocessing import cpu_count
bind = "192.168.0.30:8000"
# Worker Options
workers = cpu_count() + 1
worker_class = "uvicorn.workers.UvicornWorker"
# Logging Options
# FIXME: make these all configurable in conf
loglevel = "debug"
accesslog = "/tmp/soundcork_access.log"
errorlog = "/tmp/soundcork_error.log"Zitat von: Treibhaus am 01 Februar 2026, 21:00:59Thema : Soundcork.Hast du mein Fix gelesen?
Per "sudo systemctl start soundcork" funktioniert der Start: Webseite aber nicht erreichbar ! -> Somit auch keine funktion der ST-BOX