Skip to content

Releases: kevinvincent/ha-wyzesense

Merged support for v2 sensor and updated manifest.json

27 May 22:49
7c2a448
Compare
Choose a tag to compare

Adding version to manifest.json

22 Apr 17:28
bf664f1
Compare
Choose a tag to compare

Quick fix to prevent this from completely failing in future home assistant releases.

Thanks @elahd

Stability Fix

25 Jul 20:23
529e4d4
Compare
Choose a tag to compare

This change prevents wyzesense from stopping when receiving an unparseable packet. People have reported success with this fix here: #114 (comment)

Thanks to @raetha for the fix.

Small fix for 0.110 and beyond compatibility

21 May 19:00
bd35b06
Compare
Choose a tag to compare

Fix for BinarySensorDevice deprication

Major Stability and Error fix

14 Jan 08:26
Compare
Choose a tag to compare

WHEN UPGRADING TO THIS VERSION YOU WILL HAVE TO RETRIGGER EACH SENSOR TO HAVE IT DISPLAY AGAIN

This is a one-time thing you have to do once updating and restarting HomeAssistant. Once you do this, stability on restarts should improve dramatically. This specifically solves any errors that contain result = ws.List() in the error message. This is the vast majority of errors reported.

Added the ability to auto configure hidraw device

24 Nov 18:39
95e88ce
Compare
Choose a tag to compare

Thank you @WayneManion for this contribution

Enter the following config data for wyzesense:

- platform: wyzesense
  device: auto

The custom_component will use the contents of /sys/class/hidraw to determine which hidraw device is the Wyze receiver dongle and then use that info to initialize the dongle.

Bump Timeout values

22 Aug 22:40
e826fd8
Compare
Choose a tag to compare

Hopefully this fixes some of the issues with 0.0.4.

Minimize startup coms, add logging on usb read errors

20 Aug 04:21
Compare
Choose a tag to compare
v0.0.4

Minimize startup coms, add logging on usb read errors

Adding retries on Timeout Errors

14 Aug 01:06
5290e0a
Compare
Choose a tag to compare

This issue popped up frequently on some Pi's. This change will retry Timeout errors on startup up to 10 times which increases reliability for transient issues.