misenhower / homebridge-wyze-connected-home

Wyze Connected Home plugin for Homebridge
MIT License
70 stars 52 forks source link

Wyze Lock Support? #8

Open Lukejb14 opened 4 years ago

Lukejb14 commented 4 years ago

Is Wyze Lock support in the works?

Thanks!

misenhower commented 4 years ago

No plans at the moment as I don't have a device to test with. I'd be happy to look at a PR for this functionality though!

pjotal commented 4 years ago

shouldn't be hard to implement it but i don't have the device either.

smartwatermelon commented 4 years ago

I do have the Wyze lock but currently no experience in homebridge plugin development. I'd like to be of help in testing though.

edcous commented 3 years ago

Any update on this or alternative?

pjotal commented 3 years ago

sorry but without having the device is almost impossible to build support for it. if any of you is familiar with dev, feel free to submit a pull request with your implementation and we’ll be glad to review.

adding support to new devices is often easy for someone familiar with code. even though i am not a javascript developer, i was able to write support for the sensors and contribute to this plugin. feel free to contribute :) -- Pedro Carneiro

edcous commented 3 years ago

I am planning on buying one. If someone is willing to help me get started I'd consider developing it.

ericraio commented 3 years ago

I have a wyze lock and I just bought a raspberry pi for homebridge, when it comes in I'll submit a pull request to add lock support.

edcous commented 3 years ago

Oh ok cool, looking forward to it.

Sent from my iPhone

On Oct 31, 2020, at 12:52 PM, Eric Raio notifications@github.com wrote:

 I have a wyze lock and I just bought a raspberry pi for homebridge, when it comes in I'll submit a pull request to add lock support.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

jfarmer08 commented 3 years ago

I added support for Wyze Lock Status in https://github.com/JoshuaMulliken/ha-wyzeapi. Currently there is no way to send lock or unlock commands. I would like to add this to this project also, but I need help in setting up a dev system. If someone could help with that it would be great.

dlewanda commented 3 years ago

I would like to add this to this project also, but I need help in setting up a dev system. If someone could help with that it would be great.

I'm an embedded systems (mostly C/C++) and Apple Platforms (Objective-C/Swift) developer with some Javascript knowledge and I'd like to take a stab at some Homebridge development. I've got a bunch of Wyze gear including a Lock. If anyone can provide a README for getting set up for development and testing, I'd be happy to take a swing at contributing to this project too!

jfarmer08 commented 3 years ago

I am finding it hard to debug anything with Homebridge. Can anyone point me in the right place to setup my development system?