HA Generic Camera Help #356
Replies: 1 comment 12 replies
-
Have you enabled snapshots? The still image URL is basically just pulling the most recent image from the snapshot camera so if you haven't enabled snapshots, you won't be able to use it. IMO, the most likely scenario is that the template is just incorrect. Have you verified by looking in Developer Tools...States, and then selecting the snapshot camera from the list? You should be able to see the value of entity_picture there and you should see that it has a /. I don't think there's any bug in HA around this because I had basically this exact setup for my development instance until about a week ago when I finally enabled SSL for it as well. |
Beta Was this translation helpful? Give feedback.
-
I feel like this could be a HA bug, but I'm currently trying to setup the ring-mqtt streaming using the generic camera integration (as instructed in the documentation: https://github.com/tsightler/ring-mqtt/blob/3943159123e685547a673a751faf927f53bbf210/docs/CAMERAS.md#quick-live-stream-configuration-with-home-assistant).
If I setup the generic camera in the configuration file (or in the UI) without the still image URL, it actually works fine, but without the still image capability. However, I really want to have the still image capability so it's not launching a stream every time I launch the picture glance card on the dashboard.
So, when I attempt to enter in the url, as instructed, into the still image configuration, I get an error.
Here's an example of what I'm adding to the configuration.yml (secrets replaced with non-identifying values):
This fails due to an 'Unknown Error'. And when I check the log file, I see that there was an interesting problem with the processing of the still_image URL as follows:
For some reason, it's not separating the port number from the template provided.
And from the documentation, it specifies NOT to put a slash after the port:
Thanks in advance for any help or guidance!
Beta Was this translation helpful? Give feedback.
All reactions