HooToo camera, anyone?

Has anyone used the HooToo camera in their Home Assistant system?

OK, I’ll answer my own question because I hate seeing unanswered questions on the forums.

Hoo Too has a web page that gives a constructor that generates the URL for their cameras. You enter your IP, Camera model and user name and password and it generates a URL.
HooToo IP camera URL

Here’s my configuration for my Hoo Too camera:

# Porch Camera (Hoo Too, Model HT-IP212F)
    - platform: generic
      still_image_url: http://192.168.1.215/snapshot.cgi
      mjpeg_url: http://admin:[email protected]/videostream.cgi?user=op&pwd=op&resolution=32&rate=0
      username: admin
      password: admin
      name: Porch

Hope this helps someone.

2 Likes