Eufy Security Integration

Can you make the message part one line?

you mean this?

 data_left:
              message: |
                {
                "messageId": "cmd Pan And Tilt Down","command": "device.pan_and_tilt","serialNumber": "T8410P3121431696","direction": 1
                }

this is the command list

commands: start_livestream, stop_livestream, pan_and_tilt, start_download, cancel_download, calibrate, start_talkback, stop_talkback, snooze
data_left:
              message: {"messageId":"Down","command":"device.pan_and_tilt","serialNumber": "T8410P3121431696","direction": 1}

I believe multi line is causing some problems

1 Like

yeah that works well thank you. But a service with all command would be perfekt

1 Like

Is there a way to get the image from the “Deurbel Last Camera Picture URL” location mentioned by the sensor in Home Assistant?

No, because of encryption, at least, not for now

1 Like

Seems to me it is about time to fully integrate it in home assistant.

1 Like

Hi,

A question about the motion sensor. I want to use the motion sensor in HA as real motion sensor for room occupancy .
The problem is that the Eufy motion sensor need push notification enabled in the security settings to get the motion detected in HA. This is anoying because I receive every motion on my phone.
Is it possible to get the HA motion sensor entity to detect movement without push notification enabled?

Thanks in advance.

No :slight_smile:

Not as of now.

you have it now in 5.3.3, called as PTZ

service: eufy_security.ptz
data:
  direction: DOWN
target:
  entity_id: camera.garden
2 Likes

wow thanks

1 Like

@anon63427907 want to thank you for the alpha version. It’s working fine with the 2k battery doorbell, I edit the automation code if the ringing sensor triggers to stream for 5 minutes instead of taking an image.

2 Likes

Very nice, got everything working now. Didn’t have the push notifications enabled to get the motion sensors working. I noticed that the setting is not user depended but device. Is there a way to have the push notifications enabled but not receive these notifications on the phone? While still recieving the notification if someone rings.

1 Like

on android, there is an option to disable specific notification but not on ios

I am done with open issues and will merge alpha branch into master in a week.

6 Likes

Ah thats great, i will check my device once this notification pops-up. Then for now i just take a snapshot on motion and use that on a thumbnail. All i need now is a card that opens te stream when i click it and closes it when i click the pop-up away :slight_smile:

1 Like

Thanks, that did the job. I think the repo owner should add this point somewhere in the documentation

I have tried the code but dont get te alarm or snooze options when motion is detected.
Do i need to change this part? event_type: mobile_app_notification_action
This is different than the notity service right?

It is a standard functionality of home assistant, maybe it differs between ios and android (mine is android and working fine)

Just wanted to ask if anyone has tried this integration with the Eufy Garage Control Cam (currently only sold in the US)? Would be interested to know which features/functions work and which entities are exposed in Home Assistant (e.g. the garage door being open based on the reed included with the Garage Control Cam).