Shawn Siefkas
Shawn Siefkas
@iamle0pard are your cameras on the same network as the docker-wyze-bridge? That seems to be a requirement which I had to reconfigure for as well. I noticed IPs like 192.168.4.51...
@pedromfa it's an option for `docker-compose.yml` and is set under the service section for the bridge. Here is a snippet from mine as an example: ```services: wyze-bridge: container_name: wyze-bridge restart:...
> My wyze-docker-bridge is on a PC with 192.168.4.104 as the IP @iamle0pard something about that seems off. The logs said it was listening on `192.168.65.3` which doesn't match the...