homebridge-eufy-security / plugin

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

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

Open kennethbe opened 11 months ago

kennethbe commented 11 months ago

What happened?

Hello

so this is a bug that was fixed in [2.2.0-beta.14] its about talkback function not working and the fix was adding a selector to switch from mono to stereo

this was the original post

Bug number 196

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.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

….

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 11 months ago

Did you check this Common Issues pages ?

lenoxys commented 11 months ago

Hello,

Yeah I didn't back ported all the stuff from beta because I didn't write the code. So I've to pay attention on this.