birkir / homebridge-plugin-eufy-security

Eufy security homebridge plugin
Apache License 2.0
84 stars 18 forks source link

Support for Entry Sensor #11

Open mrmoosefish opened 3 years ago

mrmoosefish commented 3 years ago

I'd love to see support for the standard entry sensor.

birkir commented 3 years ago

Show me logs of the device discovery I’ll se what I can do 😀

mrmoosefish commented 3 years ago

Are you looking for network traffic between the sensor and the HomeBase unit?

On Sat, Dec 12, 2020 at 6:46 PM Birkir Gudjonsson notifications@github.com wrote:

Show me logs of the device discovery I’ll se what I can do 😀

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/birkir/homebridge-plugin-eufy-security/issues/11#issuecomment-743938458, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEWQBQCEMHQYDDCADPD5TSUQSX5ANCNFSM4UYQ422A .

--

John Soltys I am the fish. moosefish.com

birkir commented 3 years ago

Start homebridge in debug mode (-d) and on startup the plug-in will give a list of discovered devices as a JSON string.

mrmoosefish commented 3 years ago

Here's what I see in the logs.

[12/30/2020, 12:30:18 PM] [EufySecurityHomebridgePlugin] found device "Freezer" (T8900xxxxxxxxxxx)
ID: 82063
Model: T8900
Serial Number: T8900xxxxxxxxxxx
Type: 2
Channel: 16
Hub: EufyBase  (T8010xxxxxxxxxxx)

[12/30/2020, 12:30:18 PM] [EufySecurityHomebridgePlugin] device dump: [object Object]

x = [0-9A-Z]

cammanderson commented 3 years ago

Also very interested in this support. Have a few sensors which would be great to be able to detect motion.

ummario commented 3 years ago

I'm desperately looking a way to integrate my Eufy door sensors in HomeKit.

samemory commented 3 years ago

I also would like to integrate my door/window sensors. I started working on the implementation myself but haven't finished it yet. If you are interested, essentially what you need to do is:

If I get around to finishing up the code, I'll update.

technikosoldat commented 3 years ago

@samemory hi your work is still in progress for the sensors? thank you

mrmoosefish commented 3 years ago

@birkir, I'm guessing the log data I provided wasn't what you were looking for. I'm fairly technical, but I'm not familiar with the switches and options of HomeBridge. If you have additional guidance, I can try to gather the info you need.

Cheers.

samemory commented 3 years ago

@technikosoldat no I have not had the time to work on the sensors anymore. I want to use P2P communication so that it doesn't require a constant ping over HTTP, but for some reason, I cannot get the current status of the sensor using P2P.

a-iac commented 3 years ago

Would this help?

https://github.com/bropat/eufy-security-client

I came across it and it seems it contains a lot.

Thank you.