homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

Homebridge Hue and Ring keep getting uninstalled after restarting #372

Closed LewisSpring closed 3 years ago

LewisSpring commented 3 years ago

Describe Your Problem: If I restart homebridge, Hue and Ring keep coming uninstalled. Logs:

https://gist.github.com/LewisSpring/260570f4e222229b6f58c7f3a46c6ba3```

Docker Start Command:

version: '2'
services:
  homebridge:
    image: oznu/homebridge:latest
    restart: always
    network_mode: host
    environment:
      - PGID=0
      - PUID=0
      - HOMEBRIDGE_CONFIG_UI=1
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
    volumes:
      - /mnt/data/supervisor/homeassistant/homebridge:/homebridge

image

Homebridge Config:

{
    "bridge": {
        "name": "Homebridge",
        "port": 52417,
        "pin": "96xxxx32",
        "username": "0E:xxxx:13"
    },
    "accessories": [
        {
            "name": "Hue",
            "anyOn": true,
            "brightnessAdjustment": 100,
            "configuredName": false,
            "effects": true,
            "excludeSensorTypes": [
                "Daylight",
                "Geofence",
                "CLIP"
            ],
            "forceEveWeather": false,
            "forceHttp": false,
            "groups": false,
            "group0": false,
            "heartrate": 2,
            "hueDimmerRepeat": false,
            "hueMotionTemperatureHistory": false,
            "lights": true,
            "linkButton": true,
            "lowBattery": 25,
            "nativeHomeKitLights": true,
            "nativeHomeKitSensors": false,
            "noResponse": true,
            "parallelRequests": 10,
            "resource": false,
            "rooms": false,
            "rules": false,
            "scenes": false,
            "scenesAsSwitch": false,
            "schedules": false,
            "sensors": true,
            "timeout": 5,
            "users": {
                "USER"
            },
            "waitTimePut": 50,
            "waitTimePutGroup": 1000,
            "waitTimeResend": 300,
            "waitTimeUpdate": 20,
            "wallSwitch": false,
            "platform": "Hue"
        },
        {
            "refreshToken": "TOKEN",
            "alarmOnEntryDelay": false,
            "hideLightGroups": true,
            "hideDoorbellSwitch": false,
            "hideCameraMotionSensor": false,
            "hideCameraSirenSwitch": true,
            "hideInHomeDoorbellSwitch": true,
            "hideAlarmSirenSwitch": true,
            "hideUnsupportedServices": true,
            "showPanicButtons": false,
            "avoidSnapshotBatteryDrain": false,
            "sendCameraMotionNotificationsToTv": false,
            "sendDoorbellMotionNotificationsToTv": false,
            "cameraStatusPollingSeconds": 20,
            "cameraDingsPollingSeconds": 2,
            "locationModePollingSeconds": 20,
            "_bridge": {
                "username": "0E:xxxxxx:18",
                "port": 40875
            },
            "platform": "Ring"
        }
    ],
    "disabledPlugins": [
        "@string-bean/homebridge-drayton-wiser"
    ]
} 

Screenshots:

Environment:

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.