Skip to content

Releases: mrlt8/docker-wyze-bridge

v2.3.2

17 Jun 00:59
5741365
Compare
Choose a tag to compare

What's Changed in v2.3.2

  • Camera commands:
    • SET Topic: state; payload: start|stop|enable|disable - control the camera stream.
    • GET Topic: state - get the state of the stream in the bridge.
    • GET Topic: power - get the power switch state (Wyze Cloud API).
  • REST/MQTT Control:
    • FIXED: Refresh token if needed when sending power commands.
    • FIXED: Remove quotations from payload. (#857)
    • CHANGED: Better error handling for commands.
  • MQTT:
    • Updated discovery availability and additional entities.
    • Publish additional topics with current settings.
    • Disable on TimeoutError.

Full Changelog: v2.3.1...v2.3.2

v2.3.1

14 Jun 05:56
3052882
Compare
Choose a tag to compare

What's Changed in v2.3.1

  • NEW: WebUI - Power on/off/restart controls.
    • As these commands are sent over Wyze's Cloud API, the cameras will need access to the wyze servers.
    • These commands also suffer from the same "offline" issue as the app, and will give an error if the camera is reporting offline in the app.
  • NEW: Camera commands:
    • Topic: power; payload: on|off|restart Sent over Wyze Cloud API. (#845) (#841)
    • Topic: bitrate; payload: 1-255 Change the video bitrate/quality (#852)
  • NEW: Camera specific sub_quality option (#851)
  • NEW: Home Assistant - add config for 8554/udp (#855)

Full Changelog: v2.3.0...v2.3.1

v2.3.0

13 Jun 02:24
3d4e014
Compare
Choose a tag to compare

What's Changed in v2.3.0

  • NEW: Optional API_KEY and API_ID config for wyze API (#837)
    • Key/ID are optional and the bridge will continue to function without them.
    • WYZE_EMAIL and WYZE_PASSWORD are still required, but using API key/ID will allow you to skip 2FA without disabling it.
    • Key/ID are tied to a single account, so you will need to generate a new set for each account.
    • See: https://support.wyze.com/hc/en-us/articles/16129834216731
  • NEW: Camera commands (#835)

Full Changelog: v2.2.4...v2.3.0

v2.2.4

09 Jun 06:30
8b3e7f2
Compare
Choose a tag to compare

What's Changed in v2.2.4

  • NEW: Add Wyze credentials via WebUI.
    • This does not replace the old method, but is just an alternate way to pass your wyze credentials to the container.
    • This should hopefully resolve the issue some users were facing when they had special characters in their docker-compose.
    • WYZE_EMAIL and WYZE_PASSWORD are no longer required to start the bridge. #807
  • FIXED: Log wording when filtering is enabled. Thanks @cturra
  • UPDATED: MediaMTX to v0.23.5

New Contributors

Full Changelog: v2.2.3...v2.2.4

v2.2.3

07 Jun 05:32
c32e362
Compare
Choose a tag to compare

What's Changed in v2.2.3

  • NEW: LOG_TIME config to add timestamps to the logs. #830
  • CHANGED: DEBUG_LEVEL is now LOG_LEVEL
  • FIXED: DEBUG_LEVEL/LOG_LEVEL and LOG_FILE were broken in Home Assistant. #830
    • LOG_FILE now logs to /config/wyze-bridge/logs/

Full Changelog: v2.2.2...v2.2.3

v2.2.2

04 Jun 14:46
720bf26
Compare
Choose a tag to compare

What's Changed in v2.2.2

  • FIXED: autoplay URL parameter was being ignored - Thanks @stere0123! #826
  • NEW: Fullscreen mode on web-ui enables autoplay.
  • Disabled LD_CFP "Floodlight Pro" because it doesn't use tutk - Thanks @cryptosmasher! #822
    • This seems to be slightly different than the Gwell cameras (OG/Doorbell Pro). Needs further investigation.
  • UPDATED: MediaMTX to v0.23.4.

Full Changelog: v2.2.1...v2.2.2

v2.2.1

02 Jun 01:32
bb34c43
Compare
Choose a tag to compare

What's Changed in v2.2.1

  • FIXED: topic to set motion_tracking Thanks @crslen! #823
  • FIXED: additional cam info was missing from web-ui.
  • NEW: outdoor cam related tutk commands and battery topic for API.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

01 Jun 03:40
7702111
Compare
Choose a tag to compare

What's Changed in v2.2.0

⚠️ Breaking changes for MQTT/REST API

See wiki for details.

  • CHANGED: API commands are now split into topics and payload values for more flexibility.
  • NEW: API commands will initiate connection if not connected.
  • NEW: json payload for API commands.
  • NEW: PUT/POST methods for REST API.
  • NEW: MQTT topics for each get and set command.
  • NEW: MQTT value gets updated on set command.
  • NEW: start/stop/enable/disable over MQTT.
  • FIXED: camera busy on re-connect.

Full Changelog: v2.1.8...v2.2.0

v2.1.8

29 May 04:41
c67cef5
Compare
Choose a tag to compare

What's Changed in v2.1.8

  • NEW: Camera Commands
    • set_pan_cruise_on/ set_pan_cruise_off - Enables or disables the Pan Scan ("Cruise") behavior, where the camera cycles through configured waypoints every 10 seconds. Thanks @jhansche
    • set_motion_tracking_on/set_motion_tracking_off/get_motion_tracking - Follow detected motion events on Pan Cams. Thanks @jhansche
  • NEW: ENV Option
    • ROTATE_IMG_CAM_NAME=<true|0|1|2|3> - Rotate snapshots for a single camera. #804
  • UPDATE: MediaMTX to v0.23.3
  • UPDATE: WebRTC offer to use SDP for compatibility with MTX v0.23.3

New Contributors

Full Changelog: v2.1.7...v2.1.8

v2.1.7

20 May 13:49
5d134cf
Compare
Choose a tag to compare

What's Changed in v2.1.7

  • FIX: WebRTC not loading in the WebUI.
  • UPDATE: MediaMTX to v0.23.2

Full Changelog: v2.1.6...v2.1.7