Eufy Security Integration

Question I finally got the eufy doorbell to appear. on the rtspoweb what do I put for stream url or where do I find it? I have the eufy dual doorbell camera

Why do you need rtsp to web configuration, it should work out of the box without any config, moreover i prefer web to rtc and I don’t use rtsp to web.

I wanted my live camera feed on home assistant to be accurate. Right now it just says Idle?

image

And you want me to understand all your setup magically? So, you followed readme, executed correct service calls etc and faced some issues and you ask help about rtsp to web?

My apologies, yes I have followed all the instructions and read me. I read this here and I looked up rstpweb. that’s why i was asking?

It says webrtc though :wink:

1 Like

i found it but its not loading anything. Is there any settings i need to adjust?

Try changing the url: line to (IIRC) entity: camera.doorbell or whatever your camera entity ID is.

Also if you haven’t already you may need to change your Doorbell entity’s Video Streaming Quality setting to “Low / Low Encoding.”

See link

Re: The JSON parse error, there’s an open issue in the eufy-security-client repo here: [Bug]: JSON parse error · Issue #344 · bropat/eufy-security-client · GitHub

Did i do something wrong?

square: false
columns: 1
type: grid
cards:
  - type: conditional
    conditions:
      - entity: camera.doorbell
        state: idle
    card:
      show_state: true
      show_name: true
      camera_view: auto
      type: picture-entity
      entity: camera.doorbell
      camera_image: camera.entrance
      tap_action:
        action: call-service
        service: camera.turn_on
        data: {}
        target:
          entity_id: camera.doorbell
  - type: conditional
    conditions:
      - entity: camera.doorbell
        state: streaming
    card:
      type: vertical-stack
      cards:
        - show_name: true
          show_icon: false
          type: button
          tap_action:
            action: call-service
            service: camera.turn_off
            data: {}
            target:
              entity_id: camera.doorbell
          entity: camera.entrance
          name: Stop
        - type: custom:webrtc-camera
          entity: camera.doorbell

Close edit mode. Then try it out.

this is what I see. no live stream i guess.

You’re meant to click/tap on the image to start the stream (that’s what the tap_action part of the YAML is about).

i got the same issue

you have the same doorbell?

not sure which one do u have

this one

You are really doing your best to help :clap:

1 Like