Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request]: Support for Eufy Outdoor Cam E220 #521

Open
EarlOrlando opened this issue Jun 21, 2024 · 3 comments
Open

[Feature request]: Support for Eufy Outdoor Cam E220 #521

EarlOrlando opened this issue Jun 21, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@EarlOrlando
Copy link

Describe the solution you'd like

I'd like to request support for the Eufy Outdoor Cam E220:
https://www.eufy.com/products/t8441z21?variant=39787379753146

This is a popular, capable, and inexpensive camera. Because of its great demand, it's currently being backordered on Amazon and Eufy's official website. However, it only supports Smart Integration with Alexa and Google Assistant, not HomeKit.

Nice to have: Another very welcome capability is the ability to rotate the camera 90 degrees to place it vertically.

Thank you in advance.

image

@EarlOrlando EarlOrlando added the enhancement New feature or request label Jun 21, 2024
@bropat
Copy link
Owner

bropat commented Sep 15, 2024

I need someone to share the device with me.

@1ll11
Copy link

1ll11 commented Oct 24, 2024

@bropat @EarlOrlando I was able to get this camera to work by installing Eufy Security and WebRTC Camera in HACS as well as adding this repo's github URL to Settings > Add-ons > Add-on Store > (three dots at top right, then repositories) Add this repository: https://github.com/bropat/hassio-eufy-security-ws and https://github.com/AlexxIT/hassio-addons
I then rebooted Home Assistant and created a custom card on the dashboard with this yaml:
`type: custom:webrtc-camera
entity: camera.front_door
poster: image.front_door_event_image
ui: true
webrtc:
mode: webrtc
peer: go2rtc
shortcuts:

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

where camera.front_door is the name of the camera. It's been working for me and live streaming the camera. Thanks for this integration! This camera is awesome, and the resolution is great at 2k

@EarlOrlando
Copy link
Author

@bropat @EarlOrlando I was able to get this camera to work by installing Eufy Security and WebRTC Camera in HACS as well as adding this repo's github URL to Settings > Add-ons > Add-on Store > (three dots at top right, then repositories) Add this repository: https://github.com/bropat/hassio-eufy-security-ws and https://github.com/AlexxIT/hassio-addons I then rebooted Home Assistant and created a custom card on the dashboard with this yaml: `type: custom:webrtc-camera entity: camera.front_door poster: image.front_door_event_image ui: true webrtc: mode: webrtc peer: go2rtc shortcuts:

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

where camera.front_door is the name of the camera. It's been working for me and live streaming the camera. Thanks for this integration! This camera is awesome, and the resolution is great at 2k

Thank you so much @1ll11 !! Unfortunately, I'm tied to Home Bridge and switching to Home Assistant would be a major change for me :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants