Foscam Integration

I never used the Foscam Integration, I always had my cameras configured in the configuration.yaml. All of a sudden the integration has come up by itself, and none of my cameras are working anymore. I deleted the integration and rebooted and it keeps coming back and I cant get my cameras to work anymore.

Any ideas?

camera:
  - platform: foscam
    ip: 192.168.2.118
    username: livingroom
    password: *****
    rtsp_port: 88
    name: livingroom_camera

EDIT:

Looking at the logs, it appears the integration has taken over what RTSP port to use, and its not using port 88, its using 554. My model of Foscam uses a different RTSP port (88). Not sure why or how to fix…

2021-02-04 14:32:10 ERROR (stream_worker) [homeassistant.components.stream.worker] Error opening stream rtsp://livingroom:*****@192.168.2.118:554/videoMain
1 Like

I’m having the same issue. Looks like it’s already begin addressed on GitHub. Hopefully it’s fixed soon.