Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser_mod popup not working anymore after last upgrade of +HA Core and OS #771

Open
cedricdelecole opened this issue Dec 24, 2024 · 1 comment

Comments

@cedricdelecole
Copy link

cedricdelecole commented Dec 24, 2024

My Home Assistant version: 0.XX.X

What I am doing:
Using Browser_mod through an automation

What I expected to happen:
Camera popup on the tablet

What happened instead:
Camera picture is not appearing anymore. Script is correctly triggered, all works perfectly in the different steps, except the browser_mod supposed to popup the camera stream

Minimal steps to reproduce:

# The least amount of code or steps possible to reproduce my error

# Put your code/steps here
      - data:
          title: Caméra Extérieure
          dismissable: false
          content:
            camera_view: live
            type: picture-glance
            entities: []
            camera_image: camera.192_168_1_110
          timeout: 120000
          size: fullscreen
          browser_id: []
          right_button: Raccrocher
          right_button_action:
            service: media_player.media_stop
            data:
              entity_id: media_player.lenovo_tab_m10_plus_3rd_gen
          left_button: Laisser vidéo 5m
          left_button_action:
            service: browser_mod.sequence
            data:
              sequence:
                - service: browser_mod.popup
                  data:
                    title: Caméra Extérieure
                    dismissable: true
                    content:
                      camera_view: live
                      type: picture-glance
                      entities: []
                      camera_image: camera.192_168_1_110
                    timeout: 300000
                    size: fullscreen
                    browser_id:
                      - Lenovo-tablette
                - service: media_player.media_stop
                  data:
                    entity_id: media_player.lenovo_tab_m10_plus_3rd_gen
        action: browser_mod.popup

Error messages from the browser console:

// Select everything from the browser console and copy it

Core
2024.12.5
Supervisor
2024.12.0
Operating System
14.1


// Paste it here

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

  • [x ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

  • [ x] Have made sure I am using the latest version of the plugin.

  • [ x] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

  • [ x] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

@cedricdelecole
Copy link
Author

Please discard this issue ... the entities related to the Lenovo-tablette were showed as "Unavailable".
I restared the tablet and now the entities are back on track and Browser-mod is working back.

I see those entities were made unavailable yesterday 23/12 around 16:29 PM ... I would appreciate if someone can help me understanding what happened and made this entities unavailable at that time.

image

Looking at the journal, It looks like HA stopped just before :

image

But I am assuming the Browser-mod devices / entities are coming back "online" after an HA restart right ?

Should I be looking somewhere else ?
How can I check what made entities unavailable for my Lenovo-tablette ?

Many thanks !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant