Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Error in stationAdded #617

Closed
clodpated opened this issue Aug 19, 2024 · 3 comments
Closed

[Bug]: Error in stationAdded #617

clodpated opened this issue Aug 19, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@clodpated
Copy link

What happened?

I am trying to set up my Eufy smart lock to Homebridge. The Eufy plugin seems to register, but then there is an error and the bridge doesn't show up in homekit.

I've tried with and without child bridge.

Node.js Version: v20.11.0

Device Type

Station (Supported)

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

[19/08/2024, 09:37:33] Registering platform 'homebridge-eufy-security.EufySecurity'
[19/08/2024, 09:37:33] [EufySecurity] Loaded homebridge-eufy-security v4.1.1 child bridge successfully
[19/08/2024, 09:37:33] Loaded 0 cached accessories from cachedAccessories.0E246457C2E7.
[19/08/2024, 09:37:33] Homebridge v1.8.4 (HAP v0.12.2) (EufySecurity) is running on port 48968.
[08/19/2024, 09:37:41]  [EufySecurity]  ERROR   Error in stationAdded: looks station but it's not could imply some errors! Type: 184
[08/19/2024, 09:38:20]  [EufySecurity]  INFO    No outdated cached accessories found.

config

{
    "platform": "EufySecurity",
    "name": "EufySecurity",
    "cameras": [
        {
            "serialNumber": "T8506K102411004D",
            "rtsp": false,
            "talkback": false
        }
    ],
    "username": "[email protected]",
    "password": "pw",
    "country": "US",
    "deviceName": "",
    "_bridge": {
        "username": "0E:24:64:57:C2:E7",
        "port": 48968
    }
}
@clodpated clodpated added the bug Something isn't working label Aug 19, 2024
Copy link

Did you check this Common Issues pages ?

@wrox13
Copy link

wrox13 commented Aug 21, 2024

FWIW, I just installed and set up my lock, and I also get the same error message (Error in stationAdded: looks station but it's not could imply some errors! Type: 184), but in my case, the lock is added to homekit and works (slowly, but I think that's my wifi since the Eufy app itself is also slow).

@lenoxys
Copy link
Contributor

lenoxys commented Aug 22, 2024

Hello, You can disregard this error message

@lenoxys lenoxys closed this as completed Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants