I’m trying to get two channels from my EverFocus ECOR264 DVR into HASS using the generic camera feature. However, I can’t seem to get this to work. I was able to get this to work under Vera so I know it’s possible. Here’s my configuration:
If I go to that URL in a browser and provide the username and password I get the snapshot of the channel. However, in HASS I just get nothing. So I’m a little confused.
for my generic camera. I use like this to get image render all the time.
indent preformatted text by 4 spaces
camera:
platform: generic
still_image_url: !secret office_cam_ip
name: Office Camera
limit_refetch_to_url_change: false <=== this will refresh to get render image.
Both actually. In the URL above I do get a snapshot of the actual image and of course if you refresh that page you get a frame a second. I guess I will dissect the Vera plugin that is working to find out what URLs it’s connecting to and might need to do something custom here.