Skip to content

Releases: mrlt8/docker-wyze-bridge

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

v2.1.6

18 May 14:55
3dc39dd
Compare
Choose a tag to compare

What's Changed in v2.1.6

  • UPDATE: MediaMTX to v0.23.0
  • FIXED: Error reading some events.
  • FIXED: Restart MediaMTX on exit and kill flask on cleanup which could prevent the bridge from restarting.

v2.1.5

07 May 05:52
920bc13
Compare
Choose a tag to compare

What's Changed in v2.1.5

  • FIX: set_alarm_on/set_alarm_off was inverted #795. Thanks @iferlive!
  • NEW: URI_MAC=true to append last 4 characters of the MAC address to the URI to avoid conflicting URIs when multiple cameras share the same name. #760
  • Home Assistant: Add RECORD_FILE_NAME option #791
  • UPDATE: base image to bullseye.

Full Changelog: v2.1.4...v2.1.5

v2.1.4

20 Apr 01:13
2c1e153
Compare
Choose a tag to compare

What's Changed in v2.1.4

Full Changelog: v2.1.3...v2.1.4

v2.1.3

16 Apr 03:47
d049358
Compare
Choose a tag to compare

What's Changed in v2.1.2/3

  • Increase close on-demand time to 60s to prevent reconnect messages. #643 #750 #764
  • Disable default LL-HLS for compatibility with apple. LL-HLS can still be enabled with LLHLS=true which will generate the necessary SSL certificates to work on Apple devices.
  • Disable MQTT if connection refused.
  • UPDATED: MediaMTX to v0.22.2

Full Changelog: v2.1.1...v2.1.3

v2.1.2

16 Apr 02:44
05d5417
Compare
Choose a tag to compare

What's Changed in v2.1.2

  • Increase close on-demand time to 60s to prevent reconnect messages. #643 #750 #764
  • Disable default LL-HLS for compatibility with apple. LL-HLS can still be enabled with LLHLS=true which will generate the necessary SSL certificates to work on Apple devices.
  • Disable MQTT if connection refused.
  • UPDATED: MediaMTX to v0.22.2

Full Changelog: v2.1.1...v2.1.2

v2.1.1

14 Apr 01:05
e1b0cca
Compare
Choose a tag to compare

What's Changed in v2.1.1

  • FIXED: WebRTC on UDP Port #772
  • UPDATED: MediaMTX to v0.22.1
  • ENV Options: Re-enable ON_DEMAND to toggle connection mode. #643 #750 #764

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Apr 03:45
14bf194
Compare
Choose a tag to compare

What's Changed in v2.1.0

⚠️ This version updates the backend rtsp-simple-server to MediaMTX which may cause some issues if you're using custom rtsp-simple-server related configs.

  • CHANGED: rtsp-simple-server to MediaMTX.
  • ENV Options:
    • New: SUB_QUALITY - Specify the quality to be used for the substream. #755
    • New: SNAPSHOT_FORMAT - Specify the output file format when using SNAPSHOT which can be used to create a timelapse/save multiple snapshots. e.g., SNAPSHOT_FORMAT={cam_name}/%Y-%m-%d/%H-%M.jpg #757:
  • Home Assistant/MQTT:
    • Fixed: MQTT auto-discovery error #751
    • New: Additional entities for each of the cameras.
    • Changed: Default IMG_DIR to media/wyze/img/ #660

Full Changelog: v2.0.2...v2.1.0

v2.0.2

30 Mar 03:18
56d59ca
Compare
Choose a tag to compare

What's Changed in v2.0.2

  • Camera Control: Don't wait for a response when sending set_rotary_ commands. #746
  • Camera Control: Add commands for motion tagging (potentially useful if using waitmotion in mini hacks):
    • get_motion_tagging current status: 1=ON, 2=OFF.
    • set_motion_tagging_on turn on motion tagging.
    • set_motion_tagging_off turn off motion tagging
  • WebUI: Refresh image previews even if camera is not connected but enabled. (will still ignore battery cameras) #750
  • WebUI: Add battery icon to cameras with a battery.
  • WebUI: Use Last-Modified date to calculate the age of the thumbnails from the wyze API.
  • Update documentation for K10010ControlChannel media controls for potential on-demand control of video/audio.

Full Changelog: v2.0.1...v2.0.2