If anyone is curious about moving your Wyzesense sensor and devices from one HA instance to another, I stumbled upon how to do it.
Simply install the Wyzesense integration on the new HA instance, then move your existing sensor to the new instance. Assuming the integration is configured correctly on the new instance, all of your devices should simply show up.
Like I said, I merely stumbled upon this process. I still have test functionality and clean up the old instance. But the fact that each device already shows a history (motion sensors are reporting motion detection), the end results seem promising.
Also now having Wyze sense stop reporting issue. Twice in 24 hours. No error reports I can find at my skill level. Resets on reboot of HA. This is after a month or so of near perfect performance with about 25 sensors. Unsure if it’s related, but started after upgrade to hass-io 3.9 and 0.105.2. Noticed this also appears to be an issue using the Wyze software (Wyze forums).
Hello! I was wondering whether, or not, we need to update firmware for the wyze hub/sensors to get them working? Or would that may break the integration? Or that would not have any impact at all?
For those having issues, what is your Home Assistant install like? I’m running on a Raspberry Pi 3B, HassOS 3.10, Home Assistant Core 0.105.3, and Supervisor 200. At the moment, I have the hub connected directly to the USB port on the back of the Rpi. I bought an extension cable, but I’m getting a 250ft+ radius of connection around my house, so interference from the Pi seems to not be an issue for me.
I installed the integration via HACS and have this in my binary_sensor.yaml file:
#====================================
# Wyze Sense Component
#====================================
- platform: wyzesense
device: auto
I saw that _DoCommand warning once while upgrading from .104 to .105, but after a reboot, it was rock solid again.
I have mostly wired sensors, but these have been a fantastic supplement to my sensors, and I hope they continue to work reliably.
The _DoCommand seemed to be because my vm was not detecting the hub, could not get a blue light on the hub at all. I unplugged the hub for about 2 minutes, plugged it in, restarted the vm and it saw and now all is working. Although it seems my one motion sensor is stuck in an On state. I’ll have to check that out when I get home
The sensor disconnect problem is still happening to me. The problem usually resurfaces 1-3 days after the most recent reboot. I don’t recall this being a problem until the Auto detection feature was introduced. I may try to hard code the sensor path if I can figure out how to pull that data from Home Assistant (fka Hassio).
Here is my experience with Wyze Sensors.
I’ve mostly had no problems other than occasionally after a HA restart that none of the sensors are found. Sometimes another restart addressed this but the most reliable solution was power cycling my RPi (My Wyze USB hub is connected directly to the RPI).
Sometimes after .105 and with 0.7 of the wyzesese Wyze sensors completely stopped working with HA. Restarting HA did not change this; powercycling RPi and Wyze Hub made no difference. I even updated the FW on the hub though one of my Wyze camera but still no luck. Uninstalling Wyze 0.7 and reinstalling made no difference either! I finally ran the wyzescan service and my on/off sensor started wot work again (at least the first 2). My Wyze motion sensors however did not appear to recover from a similar session. On my motion sensor I had to remove them first - then rescan and now they appear to be working again. Properly not relevant but I have ~30 Wyze sensors on my Hub.
I finally had to update the firmware on my bridge from .30 to .33, re-scan in all of my sensors (20) and it’s been flawless since no data mismatch errors or the often unresponsive bridge.
Anyone get this working when running HA in a freenas jail?
Getting (Thread-2) [custom_components.wyzesense.wyzesense_custom] [Errno 5] Input/output error and then timeouts on _DoCommand when I try.
I’ve followed the steps to get a USB working in a jail as well and that part looks ok. The device is /dev/uhid0. Updated my config for that as well.
Mine has been working perfectly for quite some time but all sensors stopped working since yesterday, no symptom no error in the logging. reboot HASS fixed the issue.
Anyone know what could be the cause? And more importantly how can I actively monitoring if it is working or not?