The terms are a little confusing but the code should go into your card configuration instead of the file âconfiguration.yamlâ (see the " Adding ESP32-CAM to Home Assistant" section of the instructions you posted), assuming youâre still in the default UI Mode. If youâre in YAML Mode instead, youâll need to move the code to the âui-lovelace.yamlâ file.
Youâll only lose the automatic configuration feature if you switch to YAML (a.k.a. advanced) Mode.
The instructions in the article youâre following are a little unclear: Where it says, âIf youâre using the configuration file, this is what you need to add.â, itâs referring to the alternate (advanced) method: YAML Mode. You need to do either the previous steps, or the last step.
Also the wording, âconfiguration fileâ, is very misleading because the file named configuration (.yaml) is not the file you place the code into. Instead, ui-lovelace.yaml is the correct âconfiguration fileâ for adding cards to your dashboard (but again, only if youâre using YAML Mode).
Iâve followed all the instruction written in the article ,still canât see image in HA.
Iâve Home assistant installed in the âtraditional wayâ ,and is updated to the current
version 0.94 (using lovelace).Running on RPI.HA identify presence of IP camera but shows only image small icon. Appreciate any idea of the reason prevents showing camera streaming.
Are you using a picture card with any of your other cameras? If not, you might want to try setting one up that way to have a comparison. Also, if youâre accessing HA securely (https://âŚ) your browser probably wonât display content from an unsecured source (http://âŚ).
No. The other cameras being set before switching to lovelace are in the format of
type: picture-entity
entity: camera.front_yard
Neither of the cameras show image if I try to set using picture card.
All are set using http:// .
No error in HA log relates to these devices.
Having the camera configured as an entity in HA is generally the preferable method as it provides more features and flexibility, but itâs a little more difficult to get set up. To configure the ESP32-CAM like your other cameras youâd need to edit the configuration.yaml file and addâŚ
First I appreciated your trying to help.
I did all you wrote but all I can see is the card with camera name and âIdleâ on
the right corner . No image.
I can see using Arduino COM monitor that camera is ready but no client request
has arrived ( according to information only one client at a time on this cam webserver)
Hi,
I still canât get picture from the esp32-cam.
To try and eliminate hidden causes for this, Iâve
installed (clean install) of HA on my Ubuntu laptop.
Nothing else is installed on this copy. Still the same results.