samemory / homebridge-eufy-security

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

[Bug]: This plugin threw an error from the characteristic 'On' #261

Closed chengtat closed 2 years ago

chengtat commented 2 years ago

What happened?

A bug happened!

Wireless doorbell keep showing error in 1.0.2 build: [homebridge-eufy-security] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside write handler for characteristic: No station with serial number: T8010P23203900D9!. See https://git.io/JtMGR for more info.

Device Type

Doorbell (Supported)

Plugin Version

v1.0.x (Supported)

HomeBridge Version

v1.3.x (Supported)

NodeJS Version

v16 (Supported)

Operating System

Docker

Relevant log output

Starting to advertise 'Chitat Homebridge 879A' using ciao backend!
[10/25/2021, 10:29:39 PM] Homebridge v1.3.5 (Chitat Homebridge) is running on port 52019.
[10/25/2021, 10:29:41 PM] [EufySecurity] Adding new accessory: Doorbell
[10/25/2021, 10:30:00 PM] [homebridge-eufy-security] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside write handler for characteristic: No station with serial number: T8010P23203900D9!. See https://git.io/JtMGR for more info.
[10/25/2021, 10:30:01 PM] [homebridge-eufy-security] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside write handler for characteristic: No station with serial number: T8010P23203900D9!. See https://git.io/JtMGR for more info.
[10/25/2021, 10:30:02 PM] [homebridge-eufy-security] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside write handler for characteristic: No station with serial number: T8010P23203900D9!. See https://git.io/JtMGR for more info.
[10/25/2021, 10:30:05 PM] [homebridge-eufy-security] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside write handler for characteristic: No station with serial number: T8010P23203900D9!. See https://git.io/JtMGR for more info.
[10/25/2021, 10:30:34 PM] [homebridge-eufy-security] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside write handler for characteristic: No station with serial number: T8010P23203900D9!. See https://git.io/JtMGR for more info.
github-actions[bot] commented 2 years ago

Did you check this Common Issues pages ?

chengtat commented 2 years ago

Yes, already checked, seems the serial no is different from my device.

SimBro2708 commented 2 years ago

Hello,

I had an similar issue. Are you using a guest login for your Plugin? I don't know why but this no longer works and you have to give it admin permissions.

chengtat commented 2 years ago

Yes i am using guest account

SimBro2708 commented 2 years ago

In the Eufy App you can give the Account Admin rights. After this it should work, although I noticed that it's a bit slower than before but still reacts within 5 or 10 seconds. I have no idea but I guess it wasn't supposed to work with the guest account at all, which then eventually got fixed.

chengtat commented 2 years ago

Thanks! Working now

lenoxys commented 2 years ago

thanks for your feedback I've updated the documentation.