homebridge-eufy-security / plugin

Homebridge plugin to control certain Eufy Security devices
Apache License 2.0
165 stars 24 forks source link

[Bug]: Solocam S40 streaming/connection issues since 2.3.4 #533

Closed ccanalia82 closed 4 months ago

ccanalia82 commented 4 months ago

What happened?

Camera: Eufy Solocam 230 / S40 Bridged: Yes Base station: Yes, v3 Hardware: Mac Virtual Machine: Virtual-box OS=Ubuntu 23.x Node.js Version: v20.11.1 Node.js Path: /opt/homebridge/bin/node Plugin Path: /var/lib/homebridge/node_modules

Since v2.3.4 I have been unable to stream any of my cameras. On occasion a snapshot will occur but then is never refreshed. If I try to refresh it by opening the home app, the snapshot isn't updated, even if the log says that it is.
I have tried:

  1. Installing the current v2.2.0 first, then upgrade to V2.3.17
  2. Installing the current v2.2.0 first, then upgrade to the last version that allowed me to stream, v2.3.4, then upgrade to V2.3.17
  3. Installing v2.3.4 first, then upgrade to V2.3.17
  4. Torch the whole instance and set up as a fresh device and do it again.
    Same outcome every time. The stream on HK times out, HB log shows a closed connection, but no indication that anything went wrong. The logs pick up when there's motion occurring.
Screenshot 2024-03-26 at 10 52 15 AM

Additionally, for some reason my S40 camera will not display in the configuration settings but does for my other camera which is not supported.

Screenshot 2024-03-26 at 10 52 27 AM Screenshot 2024-03-26 at 10 52 46 AM Screenshot 2024-03-26 at 10 53 02 AM

Device Type

other (UnSupported)

Plugin Version

other (UnSupported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Ubuntu 18.04+ (Supported)

Relevant log output

[3/26/2024, 4:45:36 PM] [homebridge-eufy-security] Launched child bridge with PID 38580
[3/26/2024, 4:45:36 PM] Registering platform 'homebridge-eufy-security.EufySecurity'
[3/26/2024, 4:45:36 PM] [homebridge-eufy-security] Loaded homebridge-eufy-security v2.3.17 child bridge successfully
[3/26/2024, 4:45:36 PM] Loaded 3 cached accessories from cachedAccessories.0EA427F985AC.
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   WARN    [platform.ts:250]   warning: planned changes, see https://github.com/homebridge-eufy-security/plugin/issues/1
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:252]   plugin data store: /var/lib/homebridge/eufysecurity
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:253]   OS is generic
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:254]   Using bropats @homebridge-eufy-security/eufy-security-client library in version 3.0.0
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   INFO    [platform.ts:257]   ffmpegPath set: /var/lib/homebridge/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:261]   The config is: {
  enableDetailedLogging: true,
  CameraMaxLivestreamDuration: 30,
  pollingIntervalMinutes: 10,
  hkHome: 1,
  hkAway: 0,
  hkNight: 3,
  hkOff: 63,
  ignoreStations: '[***]',
  ignoreDevices: '[***]',
  country: 'US',
  cameras: [
    {
      serialNumber: '[***]',
      rtsp: false,
      videoConfig: {
        audio: true,
        debug: true,
        vcodec: 'copy',
        useSeparateProcesses: true
      },
      enableCamera: true,
      snapshotHandlingMethod: 3,
      delayCameraSnapshot: true,
      refreshSnapshotIntervalMinutes: 30,
      hsv: true,
      hsvRecordingDuration: 90
    },
    {
      serialNumber: '[***]',
      rtsp: false,
      videoConfig: {
        audio: true,
        debug: true,
        vcodec: 'copy',
        useSeparateProcesses: true
      },
      enableCamera: true,
      snapshotHandlingMethod: 3,
      delayCameraSnapshot: true,
      refreshSnapshotIntervalMinutes: 30
    }
  ],
  cleanCache: true,
  unbridge: false,
  ignoreMultipleDevicesWarning: true,
  syncStationModes: false,
  autoSyncStation: true,
  username: '[***]',
  password: '[***]',
  deviceName: 'Eufy HB',
  platform: 'EufySecurity',
  HSV: true,
  _bridge: {
    username: '[***]',
    port: 32057
  }
}
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   INFO    [platform.ts:285]   Country set: US
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   INFO    [platform.ts:309]   Finished initializing!
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:587]   Loading accessory from cache: SmartDrop
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:587]   Loading accessory from cache: Garage
[03/26/2024 16:45:37]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:587]   Loading accessory from cache: HB3
[3/26/2024, 4:45:37 PM] Publishing bridge accessory (name: homebridge-eufy-security, publishInfo: {
  username: '0E:A4:27:F9:85:AC',
  port: 32057,
  pincode: '***-**-***',
  category: 2,
  bind: [ 'enp0s3', [length]: 1 ],
  mdns: undefined,
  addIdentifyingMaterial: true,
  advertiser: 'bonjour-hap'
}).
[3/26/2024, 4:45:37 PM] Homebridge v1.7.0 (HAP v0.11.1) (homebridge-eufy-security) is running on port 32057.
[03/26/2024 16:45:38]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:383]   EufyClient connected true
[03/26/2024 16:45:38]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:407]   CameraMaxLivestreamDuration: 30
[03/26/2024 16:45:39]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:476]   SmartDrop: Station ignored
[03/26/2024 16:45:40]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:335]   Connected!
[03/26/2024 16:45:41]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:329]   Push Connected!
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:505]   HB3 pre-caching complete
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:621]   HB3 UUID:d0d92d98-c55c-456f-a320-f387c784ce51
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [AutoSyncStationAccessory.ts:49]    HB3 Constructed First Station
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC AccessoryInformation / Manufacturer
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000020-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC AccessoryInformation / Name
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000023-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC AccessoryInformation / Model
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000021-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC AccessoryInformation / SerialNumber
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000030-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC AccessoryInformation / FirmwareRevision
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000052-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC AccessoryInformation / HardwareRevision
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000053-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:95]   HB3 Property Keys: {
  name: 'HB3',
  model: 'T8030',
  serialNumber: '[***]',
  type: 18,
  hardwareVersion: 'V05',
  softwareVersion: '3.4.6.9',
  macAddress: '0417B6B393F5',
  timeFormat: 0,
  alarmVolume: 1,
  alarm: false,
  alarmType: 0,
  alarmArmed: false,
  alarmArmDelay: 0,
  alarmDelay: 0,
  alarmDelayType: 0,
  crossCameraTracking: false,
  trackingAssistance: true,
  guardMode: 1,
  continuousTrackingTime: 120,
  alarmTone: 1,
  promptVolume: 1,
  lanIpAddress: '192.168.6.195',
  notificationSwitchModeSchedule: true,
  notificationSwitchModeGeofence: false,
  notificationSwitchModeApp: true,
  notificationSwitchModeKeypad: true,
  notificationStartAlarmDelay: false,
  currentMode: 1,
  crossTrackingCameraList: '',
  crossTrackingGroupList: '',
  storageInfoEmmc: {
    disk_nominal: 0,
    disk_size: 15974,
    system_size: 3158,
    disk_used: 4056,
    data_used_percent: 28,
    swap_size: 2048,
    video_size: 10434,
    video_used: 1255,
    data_partition_size: 12932,
    eol_percent: 1,
    work_status: 0,
    health: 0
  },
  storageInfoHdd: {
    serial_number: '',
    disk_path: '',
    disk_size: 0,
    system_size: 0,
    disk_used: 0,
    video_used: 0,
    video_size: 0,
    cur_temperate: 0,
    parted_status: 0,
    work_status: 0,
    hdd_label: '',
    health: 0,
    device_module: '',
    hdd_type: 0
  }
}
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:46]    HB3 Constructed Station
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:160]   HB3 Config: undefined
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:180]   HB3 
    manual alarm will be triggered only in these hk modes:

