homebridge-eufy-security / plugin

Homebridge plugin to control certain Eufy Security devices
Apache License 2.0
172 stars 23 forks source link

[Bug]: Camera/Homebase not Showing Up #626

Open agill13 opened 2 months ago

agill13 commented 2 months ago

What happened?

Hey there! Not sure if it's a "bug," but neither my Homebase (S380) nor cameras are showing up after successfully logging in using the correct country. I receive the message "No stations found...." I noticed that my specific camera (new model, Outdoor Cam Pro E220) isn't listed as a device in your documentation, supported or unsupported. I'd love to pay for this camera to be added! Thank you!

Device Type

other (UnSupported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

v1.7.x (Supported)

NodeJS Version

v20 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

[09/09/2024, 12:55:21] [EufySecurity] Initializing EufySecurity platform...
[09/09/2024, 13:41:57] [EufySecurity] Initializing EufySecurity platform...
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:311]       warning: planned changes, see https://github.com/homebridge-eufy-security/plugin/issues/1
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:313]       plugin data store: /var/lib/homebridge/eufysecurity
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:314]       OS is raspbian
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:315]       Using bropats @homebridge-eufy-security/eufy-security-client library in version  3.0.0
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:773]       Node version is 20.11.0
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:779]       Node version is compatible true
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:341]       The config is: {
  platform: 'EufySecurity',
  name: 'EufySecurity',
  username: '[***]',
  password: '[***]',
  deviceName: 'Homebridge',
  enableDetailedLogging: true,
  omitLogFiles: false,
  CameraMaxLivestreamDuration: 30,
  pollingIntervalMinutes: 10,
  hkHome: 1,
  hkAway: 0,
  hkNight: 3,
  hkOff: 63,
  ignoreStations: '[***]',
  ignoreDevices: '[***]',
  country: 'US',
  stations: [],
  cameras: [],
  cleanCache: true,
  ignoreMultipleDevicesWarning: false,
  autoSyncStation: false
}
[09/09/2024 13:41:57]   [EufySecurity-4.2.2]    DEBUG   [platform.ts:366]       Finished booting!

config

{
    "platform": "EufySecurity",
    "name": "EufySecurity",
    "username": "andrew_j_gill_other@icloud.com",
    "password": "noHacksplease!3",
    "deviceName": "Homebridge",
    "enableDetailedLogging": true,
    "omitLogFiles": false,
    "CameraMaxLivestreamDuration": 30,
    "pollingIntervalMinutes": 10,
    "hkHome": 1,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [],
    "ignoreDevices": [],
    "country": "US",
    "stations": [],
    "cameras": [],
    "cleanCache": true,
    "ignoreMultipleDevicesWarning": false,
    "autoSyncStation": false
}
github-actions[bot] commented 2 months ago

Did you check this Common Issues pages ?