Trendnet camera support

Wondering if anyone out there has Trendnet cameras working on their HA installation?

I’ve got an old TV-IP551WI camera and I have tried various methods of getting it to work in HA but none of them are working. I can get to the camera in a browser directly (bypassing any UI and just getting the raw image/video) using either of these urls:

http://admin:[email protected]:88/video/mjpg.cgi
http://admin:[email protected]:88/image/jpeg.cgi

without a problem, but neither the generic nor the generic mjpeg platofrms seem to support this.

Any suggestions (yes, buying a new camera but would still like to use this one!) would be of great help. I haven’t found anything on the forums, reddit, G+ or Google. :confused:

1 Like

Going to close this topic as I finally found the right setup for this to get the ol’ Trendnet in HA!!

- platform: mjpeg
  mjpeg_url: http://USERNAME:PASSWORD@CAMERA_IP/video/mjpg.cgi
  authentication: digest
  username: USERNAME
  password: PASSWORD
  name: interior bedroom fixed
4 Likes