[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:265]   HB3 Mapping for station modes: [
  {
    hk: 0,
    eufy: 1
  },
  {
    hk: 1,
    eufy: 0
  },
  {
    hk: 2,
    eufy: 3
  },
  {
    hk: 3,
    eufy: 63
  }
]
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC SecuritySystem / SecuritySystemCurrentState
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000007E-0000-1000-8000-0026BB765291) / (00000066-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:192]  HB3 ON 'SecuritySystem / SecuritySystemCurrentState'
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC SecuritySystem / SecuritySystemTargetState
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (0000007E-0000-1000-8000-0026BB765291) / (00000067-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:192]  HB3 ON 'SecuritySystem / SecuritySystemTargetState'
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  HB3 REGISTER CHARACTERISTIC Switch / On
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  HB3 REGISTER CHARACTERISTIC (00000049-0000-1000-8000-0026BB765291) / (00000025-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:44]   [EufySecurity-2.3.17]   INFO    [platform.ts:444]   Updating existing accessory: HB3
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:530]   Garage pre-caching complete
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:654]   Garage UUID:f70ccc70-fa9a-46ac-9593-4db4892fe96b
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:673]   Garage isCamera!
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC AccessoryInformation / Manufacturer
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000020-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC AccessoryInformation / Name
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000023-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC AccessoryInformation / Model
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000021-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC AccessoryInformation / SerialNumber
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000030-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC AccessoryInformation / FirmwareRevision
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000052-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC AccessoryInformation / HardwareRevision
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000053-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:95]   Garage Property Keys: {
  motionDetected: false,
  personDetected: false,
  personName: '',
  name: 'Garage',
  model: 'T8124',
  serialNumber: '[***]',
  type: 62,
  hardwareVersion: 'P3',
  softwareVersion: '1.1.6.4',
  stationSerialNumber: '[***]',
  enabled: true,
  picture: {
    data: '[***]',
    type: {
      ext: 'jpg',
      mime: 'image/jpeg'
    }
  },
  recordingClipLength: 60,
  recordingRetriggerInterval: 5,
  recordingEndClipMotionStops: true,
  snoozeTime: 0,
  snoozeStartTime: 0,
  petDetected: false,
  soundDetected: false,
  cryingDetected: false,
  identityPersonDetected: false,
  strangerPersonDetected: false,
  vehicleDetected: false,
  dogDetected: false,
  dogLickDetected: false,
  dogPoopDetected: false,
  detectionStatisticsWorkingDays: 2,
  detectionStatisticsDetectedEvents: 164,
  detectionStatisticsRecordedEvents: 98,
  audioRecording: true,
  microphone: true,
  speakerVolume: 80,
  motionDetection: true,
  powerWorkingMode: 0,
  videoStreamingQuality: 0,
  battery: 99,
  wifiRssi: -26,
  wifiSignalLevel: 4,
  snooze: false,
  motionDetectionSensitivity: 4,
  motionDetectionTypeHuman: true,
  motionDetectionTypeHumanRecognition: true,
  motionDetectionTypePet: false,
  motionDetectionTypeVehicle: false,
  motionDetectionTypeAllOtherMotions: false,
  statusLed: false,
  state: 1,
  light: false,
  videoRecordingQuality: 1,
  watermark: 2,
  speaker: true,
  nightvision: 1,
  batteryTemperature: 12,
  notificationType: 1,
  chargingStatus: 0,
  lightSettingsBrightnessManual: 60
}
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:127]    Garage Constructed Camera
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:351]    Garage config is {
  name: 'Garage',
  manufacturer: '',
  model: '',
  serialNumber: '[***]',
  firmwareRevision: '',
  enableButton: true,
  motionButton: true,
  lightButton: true,
  talkback: false,
  talkbackChannels: 1,
  hsv: true,
  hsvRecordingDuration: 90,
  rtsp: false,
  enableCamera: true,
  forcerefreshsnap: false,
  refreshSnapshotIntervalMinutes: 30,
  snapshotHandlingMethod: 3,
  immediateRingNotificationWithoutSnapshot: false,
  delayCameraSnapshot: true,
  indoorChimeButton: false,
  videoConfig: {
    audio: true,
    debug: true,
    vcodec: 'copy',
    useSeparateProcesses: true
  }
}
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:132]    Garage has a camera
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC MotionSensor / MotionDetected
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (00000085-0000-1000-8000-0026BB765291) / (00000022-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:192]  Garage ON 'MotionSensor / MotionDetected'
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:614]    Garage StreamingDelegate
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   INFO    [SnapshotManager.ts:108]    Garage Setting up automatic snapshot refresh every 30 minutes. This may decrease battery life dramatically. The refresh process for Garage should begin in 1 minutes.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   INFO    [SnapshotManager.ts:125]    Garage is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:347]    Garage trying to download latest cloud snapshot for future use
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:354]    Garage Stored cloud snapshot for future use.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   INFO    [CameraAccessory.ts:623]    WARNING: Motion detection and HomeKit Secure Video provide overlapping functionality. Only HomeKit Secure Video, when event recording is enabled in the Home app, will be used to trigger motion event notifications for this camera.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:627]    Garage RecordingDelegate
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:631]    Garage Controller
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:634]    Garage streamingDelegate.setController
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:638]    Garage recordingDelegate.setController
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:642]    Garage configureController
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    Garage IndoorChime config: false
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:263]    Garage Looks like not compatible with chimeIndoor or this has been disabled within configuration
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC Battery / BatteryLevel
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (00000096-0000-1000-8000-0026BB765291) / (00000068-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    Garage Enabled config: true
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:259]    Garage has a enabled, so append switchEnabled characteristic to it.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC Switch / On
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (00000049-0000-1000-8000-0026BB765291) / (00000025-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    Garage Motion config: true
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:259]    Garage has a motionDetection, so append switchMotion characteristic to it.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC Switch / On
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (00000049-0000-1000-8000-0026BB765291) / (00000025-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    Garage Light config: true
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:259]    Garage has a light, so append lightbulbLight characteristic to it.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  Garage REGISTER CHARACTERISTIC Lightbulb / On
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  Garage REGISTER CHARACTERISTIC (00000043-0000-1000-8000-0026BB765291) / (00000025-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:262]  Garage Pruning unused service 0000021A-0000-1000-8000-0026BB765291 null
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:262]  Garage Pruning unused service 00000112-0000-1000-8000-0026BB765291 null
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:530]   SmartDrop pre-caching complete
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:654]   SmartDrop UUID:a2aea868-487e-44b5-88a2-5c1d9488b675
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [platform.ts:673]   SmartDrop isCamera!
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC AccessoryInformation / Manufacturer
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000020-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC AccessoryInformation / Name
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000023-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC AccessoryInformation / Model
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000021-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC AccessoryInformation / SerialNumber
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000030-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC AccessoryInformation / FirmwareRevision
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000052-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC AccessoryInformation / HardwareRevision
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000053-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:95]   SmartDrop Property Keys: {
  motionDetected: false,
  personDetected: false,
  personName: '',
  name: 'SmartDrop',
  model: 'T8790',
  serialNumber: '[***]',
  type: 90,
  hardwareVersion: 'P1',
  softwareVersion: '1.3.3.9',
  stationSerialNumber: '[***]',
  picture: null,
  openedByName: '',
  openedByType: 0,
  tamperingAlert: false,
  lowTemperatureAlert: false,
  highTemperatureAlert: false,
  lidStuckAlert: false,
  pinIncorrectAlert: false,
  batteryFullyChargedAlert: false,
  lowBatteryAlert: false,
  longTimeNotCloseAlert: false,
  recordingClipLength: 60,
  recordingEndClipMotionStops: false,
  isDeliveryDenied: false,
  hasMasterPin: true,
  deliveries: 0,
  packageDelivered: false,
  battery: 99,
  motionActivatedPrompt: false,
  watermark: 0,
  microphone: true,
  powerWorkingMode: 0,
  speakerVolume: 75,
  motionDetection: true,
  wifiRssi: -46,
  wifiSignalLevel: 4,
  openMethod: 1,
  videoStreamingQuality: 0,
  motionDetectionSensitivity: 3,
  audioRecording: true,
  motionDetectionType: 0,
  speaker: true,
  autoNightvision: true
}
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:127]    SmartDrop Constructed Camera
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:351]    SmartDrop config is {
  name: 'SmartDrop',
  manufacturer: '',
  model: '',
  serialNumber: '[***]',
  firmwareRevision: '',
  enableButton: true,
  motionButton: true,
  lightButton: true,
  talkback: false,
  talkbackChannels: 1,
  hsv: true,
  hsvRecordingDuration: 90,
  rtsp: false,
  enableCamera: true,
  forcerefreshsnap: false,
  refreshSnapshotIntervalMinutes: 30,
  snapshotHandlingMethod: 3,
  immediateRingNotificationWithoutSnapshot: false,
  delayCameraSnapshot: true,
  indoorChimeButton: false,
  videoConfig: {
    audio: true,
    debug: true,
    vcodec: 'copy',
    useSeparateProcesses: true
  }
}
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:132]    SmartDrop has a camera
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC MotionSensor / MotionDetected
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (00000085-0000-1000-8000-0026BB765291) / (00000022-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:192]  SmartDrop ON 'MotionSensor / MotionDetected'
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:614]    SmartDrop StreamingDelegate
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   INFO    [SnapshotManager.ts:108]    SmartDrop Setting up automatic snapshot refresh every 30 minutes. This may decrease battery life dramatically. The refresh process for SmartDrop should begin in 2 minutes.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   INFO    [SnapshotManager.ts:125]    SmartDrop is set to handle snapshots with cloud images. Snapshots might be older than they appear.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:347]    SmartDrop trying to download latest cloud snapshot for future use
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   WARN    [SnapshotManager.ts:359]    SmartDrop Couldt not get cloud snapshot: TypeError: Cannot read properties of null (reading 'data')
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   INFO    [CameraAccessory.ts:623]    WARNING: Motion detection and HomeKit Secure Video provide overlapping functionality. Only HomeKit Secure Video, when event recording is enabled in the Home app, will be used to trigger motion event notifications for this camera.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:627]    SmartDrop RecordingDelegate
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:631]    SmartDrop Controller
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:634]    SmartDrop streamingDelegate.setController
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:638]    SmartDrop recordingDelegate.setController
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:642]    SmartDrop configureController
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [recordingDelegate.ts:235]  Recording: true SmartDrop
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    SmartDrop IndoorChime config: false
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:263]    SmartDrop Looks like not compatible with chimeIndoor or this has been disabled within configuration
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC Battery / BatteryLevel
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (00000096-0000-1000-8000-0026BB765291) / (00000068-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    SmartDrop Enabled config: true
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:263]    SmartDrop Looks like not compatible with enabled or this has been disabled within configuration
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    SmartDrop Motion config: true
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:259]    SmartDrop has a motionDetection, so append switchMotion characteristic to it.
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:145]  SmartDrop REGISTER CHARACTERISTIC Switch / On
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:151]  SmartDrop REGISTER CHARACTERISTIC (00000049-0000-1000-8000-0026BB765291) / (00000025-0000-1000-8000-0026BB765291)
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:256]    SmartDrop Light config: true
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:263]    SmartDrop Looks like not compatible with light or this has been disabled within configuration
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:262]  SmartDrop Pruning unused service 00000204-0000-1000-8000-0026BB765291 null
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:262]  SmartDrop Pruning unused service 00000112-0000-1000-8000-0026BB765291 null
[03/26/2024 16:45:47]   [EufySecurity-2.3.17]   WARN    [SnapshotManager.ts:139]    SmartDrop snapshot handler is initialized without cloud snapshot. Maybe no snapshot will displayed the first times.TypeError: Cannot read properties of null (reading 'data')
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Model': SMART_DROP
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Name': SmartDrop
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / SerialNumber': T8790N10231001CD
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / HardwareRevision': P1
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'MotionSensor / MotionDetected': false
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'Battery / BatteryLevel': 99
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    SmartDrop GET 'On' motionDetection: true
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'Switch / On': true
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Model': SOLO_CAMERA_SPOTLIGHT_SOLAR
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Name': Garage
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / SerialNumber': T8124P31232003A5
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / HardwareRevision': P3
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'MotionSensor / MotionDetected': false
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Battery / BatteryLevel': 99
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' enabled: true
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Switch / On': true
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' motionDetection: true
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Switch / On': true
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' light: false
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Lightbulb / On': false
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Model': HB3
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Name': HB3
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / SerialNumber': T8030P13233240F8
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / HardwareRevision': V05
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemCurrentState': 0
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemTargetState': 0
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'Switch / On': false
[03/26/2024 16:45:48]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Name': Garage
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Name': SmartDrop
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:50]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:50]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:50]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:50]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:100]  SmartDrop Raw Property Changes: 1142 "-53"
[03/26/2024 16:45:50]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:105]  SmartDrop Property Changes: wifiRssi -53
[03/26/2024 16:45:51]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:51]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:51]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:53]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:53]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:53]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:53]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:53]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:45:54]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:55]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:45:55]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:45:55]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:01]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Model': SMART_DROP
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Name': SmartDrop
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / SerialNumber': T8790N10231001CD
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / HardwareRevision': P1
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'MotionSensor / MotionDetected': false
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'Battery / BatteryLevel': 99
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    SmartDrop GET 'On' motionDetection: true
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'Switch / On': true
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Model': SOLO_CAMERA_SPOTLIGHT_SOLAR
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Name': Garage
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / SerialNumber': T8124P31232003A5
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / HardwareRevision': P3
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'MotionSensor / MotionDetected': false
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Battery / BatteryLevel': 99
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' enabled: true
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Switch / On': true
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' motionDetection: true
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Switch / On': true
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' light: false
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Lightbulb / On': false
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Model': HB3
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Name': HB3
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / SerialNumber': T8030P13233240F8
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / HardwareRevision': V05
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemCurrentState': 0
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemTargetState': 0
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'Switch / On': false
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:46:03]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:23]   [EufySecurity-2.3.17]   INFO    [platform.ts:595]   Looking for old cached accessories that seem to be outdated...
[03/26/2024 16:46:23]   [EufySecurity-2.3.17]   INFO    [platform.ts:611]   No outdated cached accessories found.
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Model': SMART_DROP
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Name': SmartDrop
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / SerialNumber': T8790N10231001CD
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / HardwareRevision': P1
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'MotionSensor / MotionDetected': false
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'Battery / BatteryLevel': 99
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    SmartDrop GET 'On' motionDetection: true
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'Switch / On': true
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Model': SOLO_CAMERA_SPOTLIGHT_SOLAR
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Name': Garage
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / SerialNumber': T8124P31232003A5
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / HardwareRevision': P3
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'MotionSensor / MotionDetected': false
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Battery / BatteryLevel': 99
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' enabled: true
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Switch / On': true
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' motionDetection: true
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Switch / On': true
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' light: false
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Lightbulb / On': false
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Manufacturer': Eufy
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Model': HB3
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / Name': HB3
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / SerialNumber': T8030P13233240F8
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / HardwareRevision': V05
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemCurrentState': 0
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemTargetState': 0
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'Switch / On': false
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / Name': Garage
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'AccessoryInformation / FirmwareRevision': 3.4.6.9
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / Name': SmartDrop
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:40]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:113]  Garage handleSnapshotRequest
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:116]  Garage Snapshot requested: 1280 x 720 true
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:195]    Fetching the newest cloud snapshot.
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:120]  Garage snapshot byte lenght: 12068
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:113]  SmartDrop handleSnapshotRequest
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:116]  SmartDrop Snapshot requested: 1280 x 720 true
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:195]    Fetching the newest cloud snapshot.
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   ERROR   [SnapshotManager.ts:206]    Error fetching snapshot: No snapshot in memory
[03/26/2024 16:46:46]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:120]  SmartDrop snapshot byte lenght: 57784
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:318]    Garage Automatic snapshot refresh triggered.
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:375]    Garage Locked refresh process.
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:376]    Garage Fetching new snapshot from camera.
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [utils.ts:35]   Garage RTSP rtspStream:false
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [utils.ts:37]   Garage Looks like not compatible with RTSP
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [LocalLivestreamManager.ts:63]  Garage New instance requests livestream.
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [LocalLivestreamManager.ts:75]  Garage Start new station livestream...
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemTargetState': 0
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [StationAccessory.ts:322]   HB3 GET StationCurrentMode: 1
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'SecuritySystem / SecuritySystemCurrentState': 0
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'Switch / On': false
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' light: false
[03/26/2024 16:46:47]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Lightbulb / On': false
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:313]  Garage Receive Apple HK stream request{"sessionID":"49e19aae-0302-45ee-b7cc-ddb571ead1b3","type":"start","video":{"codec":0,"profile":2,"level":2,"packetizationMode":0,"width":1280,"height":720,"fps":30,"pt":99,"ssrc":2080897985,"max_bit_rate":299,"rtcp_interval":0.5,"mtu":1378},"audio":{"codec":"AAC-eld","channel":1,"bit_rate":0,"sample_rate":16,"packet_time":30,"pt":110,"ssrc":4252086748,"max_bit_rate":24,"rtcp_interval":5,"comfort_pt":13,"comfortNoiseEnabled":false}}
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:175]  Garage Starting session with id: 49e19aae-0302-45ee-b7cc-ddb571ead1b3
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:184]  Garage VIDEOCONFIG: {"audio":true,"debug":true,"vcodec":"copy","useSeparateProcesses":true}
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [utils.ts:35]   Garage RTSP rtspStream:false
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [utils.ts:37]   Garage Looks like not compatible with RTSP
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [LocalLivestreamManager.ts:63]  Garage New instance requests livestream.
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [LocalLivestreamManager.ts:75]  Garage Start new station livestream...
[03/26/2024 16:46:50]   [EufySecurity-2.3.17]   DEBUG   [LocalLivestreamManager.ts:80]  Garage stream is already starting. waiting...
[03/26/2024 16:46:59]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:46:59]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:46:59]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:313]  Garage Receive Apple HK stream request{"sessionID":"49e19aae-0302-45ee-b7cc-ddb571ead1b3","type":"stop"}
[03/26/2024 16:46:59]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:359]  Stopping session with id: 49e19aae-0302-45ee-b7cc-ddb571ead1b3
[03/26/2024 16:46:59]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:384]  Garage No session to stop.
[03/26/2024 16:47:01]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:113]  Garage handleSnapshotRequest
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:116]  Garage Snapshot requested: 1280 x 720 true
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:195]    Fetching the newest cloud snapshot.
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:120]  Garage snapshot byte lenght: 12068
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:113]  SmartDrop handleSnapshotRequest
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:116]  SmartDrop Snapshot requested: 1280 x 720 true
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:195]    Fetching the newest cloud snapshot.
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   ERROR   [SnapshotManager.ts:206]    Error fetching snapshot: No snapshot in memory
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [streamingDelegate.ts:120]  SmartDrop snapshot byte lenght: 57784
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [CameraAccessory.ts:527]    Garage GET 'On' light: false
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'Lightbulb / On': false
[03/26/2024 16:47:02]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  HB3 GET 'Switch / On': false
[03/26/2024 16:47:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:318]    SmartDrop Automatic snapshot refresh triggered.
[03/26/2024 16:47:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:375]    SmartDrop Locked refresh process.
[03/26/2024 16:47:47]   [EufySecurity-2.3.17]   DEBUG   [SnapshotManager.ts:376]    SmartDrop Fetching new snapshot from camera.
[03/26/2024 16:47:47]   [EufySecurity-2.3.17]   DEBUG   [utils.ts:35]   SmartDrop RTSP rtspStream:false
[03/26/2024 16:47:47]   [EufySecurity-2.3.17]   DEBUG   [utils.ts:37]   SmartDrop Looks like not compatible with RTSP
[03/26/2024 16:47:47]   [EufySecurity-2.3.17]   DEBUG   [LocalLivestreamManager.ts:63]  SmartDrop New instance requests livestream.
[03/26/2024 16:47:47]   [EufySecurity-2.3.17]   DEBUG   [LocalLivestreamManager.ts:75]  SmartDrop Start new station livestream...
[03/26/2024 16:47:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:100]  SmartDrop Raw Property Changes: 1142 "-46"
[03/26/2024 16:47:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:105]  SmartDrop Property Changes: wifiRssi -46
[03/26/2024 16:47:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:100]  SmartDrop Raw Property Changes: 1147 "1711471681"
[03/26/2024 16:47:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:100]  SmartDrop Raw Property Changes: 1204 {"zonecount":0,"polygens":[]}
[03/26/2024 16:47:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:100]  SmartDrop Raw Property Changes: 1271 {"account_id":"7d6bdfcde77d8c8d9e7a09b5d31a04fcda70d6ad","snooze_time":0}
[03/26/2024 16:47:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:105]  HB3 Property Changes: storageInfoEmmc {"disk_nominal":0,"disk_size":15974,"system_size":3158,"disk_used":4056,"data_used_percent":28,"swap_size":2048,"video_size":10434,"video_used":1255,"data_partition_size":12932,"eol_percent":1,"work_status":0,"health":0}
[03/26/2024 16:47:49]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:105]  HB3 Property Changes: storageInfoHdd {"serial_number":"","disk_path":"","disk_size":0,"system_size":0,"disk_used":0,"video_used":0,"video_size":0,"cur_temperate":0,"parted_status":0,"work_status":0,"hdd_label":"","health":0,"device_module":"","hdd_type":0}
[03/26/2024 16:47:57]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4
[03/26/2024 16:47:57]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  SmartDrop GET 'AccessoryInformation / FirmwareRevision': 1.3.3.9
[03/26/2024 16:47:58]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:100]  SmartDrop Raw Property Changes: 1142 "-53"
[03/26/2024 16:47:58]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:105]  SmartDrop Property Changes: wifiRssi -53
[03/26/2024 16:48:02]   [EufySecurity-2.3.17]   DEBUG   [BaseAccessory.ts:156]  Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4

