swa72 / home-assistant

13 stars 1 forks source link

Reolink E1 Pro #108

Open swa72 opened 2 months ago

swa72 commented 2 months ago

Integration does not work? Download Windows Reolink App Enable RTSP in Windows App Now integration thru motionEye works

swa72 commented 1 month ago

see https://docs.google.com/spreadsheets/d/11f2TXGzLTSEcfZ5tDB4gNy-hpCVqOAOCnu28P233xN0/edit#gid=1263445368

swa72 commented 1 month ago

see

vorher in UI


type: picture-glance
title: Wohnzimmer
camera_image: camera.melivingroom
camera_view: live
entities:
  - entity: camera.livingroom_profile000_mainstream
    icon: mdi:arrow-down-drop-circle-outline
    tap_action:
      action: call-service
      service: onvif.ptz
      service_data:
        entity_id: camera.livingroom_profile000_mainstream
        tilt: DOWN
        move_mode: ContinuousMove
  - entity: camera.livingroom_profile000_mainstream
    icon: mdi:arrow-up-drop-circle-outline
    tap_action:
      action: call-service
      service: onvif.ptz
      service_data:
        entity_id: camera.livingroom_profile000_mainstream
        tilt: UP
        move_mode: ContinuousMove
  - entity: camera.livingroom_profile000_mainstream
    icon: mdi:arrow-left-drop-circle-outline
    tap_action:
      action: call-service
      service: onvif.ptz
      service_data:
        entity_id: camera.livingroom_profile000_mainstream
        pan: LEFT
        move_mode: ContinuousMove
  - entity: camera.livingroom_profile000_mainstream
    icon: mdi:arrow-right-drop-circle-outline
    tap_action:
      action: call-service
      service: onvif.ptz
      service_data:
        entity_id: camera.livingroom_profile000_mainstream
        pan: RIGHT
        move_mode: ContinuousMove