homebridge-eufy-security / plugin

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

[Bug]: Cameras don't work after update on hoobs #191

Open DanLysk opened 1 year ago

DanLysk commented 1 year ago

What happened?

Hi There, Thank you for your hard work on this plug-in... I currently use it with HOOBS. One of the plug-in upgrades "zapped" 2 of my Eufy Cameras that use to work and show up in the APPLE Home app with your plug-in on my Hoobs.

Eufy T8124 Floodlight Cam

Both use to work. I will attach a screenshot of the config and entry from the error log

Device Type

Floodlight (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.4.x (Supported)

NodeJS Version

v14 (Supported)

Operating System

Mac OS X 11+ (Supported)

Relevant log output

10/21/2022, 3:43:55 PMEufy Security BridgeERROR[Eufy Security Bridge 6380@Garage@Enabled@On] characteristic value expected boolean and received undefined
10/21/2022, 3:43:55 PMEufy Security BridgeERROR[Eufy Security Bridge 6380@Garage@Motion@On] characteristic value expected boolean and received undefined

config

{
    "platform": "EufySecurity",
    "username": "danlysk@gmail.com",
    "password": "*************",
    "enableCamera": true,
    "ignoreDevices": [
        "T8400P312143273A"
    ],
    "ignoreStations": [
        "T8400P3121432C66"
    ],
    "enableDetailedLogging": 2
github-actions[bot] commented 1 year ago

Did you check this Common Issues pages ?

schliemann commented 1 year ago

Does the issue still persist?

DanLysk commented 1 year ago

Yes sir same issue persists.

thieren commented 1 year ago

Hi @DanLysk

I don't exactly understand what your problem is, but I guess both cameras don't show up in the home app?

According to your config json there is no configuration for the individual cameras. Normally we use Homebridges config ui for setting this up, but since hoobs doesn't support that, you'll have to look into other issues for examples on how a config json should look like.

For example: https://github.com/homebridge-eufy-security/plugin/issues/225

Is this maybe what's wrong for you?

DanLysk commented 1 year ago

Good morning, thanks for touching base. Here’s a screenshot of my Apple home app and a screenshot of my Eufy app. Apple home now only shows two cameras. Though there are four in Eufy… it’s been some time now, and I don’t remember which HOObs or Eufy plugin caused this… but all four cameras did show up in the Apple home app at one time until that update.



Daniel Lysk 501-804-7542 | @.** www.CentralArkansasVegan.org -------- @ @ @ @ _~@ ----- \<,_ _\<, \<,_ _\<, `\<,_ ---- ()/ () ()/ () ()/ () ()/ () ()/ (*)



> On Dec 1, 2022, at 5:56 AM, thieren ***@***.***> wrote:
> 
> 
> Hi @DanLysk <https://github.com/DanLysk>
> I don't exactly understand what your problem is, but I guess both cameras don't show up in the home app?
> 
> According to your config json there is no configuration for the individual cameras. Normally we use Homebridges config ui for setting this up, but since hoobs doesn't support that, you'll have to look into other issues for examples on how a config json should look like.
> 
> For example: #225 <https://github.com/homebridge-eufy-security/plugin/issues/225>
> Is this maybe what's wrong for you?
> 
> —
> Reply to this email directly, view it on GitHub <https://github.com/homebridge-eufy-security/plugin/issues/191#issuecomment-1333653568>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AX3GDPF65P7U2IKKZMX2GF3WLCG6RANCNFSM6AAAAAARLQZXDY>.
> You are receiving this because you were mentioned.
> 
thieren commented 1 year ago

Good morning, thanks for touching base. Here’s a screenshot of my Apple home app and a screenshot of my Eufy app. Apple home now only shows two cameras. Though there are four in Eufy… it’s been some time now, and I don’t remember which HOObs or Eufy plugin caused this… but all four cameras did show up in the Apple home app at one time until that update. 

I didn't see any screenshots, but that's no problem I think.

There was changed a substantial bit in the plugin with newer version 1.1.1 and especially 2.0 and above which might cause this. In detail the configuration schema was changed, so that you'll have to check if that's still working.

There's more described about it here: #1

The best would be to completely redo the setup.

If this doesn't help, you could read on some common issues in the wiki or report the error message here, so we can try to help.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.