Eufy Camera Issue

I am trying to install my eufy camera, and it still isn’t working, I have a homebase 3 and 2 S330 cameras. I also have 2 motion detectors, this is driving me mad.!

Screenshot_20230314_220334_Home Assistant|225x500

square: false
columns: 1
type: grid
cards:
  - type: conditional
    conditions:
      - entity: camera.side_camera
        state: idle
    card:
      show_state: true
      show_name: true
      type: picture-entity
      entity: camera.side_camera
      camera_image: camera.side_camera
      tap_action:
        action: call-service
        service: camera.turn_on
        data: {}
        target:
          entity_id: camera.side_camera
  - type: conditional
    conditions:
      - entity: camera.side_camera
        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.side_camera
          entity: camera.side_camera
          name: Stop
        - type: custom:webrtc-camera
          entity: camera.side_camera

Is this not the same issue as your other post? @tom_l