config

{
    "bridge": {
        "name": "Homebridge 70E0",
        "username": "0E:8E:63:6A:70:E0",
        "port": 51371,
        "pin": "722-47-193",
        "advertiser": "bonjour-hap",
        "bind": [
            "enp0s3"
        ]
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "none",
            "theme": "dark-mode-purple",
            "tempUnits": "f",
            "lang": "auto",
            "sudo": true,
            "standalone": false,
            "platform": "config"
        },
        {
            "enableDetailedLogging": true,
            "CameraMaxLivestreamDuration": 30,
            "pollingIntervalMinutes": 10,
            "hkHome": 1,
            "hkAway": 0,
            "hkNight": 3,
            "hkOff": 63,
            "ignoreStations": [
                "T8790N10231001CD"
            ],
            "ignoreDevices": [],
            "country": "US",
            "cameras": [
                {
                    "serialNumber": "T8124P31232003A5",
                    "rtsp": false,
                    "videoConfig": {
                        "audio": true,
                        "debug": true,
                        "vcodec": "copy",
                        "useSeparateProcesses": true
                    },
                    "enableCamera": true,
                    "snapshotHandlingMethod": 3,
                    "delayCameraSnapshot": true,
                    "refreshSnapshotIntervalMinutes": 30,
                    "hsv": true,
                    "hsvRecordingDuration": 90
                },
                {
                    "serialNumber": "T8790N10231001CD",
                    "rtsp": false,
                    "videoConfig": {
                        "audio": true,
                        "debug": true,
                        "vcodec": "copy",
                        "useSeparateProcesses": true
                    },
                    "enableCamera": true,
                    "snapshotHandlingMethod": 3,
                    "delayCameraSnapshot": true,
                    "refreshSnapshotIntervalMinutes": 30
                }
            ],
            "cleanCache": true,
            "unbridge": false,
            "ignoreMultipleDevicesWarning": true,
            "syncStationModes": false,
            "autoSyncStation": true,
            "username": “***,
            "password": "***",
            "deviceName": "Eufy HB",
            "platform": "EufySecurity",
            "HSV": true,
            "_bridge": {
                "username": "0E:A4:27:F9:85:AC",
                "port": 32057
            }
        }
    ]
}
github-actions[bot] commented 4 months ago

