-
Notifications
You must be signed in to change notification settings - Fork 100
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
Sensors Stopped Working Possible Fix? #179
Comments
When Home Assistant 115,2 dropped it made my WyzeSense in HACS setup fail. I reinstalled WyzeSense to no avail. |
I am having this same issue after updating to Home Assistant 115,4/ Reinstall has not worked either |
I'm still running 0.114.2 and have issues with sensors dropping and not reconnecting ¯_(ツ)_/¯ |
Quit working here in the past week, sometime around 0.115.5 to 0.115.6. As mentioned above, reinstall did not help. |
**Finally fixed this issue. There was a duplicate entry for binary_sensor: in my config file. I would run a test and everything was good and HA would work fine, but reviewing and cleaning up my files after seeing this is my logs did the trick. YAML file /config/configuration.yaml contains duplicate key "binary_sensor". Check lines 69 and 113 All is well.....😇** |
After trying several approaches called out in some of the other issue reports (reboot with receiver unplugged, reinstall, etc.), I finally just unplugged the receiver for a few hours. This afternoon I plugged the receiver back in, restarted HA through the UI, and now it's working again. Didn't get anything useful from the debug output during any of my attempts to recover. So far it seems to be magic when it quits and magic when it works again. Here's hoping somebody figures out the root cause. |
I think my two sensors lost battery juice when the system went down last
week. After reading about how the sensors seem to brick after running the
battery down completely, I am reluctant to spend even the cost of new
batteries to see if they work. I ordered an $8 Zigbee sensor to replace the
Wyze sensors, and I may never go back to the Wyze sensors. Thanks Kevin for
your excellent work on this. But I am very disappointed with Wyze in
general, as they do not have their great products available to Home
Assistant, and they generally do not make their products (other than the
cams) available to anyone residing outside of the USA.
Peter Gowdy
Toronto
…On Sat, 3 Oct 2020 at 18:19, Kevin ***@***.***> wrote:
After trying several approaches called out in some of the other issue
reports (reboot with receiver unplugged, reinstall, etc.), I finally just
unplugged the receiver for a few hours. This afternoon I plugged the
receiver back in, restarted HA through the UI, and now it's working again.
Didn't get anything useful from the debug output during any of my attempts
to recover. So far it seems to be magic when it quits and magic when it
works again. Here's hoping somebody figures out the root cause.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6PTE4PQQPVYSQZ73JVVVTSI6PQRANCNFSM4RU4DYWQ>
.
|
@BullionMan which ZigBee sensor did you go with? Agree that Kevin has done excellent work, but the issues extend beyond his integration. |
I ordered the Sonoff Zigbee 3.0 door/window sensor off eBay, model SNZB-04
for under $9. I'm happy to be reducing the number of different
networks/radio-protocols by getting rid of the Wyze proprietary thing.
Kevin's Wyzesense solution worked very well too, but those bricking rumors.
…On Tue, 6 Oct 2020 at 13:23, James Cadd ***@***.***> wrote:
@BullionMan <https://github.com/BullionMan> which ZigBee sensor did you
go with? Agree that Kevin has done excellent work, but the issues extend
beyond his integration.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6PTEZW2IGME4N2YZRGRQ3SJNHA5ANCNFSM4RU4DYWQ>
.
|
Yeah, they aren't rumours. I lost two Wyze Door sensors thanks to the battery going totally flat, when that happens their MAC is reset to all zeroes and that's it. Wyze know all about it and will replace the sensors for free if you raise a ticket - but that doesn't help if you're outside of the US. If I lose any more I'll start looking at Zigbee-based alternatives, which is a shame as the Wyze door sensors are tiny and raise changes pretty much immediately. |
I am outside the US (in Canada) and I am totally down on Wyze now. They
won't ship anywhere outside the US, even Toronto, which is 30 miles across
the lake from Buffalo. I bought my WyzeCam v2 and sensor kit from Amazon
Canada. But the other Wyze products are marked up outrageously. The scale
($20 on wyze.com) is $90 Canadian or $67.50 USD + $45 (34$ USD) shipping!
And Wyze insists on using their own ecosystem within our LANs, even
bypassing local DNS, which is not cool. I happily ordered a Sonoff Zigbee
sensor for $8 and it arrived and I plopped it into my Zigbee network
immediately. I am done with Wyze for any networking stuff.
Peter Gowdy
Toronto
…On Mon, 26 Oct 2020 at 18:57, andystewart999 ***@***.***> wrote:
Yeah, they aren't rumours. I lost two Wyze Door sensors thanks to the
battery going totally flat, when that happens their MAC is reset to all
zeroes and that's it.
Wyze know all about it and will replace the sensors for free if you raise
a ticket - but that doesn't help if you're outside of the US. If I lose any
more I'll start looking at Zigbee-based alternatives, which is a shame as
the Wyze door sensors are tiny and raise changes pretty much immediately.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6PTE55VLAX54HJBUZCSXLSMX5E5ANCNFSM4RU4DYWQ>
.
|
@kevinvincent I installed a Zwave USB stick a couple of weeks ago. When reading the documentation it included the bit below. This applied to my situation so I disabled the Modem Manager as recommended. I was having to restart HA randomly as my wyze sensors would stop responding, Very similar to a lot of post I have seen regarding wyze sense and HA. Since I have disabled Modem Manager I have not had an issue. Could the Modem Manager be interfering with the wyze bridge the same as it does with Z-Wave and Zigbee sticks?
"If you did an alternative install of Home Assistant on Linux (e.g., installing Ubuntu, then Docker, then Home Assistant Supervised) then the Modem Manager package will interfere with any Z-Wave (or Zigbee) stick and should be removed or disabled in the host OS. Failure to do so will result in random failures of those components, e.g., dead or unreachable Z-Wave nodes"_
The text was updated successfully, but these errors were encountered: