homebridge-eufy-security / plugin

Homebridge plugin to control certain Eufy Security devices
Apache License 2.0
166 stars 24 forks source link

[Bug]: Eufy S40 Camera battery #415

Closed beetle1967 closed 1 year ago

beetle1967 commented 1 year ago

What happened?

I can only get v2.2.7-test.0 to work on my s40 Eufy camera and never had any problems with other upgrades in the past. If I upgrade to any other version V2.2.6 to v2.2.15 the Home app does not recognize the Eufy bridge and if I down grade to V2.2.7-Test.0 it works and finds the Eufy bridge again on the app and works fine. I have tried all new versions and the same thing happens.

Device Type

Contact Sensor (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

github-actions[bot] commented 1 year ago

Did you check this Common Issues pages ?

lenoxys commented 1 year ago

hello, I will need the log from 2.2.15 to see what's going on.

lenoxys commented 1 year ago

can you got into settings and enable unbridged globally (this as been moved) ?

beetle1967 commented 1 year ago

This setting below already on

On Sep 10, 2023, at 12:02 PM, lenoxys @.***> wrote:

can you got into settings and enable unbridged globally (this as been moved) ?

— Reply to this email directly, view it on GitHub https://github.com/homebridge-eufy-security/plugin/issues/415#issuecomment-1712837167, or unsubscribe https://github.com/notifications/unsubscribe-auth/A27HL6DUHZNTEOQIE2K5VGTXZXI6ZANCNFSM6AAAAAA4SHBNBQ. You are receiving this because you authored the thread.

beetle1967 commented 1 year ago
Screen Shot 2023-09-10 at 12 15 00 PM
lenoxys commented 1 year ago

Look something wrong on your config. Can you edit the config text file and edit this line :

from : "enableCamera": "true",

to: "enableCamera": true,

Then Save and Reboot. Becarefull you will need to re add the camera into Home App (code is the same)

beetle1967 commented 1 year ago

That did the trick up and running again thanks

On Sep 10, 2023, at 12:55 PM, lenoxys @.***> wrote:

Look something wrong on your config. Can you edit the config text file and edit this line :

from : "enableCamera": "true",

to: "enableCamera": true,

Then Save and Reboot. Becarefull you will need to re add the camera into Home App (code is the same)

— Reply to this email directly, view it on GitHub https://github.com/homebridge-eufy-security/plugin/issues/415#issuecomment-1712848980, or unsubscribe https://github.com/notifications/unsubscribe-auth/A27HL6AEFRU5YG5R7BHGJWTXZXPIPANCNFSM6AAAAAA4SHBNBQ. You are receiving this because you authored the thread.

lenoxys commented 1 year ago

thanks for your feedback, I'm closing this issue !