samemory / homebridge-eufy-security

Work in progress
Apache License 2.0
97 stars 14 forks source link

[Bug]: NL Server not connected #350

Closed Dulox24 closed 2 years ago

Dulox24 commented 2 years ago

What happened?

1.1.1-beta standard server is set to US. Even when I select Netherlands. When I use config "country": "NL" I get the the following:

[2/7/2022, 11:28:53 PM] [EufySecurity-1.1.1-beta.18] INFO: enableDetailedLogging on [2/7/2022, 11:28:53 PM] [EufySecurity-1.1.1-beta.18] INFO: Country set: NL [2/7/2022, 11:28:53 PM] [EufySecurity-1.1.1-beta.18] INFO: Finished initializing Eufy Security Platform [2/7/2022, 11:28:53 PM] [EufySecurity-1.1.1-beta.18] DEBUG: discoveringDevices [2/7/2022, 11:28:53 PM] [EufySecurity-1.1.1-beta.18] DEBUG: EufyClient connected false [2/7/2022, 11:28:53 PM] [EufySecurity-1.1.1-beta.18] ERROR: Not connected can't continue!

When I don't add country: "NL" everything looks good, but I can't find my devices, since my account is in the NL (Netherlands) Region.

[2/7/2022, 11:24:44 PM] [EufySecurity-1.1.1-beta.18] INFO: enableDetailedLogging on [2/7/2022, 11:24:44 PM] [EufySecurity-1.1.1-beta.18] INFO: Country set: US [2/7/2022, 11:24:44 PM] [EufySecurity-1.1.1-beta.18] INFO: Finished initializing Eufy Security Platform [2/7/2022, 11:24:44 PM] [EufySecurity-1.1.1-beta.18] DEBUG: discoveringDevices [2/7/2022, 11:24:45 PM] [EufySecurity-1.1.1-beta.18] DEBUG: EufyClient connected true [2/7/2022, 11:24:45 PM] [EufySecurity-1.1.1-beta.18] DEBUG: PollingInterval: 30 [2/7/2022, 11:24:45 PM] [EufySecurity-1.1.1-beta.18] DEBUG: Refresh data from cloud and schedule next refresh. [2/7/2022, 11:24:46 PM] [EufySecurity-1.1.1-beta.18] DEBUG: CameraMaxLivestreamDuration: 30 [2/7/2022, 11:24:46 PM] [EufySecurity-1.1.1-beta.18] DEBUG: Found 0 stations. [2/7/2022, 11:24:46 PM] [EufySecurity-1.1.1-beta.18] DEBUG: Found 0 devices. [2/7/2022, 11:24:47 PM] [EufySecurity-1.1.1-beta.18] DEBUG: Push Connected!

It looks like it is not possible to connect to the NL server. Anything I do wrong maybe or is there a bug in the plugin? Homebridge version v1.4.0

Device Type

Doorbell (Supported)

Plugin Version

beta (Best Effort)

HomeBridge Version

other (UnSupported)

NodeJS Version

v16 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

No response

github-actions[bot] commented 2 years ago

Did you check this Common Issues pages ?

schliemann commented 2 years ago

@Dulox24 There was just released a new version of the client library. I won't have time tonight to update the beta.

Dulox24 commented 2 years ago

@schliemann Okay thanks! I will keep a close look for updates!

lenoxys commented 2 years ago

Please test the latest one (.19)

Dulox24 commented 2 years ago

Beta .19 all devices visible! Thanks!

I do have another problem with the doorbell camera now, but will address this in another topic!