birkir / homebridge-plugin-eufy-security

Eufy security homebridge plugin
Apache License 2.0
85 stars 18 forks source link

Fix rate limit issues #47

Closed mikelinden1 closed 3 years ago

mikelinden1 commented 3 years ago

The version of the eufy node client being used has a rate limit issue when logging in. I also wrapped the discoverDevices method in a try...catch to catch any errors thrown by the node eufy client.

richie510 commented 3 years ago

I wanted to say thank you for the attempt to fix this plugin. I hope the maintainers will review and push these changes through if they are successful.

birkir commented 3 years ago

Thank you!