plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: S380 Homebase 3 no stations found

Open rangerek opened this issue 5 months ago • 0 comments

What happened?

Base with firmware 3.6.7.3 is not showing on the list of found devices after multiple tries CAPTCHA was engaged and now need to wait 24h :( this one is not on the list of common issues

Device Type

Station (Supported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

v1.7.x (Supported)

NodeJS Version

v20 (Supported)

Operating System

Ubuntu 22.04+ (Supported)

Relevant log output

[06/18/2025 15:33:11]   [EufySecurity-4.3.7]    DEBUG   [platform.ts:304]       warning: planned changes, see https://github.com/homebridge-eufy-security/plugin/issues/1
[06/18/2025 15:33:11]   [EufySecurity-4.3.7]    DEBUG   [platform.ts:306]       plugin data store: /var/lib/homebridge/eufysecurity
[06/18/2025 15:33:11]   [EufySecurity-4.3.7]    DEBUG   [platform.ts:307]       OS is generic
[06/18/2025 15:33:11]   [EufySecurity-4.3.7]    DEBUG   [platform.ts:308]       Using bropats @homebridge-eufy-security/eufy-security-client library in version  3.2.0
[06/18/2025 15:33:11]   [EufySecurity-4.3.7]    DEBUG   [platform.ts:311]       The config is: {
  platform: 'EufySecurity',
  name: 'EufySecurity',
  username: '[***]',
  password: '[***]',
  deviceName: '',
  enableDetailedLogging: true,
  omitLogFiles: false,
  CameraMaxLivestreamDuration: 30,
  pollingIntervalMinutes: 10,
  hkHome: 1,
  hkAway: 0,
  hkNight: 3,
  hkOff: 63,
  ignoreStations: '[***]',
  ignoreDevices: '[***]',
  country: 'PL',
  stations: [],
  cameras: [],
  cleanCache: true,
  ignoreMultipleDevicesWarning: false,
  autoSyncStation: false,
  enableEmbeddedPKCS1Support: false
}
[06/18/2025 15:33:11]   [EufySecurity-4.3.7]    DEBUG   [platform.ts:337]       Finished booting!

config

{
    "platform": "EufySecurity",
    "name": "EufySecurity",
    "username": "x@x",
    "password": "xxxxxx",
    "deviceName": "",
    "enableDetailedLogging": true,
    "omitLogFiles": false,
    "CameraMaxLivestreamDuration": 30,
    "pollingIntervalMinutes": 10,
    "hkHome": 1,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [],
    "ignoreDevices": [],
    "country": "PL",
    "stations": [],
    "cameras": [],
    "cleanCache": true,
    "ignoreMultipleDevicesWarning": false,
    "autoSyncStation": false,
    "enableEmbeddedPKCS1Support": false
}

rangerek avatar Jun 18 '25 13:06 rangerek