Skip to content

Releases: mrlt8/docker-wyze-bridge

v0.6.0

04 Sep 15:53
7a53f62
Compare
Choose a tag to compare

Changes in v0.6.0

  • 💥 BREAKING: Renamed FILTER_MODE to FILTER_BLOCK and will be disabled if blank or set to false.
  • 💥 BREAKING: Renamed FILTER_MODEL to FILTER_MODELS
  • 🔨 Reworked auth, caching, and other other code refactoring
  • ✨ NEW: Refresh token when token expires - no need to 2FA when your session expires!
  • ✨ NEW: Use seed to generate TOTP
  • ✨ NEW: DEBUG_FRAMES ENV parameter to show all dropped frames
  • ⏪ CHANGE: Only show first lost/incomplete frame warning
  • 🐧 CHANGE: Switch all base images to debian buster for consistency

v0.5.18

02 Sep 15:12
35f82d0
Compare
Choose a tag to compare

Changes in v0.5.18

  • New: API_THUMB ENV parameter to save a thumbnail from the Wyze API
  • New: Show warnings on frame drops
  • 🏠 Home Assistant: Improved config option compatibility

v0.5.17

02 Sep 03:35
73d218d
Compare
Choose a tag to compare

Changes in v0.5.17

  • ARM Only: Switch to debian buster base image to avoid libseccomp2 realted issues
  • Fix: Additional checks for stale data
  • 🏠 Home Assistant: Force refresh of cameras from wyze api to pull new thumbnails
  • 🏠 Home Assistant: Add hass.io labels to docker image
  • 🏠 Home Assistant: Add schema for some config options

v0.5.16

30 Aug 15:26
55eaedb
Compare
Choose a tag to compare

Changes in v0.5.16

  • 🏠 Home Assistant: Cache data to /config/wyze-bridge/
  • 🏠 Home Assistant: 2fA verification input file changed to /config/wyze-bridge/mfa_token.txt

v0.5.15

28 Aug 15:15
bf153c9
Compare
Choose a tag to compare

Changes in v0.5.15

  • Initial basic support as 🏠 Home Assistant Add-on

v0.5.14

27 Aug 00:56
faa0896
Compare
Choose a tag to compare

Changes in v0.5.14

  • Fix #93: 2fa 400 due to \n character at the end of sting

v0.5.13

26 Aug 03:23
42d7ed8
Compare
Choose a tag to compare
  • Remove "s from email and password.

v0.5.12

24 Aug 04:55
2d0c938
Compare
Choose a tag to compare

Changes in v0.5.12

  • Clear local cache when switching accounts.

v0.5.11

22 Aug 02:28
9c205a6
Compare
Choose a tag to compare

Changes in v0.5.11

  • Fix bug in 2FA when submitting verification resulted in "400" Error

v0.5.10

21 Aug 16:15
9e8cb6f
Compare
Choose a tag to compare

Changes in v0.5.10

  • Check for dtls status instead of firmware version for compatibility
  • Update version numbers for api requests
  • Reduce sleep time for 2fa
  • Increase default RTSP_READTIMEOUT and RTSP_READBUFFERCOUNT
  • Reduce another docker layer