homebridge-eufy-security / plugin

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

[Bug]: Talkback Audio does not work fine #196

Open unstressable opened 1 year ago

unstressable commented 1 year ago

What happened?

Hey there,

I use a T8200 Video doorbell and want to use talkback Audio.

The problem is, that there is just some fancy noise when I want to speak to the doorbell. Hearing is fine so far. I'm using a Rapsi4, thats why I only can use less resolution.

Device Type

Doorbell (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.4.x (Supported)

NodeJS Version

v16 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

nv

config

{
      "platform": "EufySecurity",
      "username": "mail",
      "password": "pwd",
      "pollingIntervalMinutes": 30,
      "hkHome": 1,
      "hkAway": 0,
      "hkNight": 3,
      "hkOff": 63,
      "enableDetailedLogging": 0,
      "country": "DE",
      "CameraMaxLivestreamDuration": 600,
      "cameras": [
        {
          "serialNumber": "ID",
          "enableCamera": "true",
          "enableButton": false,
          "motionButton": false,
          "unbridge": true,
          "forcerefreshsnap": true,
          "videoConfig": {
            "audio": true,
            "audioSampleRate": 0,
            "useSeparateProcesses": true,
            "maxStreams": 1,
            "maxWidth": 640,
            "maxHeight": 480,
            "maxBitrate": 100,
            "maxFPS": 15
          },
          "talkback": true
        }
github-actions[bot] commented 1 year ago

Did you check this Common Issues pages ?

unstressable commented 1 year ago

Did you check this Common Issues pages ?

Hi, how r u? ;)

thieren commented 1 year ago

Hi @unstressable

Is it possible to provide a short audio/video clip of the resulting talkback output?

unstressable commented 1 year ago

yep, here it is: https://mega.nz/file/iBBjDA7I#noGcTy3jzl195nq2yTabn2RQ0WT784oljYzHEy_cZqI

unstressable commented 1 year ago

This happens directly after activating the talk button. Voice from doorbell to phone is fine.

thieren commented 1 year ago

@unstressable

the file is flagged as 'deleted' for me. But never mind. I had some feedback from another user on discord already. I'll be trying to see if I can fix this with him later this month. Stay tuned.

unstressable commented 1 year ago

sorry, idk why. Here is another link:

https://mega.nz/file/iBBjDA7I#noGcTy3jzl195nq2yTabn2RQ0WT784oljYzHEy_cZqI

thieren commented 1 year ago

The issue is most likely that the channel configuration was wrong. The default was mono.

New since beta.14: You can select the talkback channel configuration in the device settings. Please update to stereo and see if that helps your issue.

github-actions[bot] commented 10 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.