Foscam component not working in Lovelace

Hello,

Running 0.81.6 and installed the Foscam plugin which works great in standard UI

But when switching to Lovelace it doesn’t update the picture in the dashboard and the picture isn’t clickable to bring up the stream from the camera

Bug?

Hi, same issue for me. The picture isn’t clickable too. And the status is Idle.

It’s ok for me now, milijume, modify in ui-lovelace.yaml:

    type: picture-entity
    title: "Kitchen"
    entity: camera.kitchen
    camera_image: camera.kitchen
    show_info: true
    tap_action: dialog

to

    type: picture-entity
    title: "Kitchen"
    entity: camera.kitchen
    camera_image: camera.kitchen
    show_info: true
    tap_action: more-info

tap_action: dialog --> tap_action: more-info

:wink:

Perfect, will try as soon as I have the opportunity :+1:

I have tried to change my lovelace setting by using tap_action: more-info, but if I click on the camera image nothing happens.

  - type: picture-entity
    title: "Living Room"
    entity: camera.sala
    camera_image: camera.sala
    show_info: true
    tap_action: more-info

Where is the error?

Probably I have found a different way (solution):

  - type: picture-entity
    name: "Living Room"
    entity: camera.sala
    camera_image: camera.sala
    show_info: true
    tap_action: 
      action: more-info

In this way I’m able to show a popup with the live streaming.