Eufy Camera Integration

Easy, my front door is my main ingress/egress point. So I don’t want to get a clip of my backside as I walk out to get the mail and then as I come back. That’s useless noise to me. Being able to disable/enable the guard mode is critical for that.

Yes but you could automate off it. I don’t believe the stream from the Eufy camera (even the RTMP one that ioBroker/the current HASS integration gets) is castable. So I’m not sure even if this works you’ll have a solution. Though perhaps there’s a way to trigger the google home to open the doorbell stream with this

Not possible with the current API I don’t think, but if you ask about it on the iobroker github bropat might be able to figure something out.

I’m with you Fuzzy on the noise… As much as I love seeing my wife’s bum on camera, 4 or 5 times a day gets a little old… I’m inclined to try and tie a door sensor into a NodeRed automation that disables the motion detection IF the door is opened. Anyone done something like that?

1 Like

Disagree. They never get old! :stuck_out_tongue:

I created some node red flow to change the guard mode for some minutes and switch back automatically. I simply created a switch entity inside node and work on that.
I use the rest command I provided above to change the guard mode:

I’ve got to order some door sensors…

Yeah I use a zwave door sensor for that and a bunch of other things. I also spent last night rewriting my set up to use a input_selects instead of switches so I have more options (i generally only use 2 but figured why not have more)

Sorry if this is a dumb question, the way this forum is set up is uniquely bad at ctrl-f’ing ‘hub’.

Have we discovered a way to circumvent the need for the Eufy security hub, here? I want a doorbell but don’t want another bit of proprietary hardware hooked up to the system; zwave and zigbee have been onerous enough. Also I can’t find much information about the security hub, which makes me skeptical about the level of information control I would have over it…

The Hub stores your camera images and video, so at a minimum no. It also doesn’t handle RTSP yet, and the security modes come from the base station as well.

Someone feel free to correct me if I’m wrong.

1 Like

I see you guys are in talking mode to get it into an addon :slight_smile:
Way to go ! :slight_smile:
You use cameras to let your alarm go off?
That strange, i use motion detectors for that…
Those motion detectors from me are from the alarm system i have, so i use the arm/disarm there…
But i understand now, perhaps the same guy will implement guard mode too?

I’m not sure i understand what you mean with automate off the notification on smartphone and stuff

You point to that rest api from google to see the doorbell stream, but again, out of my comfort zone/ skills

If you use HassOS you can easily install Portainer from the Add-On store, and then quite easily deploy/build a docker stack. Once I get my hands on this doorbell I’ll give it a go :slight_smile:

I have one literally on the way from Amazon arriving today, and hope it doesn’t require a hub! The product page doesn’t mention it, only the battery operated Eufy doorbells say a hub is required.

I only have the doorbell and the battery powered devices so I do not know…

Can anyone put up a redacted section of YAML on how you guys have structured a sensor template for the motion sensor in one of your cams? I have an idea of how to do it but I’d like someone’s already working structure to work off of? Maybe we can make a section on Fuzzy’s blog for code sample snippets?

I created the first early alpha version of a eufy-ha-mqtt-bridge addon. Grep it at my add-on repository:

For easier debugging i symlinked the share folder to /app/data. So fetching logs is easy by using e.g. samba share:

5 Likes

Okay, doorbell acquired! Looks good. Will install properly tomorrow, hoping my existing doorbell wiring doesn’t melt. My doorbell is currently running off the included power adapter and is getting rather warm to the touch - anyone else have that? I just found forum threads on eufy site with lots of people mentioning overheating issues…hmm

ioBroker installed via the supervisor store and up and running. ioBroker looks like HA and mqtt had an ugly child. “ioBroker is not just an application, it’s more of a a concept”…yikes.

I’ve tried eufy-ha-mqtt-bridge and its certainly registering events but for me it’s not sending them via MQTT. No idea why, as everything looks fine.

Thanks for creating the addon @MaxW will give it a go tomorrow!

Okay, I found the issue, eufy-ha-mqtt-bridge only currently supports the battery models of the doorbell. The powered ones won’t work yet, but a small tweak and they should.

there’s an event for it… but you have to write up some yaml in a template sensor section to read the sensor change state… I am looking for someone to post a snippet of their YAML so I can see how others have structured theirs…

Tried to install nonsleepr’s integration, no devices / entities appeared after installation and kept getting ‘Failed to request’ errors in my logs. Tried changing my password in the Eufy Security app and after changing it I’m not able log in because I keep getting ‘Failed to request.’ errors in the mobile apps and webportal now too. Anyone else receiving ‘failed to request’ errors?

Wonder if my account is locked now somehow?

Somewhere in the thread: You should create a second user and share your devices with this user and use this user in HA-adapter.

I installed the eufy-ha-mqtt-bridge addon and was instantly able to get a logbook event of a doorbell press! This is awesome, I have always been wanting to do automations based on Eufy security events.

I also have the Indoor Cam 2K and the Floodlight. I’m not very familiar with node or MQTT but I will share the device types and push payloads I’m getting for those on github in case anyone can help add support for them in matijse’s app.