Hey everyone! I wanted to share my experience integrating Wyze cameras into Homey. I’ve been using Wyze cameras for a while now, and I’ve always been impressed by their performance and value for money. However, I recently encountered a problem with latency when integrating them into my Homey setup. The delay was around 10 seconds, which was quite frustrating, especially since I wanted to use them for monitoring my front door. After some research and troubleshooting, I discovered that the issue was related to the configuration of the RTSPtoWebRTC addon. I had installed the addon and configured it with the RTSP URL of my camera, but the delay persisted. I started digging into the logs and tweaking the settings to see if I could resolve the issue. Here’s what I did to fix the problem: 1. Checked the RTSP Configuration: I made sure that the RTSP URL was correctly formatted and that the credentials were accurate. Sometimes, even a small typo can cause issues. 2. Adjusted the Log Levels: I increased the logging level in the RTSPtoWebRTC addon to get more detailed information about what was happening. This helped me identify that the addon was repeatedly stopping and starting the producer, which was causing the delay. 3. Modified the Addon Settings: I adjusted the settings in the addon to ensure that the producer was not being stopped unnecessarily. This involved tweaking some of the advanced configuration options. 4. Tested with Different Ports: I tried using different ports for the RTSP and WebRTC streams to rule out any port conflicts. 5. Updated the Addon: Just to be safe, I updated the RTSPtoWebRTC addon to the latest version. Sometimes, bugs are fixed in newer releases. After making these changes, the latency issue was resolved, and the camera feed now streams smoothly with minimal delay. I was thrilled to see it working perfectly, and I’m now able to use my Wyze cameras effectively within my Homey setup. For anyone else struggling with similar issues, I’d recommend thoroughly checking your RTSP configuration, reviewing the addon logs, and experimenting with different settings. Sometimes, it just takes a bit of trial and error to get everything working smoothly. I’d also like to thank the community for their support and resources. Without the helpful tips and guides shared by others, I might still be struggling with this issue. It’s amazing how a supportive community can make such a difference! Happy integrating, and if you have any questions or need advice, feel free to reach out!