github IDisposable/docker-wyze-bridge v4.3.0
Phase 1 MQTT support

9 hours ago

MQTT Phase 1 release focused on control parity improvements with the legacy bridge,
while documenting go2rtc-era control boundaries.

Added

  • MQTT stream control topics:
    • {topic}/{cam}/state/set (start/stop)
    • {topic}/{cam}/power/set (on/off/restart)
  • MQTT power state publishing on {topic}/{cam}/power
  • Cloud-backed MQTT property control mapping (write-only mirror):
    • night_vision, irled, status_light, motion_detection,
      motion_tagging, bitrate, fps, hor_flip, ver_flip
  • Home Assistant discovery entities for Phase 1 controls:
    • stream switch, power switch, reboot button, snapshot button
    • IR/status light/motion detection/motion tagging switches
    • bitrate/fps number controls
    • horizontal/vertical flip switches
  • MQTT capability and scope reference in DOCS/MQTT_SPEC.md

Changed

  • Night vision mapping aligned to cloud property semantics (auto => 3)
  • MQTT expectations now explicitly split into Implemented, Phase 1, and Deferred
    in the spec to clarify what requires direct TUTK control vs. cloud API fallback

Notes

  • Live camera property readback parity from the Python bridge remains deferred because
    go2rtc owns the active TUTK session and does not expose a Wyze property-control API.
  • Pan/tilt K110xx command parity and full {prop}/get MQTT readback are out of scope
    for this phase.

Full Changelog: v4.2.2...v4.3.0

Don't miss a new docker-wyze-bridge release

NewReleases is sending notifications on new releases.