-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add support for T8506 (C220) wifi door lock with keypad #377
Conversation
0c61a35
to
57cac1d
Compare
57cac1d
to
df26717
Compare
Looks like |
OK; resolved the failed push notification updates. It's not registering the |
I haven't had much time to really drill into this, but in case anybody is interested, I'm blocked on figuring out the Eufy public key request/response at the moment. The API returns (converted to hex, trailing bytes truncated) this:
This fails in both I'll keep playing with this as time allows, but if anybody has any clues on , please let me know. |
Did you end up finding a fix? I have the same issue 😔 |
Apologies, but I haven't had time to look into it further. I'll try to take a look this week and see if I can get anything further figured out. |
Added support for this device. Todo:
|
Fixed some minor issues
This PR adds support for the T8506 (C220) door lock with wifi and keypad. This is my first contribution to this repository, so please let me know if I missed anything (are there tests in this repo?) and I'll be happy to update.
Tested locally using client/server ws wrapper. Device properties:
Addresses #356