Did you check this Common Issues pages ?

ccanalia82 commented 4 months ago

Isolating just an instance of attempting to view the camera from HK. Might be easier to look at that part here.

[03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:113] Garage handleSnapshotRequest [03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:116] Garage Snapshot requested: 1280 x 720 true [03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [SnapshotManager.ts:195] Fetching the newest cloud snapshot. [03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:120] Garage snapshot byte lenght: 12068 [03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:113] SmartDrop handleSnapshotRequest [03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:116] SmartDrop Snapshot requested: 1280 x 720 true [03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [SnapshotManager.ts:195] Fetching the newest cloud snapshot. [03/26/2024 17:12:38] [EufySecurity-2.3.17] ERROR [SnapshotManager.ts:206] Error fetching snapshot: No snapshot in memory [03/26/2024 17:12:38] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:120] SmartDrop snapshot byte lenght: 57784 [03/26/2024 17:12:40] [EufySecurity-2.3.17] DEBUG [StationAccessory.ts:322] HB3 GET StationCurrentMode: 1 [03/26/2024 17:12:40] [EufySecurity-2.3.17] DEBUG [BaseAccessory.ts:156] HB3 GET 'SecuritySystem / SecuritySystemTargetState': 0 [03/26/2024 17:12:40] [EufySecurity-2.3.17] DEBUG [StationAccessory.ts:322] HB3 GET StationCurrentMode: 1 [03/26/2024 17:12:40] [EufySecurity-2.3.17] DEBUG [BaseAccessory.ts:156] HB3 GET 'SecuritySystem / SecuritySystemCurrentState': 0 [03/26/2024 17:12:40] [EufySecurity-2.3.17] DEBUG [BaseAccessory.ts:156] HB3 GET 'Switch / On': false [03/26/2024 17:12:40] [EufySecurity-2.3.17] DEBUG [CameraAccessory.ts:527] Garage GET 'On' light: false [03/26/2024 17:12:40] [EufySecurity-2.3.17] DEBUG [BaseAccessory.ts:156] Garage GET 'Lightbulb / On': false [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [BaseAccessory.ts:156] Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4 [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [BaseAccessory.ts:156] Garage GET 'AccessoryInformation / FirmwareRevision': 1.1.6.4 [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:313] Garage Receive Apple HK stream request{"sessionID":"6209655c-2d8d-482c-a082-a0f74bd73266","type":"start","video":{"codec":0,"profile":2,"level":2,"packetizationMode":0,"width":1280,"height":720,"fps":30,"pt":99,"ssrc":2525089153,"max_bit_rate":299,"rtcp_interval":0.5,"mtu":1378},"audio":{"codec":"AAC-eld","channel":1,"bit_rate":0,"sample_rate":16,"packet_time":30,"pt":110,"ssrc":3261618732,"max_bit_rate":24,"rtcp_interval":5,"comfort_pt":13,"comfortNoiseEnabled":false}} [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:175] Garage Starting session with id: 6209655c-2d8d-482c-a082-a0f74bd73266 [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:184] Garage VIDEOCONFIG: {"audio":true,"debug":true,"vcodec":"copy","useSeparateProcesses":true} [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [utils.ts:35] Garage RTSP rtspStream:false [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [utils.ts:37] Garage Looks like not compatible with RTSP [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [LocalLivestreamManager.ts:63] Garage New instance requests livestream. [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [LocalLivestreamManager.ts:75] Garage Start new station livestream... [03/26/2024 17:12:42] [EufySecurity-2.3.17] DEBUG [LocalLivestreamManager.ts:80] Garage stream is already starting. waiting... [03/26/2024 17:12:51] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:313] Garage Receive Apple HK stream request{"sessionID":"6209655c-2d8d-482c-a082-a0f74bd73266","type":"stop"} [03/26/2024 17:12:51] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:359] Stopping session with id: 6209655c-2d8d-482c-a082-a0f74bd73266 [03/26/2024 17:12:51] [EufySecurity-2.3.17] DEBUG [streamingDelegate.ts:384] Garage No session to stop.

lenoxys commented 4 months ago

Hello thanks for your contribution indeed 2.3.11+ has streaming video issue. I'm a bit stuck on this to be honest. Please bear with me !

ccanalia82 commented 4 months ago

Same issue persists on 2.3.21

ccanalia82 commented 4 months ago

@lenoxys I thought this might be something to look at. The streaming issue is fixed and I think we can close this with .23, but, this has been an ongoing issue at the same time. The UI does not recognize camera connected to home base in order to update the configs.

I can stream when connected as a bridge or stand alone. When connected through a base station, the settings screen does not recognize.

Below shows my S380 HB and my SmartDrop, but the S40 connected to the HB does not display.

IMG_0157

Station and options show up IMG_0159

Camera does not IMG_0158

Homebridge shows the S40 camera in devices and it appears in HomeKit. But I cannot set the configurations via dialog.

IMG_0160

Log for loading the bridge Eufy-bridge.log.txt

previous versions it looked like this. IMG_0162

lenoxys commented 4 months ago

Hello can you re sync ? Is s40 was always attached to HB ?

ccanalia82 commented 4 months ago

It’s always connected to the HB. Resync does not help. I’ve tried deleting the child bridge. That didn’t work. I’ve cleared all cached accessories. Signed out and back in to resync. Nothing works. If I downgrade the UI recognizes the camera but the moment I go back to the versions with yje UI changes, that’s when it stops recognizing the camera. If I disconnect from the Homebase then it shows up in the UI. Whatever UI changes were made is what broke the recognition. On Apr 12, 2024, at 00:57, lenoxys @.***> wrote: Hello can you re sync ? Is s40 was always attached to HB ?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

ccanalia82 commented 4 months ago

@lenoxys, hopefully this helps.

2.3.11 it recognizes the camera connected to HB3. IMG_0165

but 2.3.12+ will not show the camera anymore. IMG_0166

lenoxys commented 4 months ago

Hmm, that's a valid observation! Previously, I would check the number of devices a station has for the UI. If there was only one, I wouldn't display the accordion since it indicated a single station/device. However, this approach didn't account for HB3, where there are two separate ones, for the camera and alarm functionalities of HB3.

Here's the specific issue: https://github.com/homebridge-eufy-security/plugin/blob/eda700223ec522854f836b40cbf3bc4beaee537e/src/configui/app/accessory-list/accessory-list.component.html#L103-L104

I need to come up with a workaround, but at least now I've pinpointed the problem. I'll keep you updated as I work on this.

ccanalia82 commented 4 months ago

Hmm. There is only one camera assigned to that base station. Which means when I am on a newer release, it only shows the homebase and I cannot configure anything with the camera because the UI suppresses. So whatever was changed for the new UI isn’t taking something into account from the .11 to .22 release. I would think that instead of == 1 you would want > 0. My programming is a touch rusty though. If the HB and the single connected camera device cannot both be configured, it seems pointless. I have to manually update the config rather than rely on the UI. Only way I can access the camera on its own is to remove it from HB3 and that defeats the purpose. Any suggestions? On Apr 12, 2024, at 10:34, lenoxys @.***> wrote: Hmm, that's a valid observation! Previously, I would check the number of devices a station has for the UI. If there was only one, I wouldn't display the accordion since it indicated a single station/device. However, this approach didn't account for HB3, where there are two separate ones, for the camera and alarm functionalities of HB3. Here's the specific issue: https://github.com/homebridge-eufy-security/plugin/blob/eda700223ec522854f836b40cbf3bc4beaee537e/src/configui/app/accessory-list/accessory-list.component.html#L103-L104 I need to come up with a workaround, but at least now I've pinpointed the problem. I'll keep you updated as I work on this.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>