Releases: mrlt8/docker-wyze-bridge
Releases · mrlt8/docker-wyze-bridge
v2.3.2
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).
- SET Topic:
- REST/MQTT Control:
- FIXED: Refresh token if needed when sending
power
commands. - FIXED: Remove quotations from payload. (#857)
- CHANGED: Better error handling for commands.
- FIXED: Refresh token if needed when sending
- 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
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:
- NEW: Camera specific sub_quality option (#851)
- Docker: use
SUB_QUALITY_NAME=SD60
- Home Assistant: use
SUB_QUALITY: SD60
in Camera Specific Options.
- Docker: use
- NEW: Home Assistant - add config for 8554/udp (#855)
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed in v2.3.0
- NEW: Optional
API_KEY
andAPI_ID
config for wyze API (#837)- Key/ID are optional and the bridge will continue to function without them.
WYZE_EMAIL
andWYZE_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)
- GET/SET
cruise_points
for Pan cams. See cruise_points - GET/SET
ptz_position
for Pan cams. See ptz_position
- GET/SET
Full Changelog: v2.2.4...v2.3.0
v2.2.4
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
andWYZE_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
What's Changed in v2.2.3
- NEW:
LOG_TIME
config to add timestamps to the logs. #830 - CHANGED:
DEBUG_LEVEL
is nowLOG_LEVEL
- FIXED:
DEBUG_LEVEL
/LOG_LEVEL
andLOG_FILE
were broken in Home Assistant. #830LOG_FILE
now logs to/config/wyze-bridge/logs/
Full Changelog: v2.2.2...v2.2.3
v2.2.2
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
v2.2.0
What's Changed in v2.2.0
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
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 @jhanscheset_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
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