Skip to content
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

Are V2 sensors now supported? #215

Closed
yusefasjana opened this issue Jun 17, 2021 · 7 comments
Closed

Are V2 sensors now supported? #215

yusefasjana opened this issue Jun 17, 2021 · 7 comments

Comments

@yusefasjana
Copy link

yusefasjana commented Jun 17, 2021

Hi,

@skilau I saw this commit and I was wondering if that means that now V2 sensors can be added to home assistant or is this the start of that feature.

Just double checking before I buy some V2 sensors

Thanks in advance

@skilau
Copy link
Contributor

skilau commented Jun 17, 2021

Yes, both v2 (motion and door) sensors are supported now by this driver.

However, the new v2 standalone Hub is NOT, only the old v1 USB Dongle will work with this driver.
So don't bother buying the new HUB package, just buy the v2 sensors only.

@ryanwnzl
Copy link

Thanks skilau. I just ordered some of the new v2 contact sensors to include on my v1 USB Dongle.

Does anyone know if Wyze Sense Leak Sensor Probes are supported?

@skilau
Copy link
Contributor

skilau commented Jun 24, 2021

Does anyone know if Wyze Sense Leak Sensor Probes are supported?

Not yet.

I have contemplated buying them to add support, but I already have settled on using the Govee Water Leak sensors instead.
(Mostly because Wyze didn't have their sensors yet when I bought the Govees, and I didn't know when Wyze would finally release them!)

@tony-fav
Copy link

I ordered some of the Leak Sensors and Temp/Humidity Sensors as I really would like those things on a supported cloud rather than my hacky HA setup. They don't start shipping until August. I'm happy to help. @skilau do you have a process outlined for how you found the id code for the V2 contact or just trial and error?

@skilau
Copy link
Contributor

skilau commented Jun 24, 2021

I ordered some of the Leak Sensors and Temp/Humidity Sensors as I really would like those things on a supported cloud rather than my hacky HA setup. They don't start shipping until August. I'm happy to help. @skilau do you have a process outlined for how you found the id code for the V2 contact or just trial and error?

For the v2 Door/Motion sensors, I just turned on full debugging in the driver, and checked what it was dumping out.
That is how I found out that it was the same protocol, and all Wyze had done was changed the id's.

I suspect the Water Leak sensor will be the same, as it really is just a binary on/off switch, like the existing door/motion sensors, so it should be trivial to add support for.

But the Temp/Humidity sensors probably will need the most help/work, as it is actually sending more data payload across, with the temp and humidity values.
So I am guessing that that sensor will require you/us to figure out how they embedded those values in the new/additional payload.

@mcn18
Copy link

mcn18 commented Oct 26, 2021

Does the Wyze Sense Keypad work with this integration? Wanna make sure before i buy.

@photinus
Copy link
Collaborator

photinus commented Oct 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants