Eufy and WEBRTC

Hello,

since the last6e update there has been an improvement regarding WEBRTC.

I have 4 Eufy cameras, but I still can’t get them to work properly.

I have installed the following addons:

  • WEBRTC
  • GO2RTC
  • EUFYPSPSTREAM (although I don’t understand whether I need this at all?)

My config in GO2RTC ist this one, i treid serveral configs:

streams:
Türklingel:
- rtsp://127.0.0.1:8554/T82145102423C06B
Terrasse:
- rtsp://127.0.0.1:8554/T84A1P1023352442
Garten:
- rtsp://127.0.0.1:8554/T84A1P1023380777
Keller:
- rtsp://127.0.0.1:8554/T8410P4224088F0B
T84A1P1023380777:
- T84A1P1023380777
T82145102423C06B:
- T82145102423C06B

WebRTC the following:

type: custom:webrtc-camera
entity: camera.turklingel
poster: image.turklingel_event_image
ui: true
shortcuts:

  • name: Play
    icon: mdi:play
    service: camera.turn_on
    service_data:
    entity_id: camera.turklingel
  • name: Stop
    icon: mdi:stop
    service: camera.turn_off
    service_data:
    entity_id: camera.turklingel

Could somebody help me to explain step by step how to config?

thanks

Philipp