You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
Wenn der Pi neustartet bleibt die Homebridge immer mit dieser Fehlermeldung stehen wenn nur die Homebridge neugestartet dann läuft sie.
Fehlermeldung
Raspberrypi 4.19.97-V7+
Hombridge:v1.1.0
Hombridge-fritz: v0.9.5
config.json
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:31", "manufacturer": "homebridge.io", "model": "homebridge", "port": 51826, "pin": "031-45-154" }, "description": "Home Smart Home", "platforms": [ { "name": "Config", "port": 8080, "auth": "form", "theme": "red", "restart": "sudo -n systemctl restart homebridge", "temp": "/sys/class/thermal/thermal_zone0/temp", "tempUnits": "c", "lang": "de", "sudo": true, "log": { "method": "custom", "command": "journalctl -o cat -n 500 -f -u homebridge" }, "platform": "config" }, { "platform": "FRITZ!Box", "name": "My FRITZ!Box", "username": "homebridge", "password": "***********", "url": "https://192.168.178.1", "interval": 60, "concurrent": true, "devices": { "wifi": { "name": "Guest WLAN", "display": true }, "outlet-1": { "TemperatureSensor": false }, "repeater-1": { "TemperatureSensor": false }, "thermostat-2": { "ContactSensor": false }, "hidden-3": { "display": false } }, "options": { "strictSSL": false } } ], "accessories": [] }
The text was updated successfully, but these errors were encountered: