kevinvincent / ha-wyzesense

A Home Assistant Component to interface with the WYZE Sense hub and sensor system
369 stars 100 forks source link

I'm having issues pairing wyze door sensors #68

Closed cditt closed 4 years ago

cditt commented 4 years ago

I'm having issues pairing wyze door sensors with the wyze receiver. I followed digblurDIY video and Kevin Vincent github page but no luck. Configuration.yaml binary_senor:

teslawave commented 4 years ago

are you doing a restart before trying to add your sensors?

cditt commented 4 years ago

yes..... still getting

wyzesense Scan completed with no sensor found.

typhoonss92 commented 4 years ago

I am having the same issue. RPi4 HassOS. the hub shows, press wysesense.scan service call, blue light on hub blinks put pin in sensor see the red led 3 times, I have tried right next to the hub. after 30 seconds get notification in HA no sensor added. I enabled the logger and here is my https://pastebin.com/MJPVmG4b not sure this tells much from what I have looked thru. I have tried unplugging and using another port, I am using the usb 2.0 port. I am on the newest everything, 103.6ha, HassOS 3.8, Hassio supervisor 195

typhoonss92 commented 4 years ago

I wanted to update that I finally got the sensors to add. Not sure exactly what made them update but here are the tings I did. on the hub there is a button I held that for 8-10 seconds, Per Wyze this should reset the hub and release all sensors(which I never had connected), next I deleted the pycache folder in the wyzesense folder under custom components. Took the batterys out of the sensors for a few minutes. Put the batterys back in and rebooted the RPi. Once back up the sensors added. Again not sure what did it but they are working now.

cditt commented 4 years ago

It worked. Outstanding. Thanks for the update.

On Wed, Jan 15, 2020, 11:29 PM Typhoonss92 notifications@github.com wrote:

I wanted to update that I finally got the sensors to add. Not sure exactly what made them update but here are the tings I did. on the hub there is a button I held that for 8-10 seconds, Per Wyze this should reset the hub and release all sensors(which I never had connected), next I deleted the pycache folder in the wyzesense folder under custom components. Took the batterys out of the sensors for a few minutes. Put the batterys back in and rebooted the RPi. Once back up the sensors added. Again not sure what did it but they are working now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kevinvincent/ha-wyzesense/issues/68?email_source=notifications&email_token=AKLSCZEEMJFB3LSC4DVWZTDQ57PBZA5CNFSM4JTHEW62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJCXGOI#issuecomment-574976825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKLSCZES6L5PZVRTCDN2RQ3Q57PBZANCNFSM4JTHEW6Q .

kevinvincent commented 4 years ago

Weird. I'm glad you were able to find a solution. Please make sure that you're running the latest component version as well (v0.0.7). There seems to be some issue when the hub reports a sensor mac address as 000000 which totally breaks things but is fixed by a hub reset. The new update will at least allow me to figure out if that is the problem if this occurs again. Going to close this issue out for now, please re-open if it re-occurs.