You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[REQUIRED] Card diagnostic information:
Card diagnostics. Please review for confidential information prior to sharing
{"ha_version": "2024.10.1","card_version": "5.2.0","browser": "Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0","date": "2024-10-16T15:09:08.544Z","frigate_version": {"2695236f61dad4a7afd8c1885ce62792": "5.4.0/0.14.1-f4f3cfa"},"lang": "en","timezone": "Europe/Berlin","git": {"build_version": "5.2.0-HEAD+g69249b6","build_date": "Fri, 23 Jun 2023 15:26:26 GMT","commit_date": "Thu, 22 Jun 2023 09:21:26 -0600"},"config": {"type": "custom:frigate-card","cameras": [{"camera_entity": "camera.carport","live_provider": "go2rtc","go2rtc": {"modes": ["webrtc"]}}],"elements": [{"type": "conditional","conditions": [{"condition": "state","entity": "switch.gs308ep_1_poe_power","icon": "mdi:toggle-switch","state": "on"}],"elements": [{"type": "custom:frigate-card-menu-state-icon","entity": "switch.gs308ep_1_poe_power","icon": "mdi:toggle-switch-off","style": {"state": "on","color": "rgb(0, 255, 0)"},"tap_action": {"action": "toggle"}}]},{"type": "conditional","conditions": [{"condition": "state","entity": "switch.gs308ep_1_poe_power","icon": "mdi:toggle-switch","state": "off"}],"elements": [{"type": "custom:frigate-card-menu-state-icon","entity": "switch.gs308ep_1_poe_power","icon": "mdi:toggle-switch","style": {"state": "off","color": "rgb(255, 0, 0)"},"tap_action": {"action": "toggle"}}]}],"live": {"show_image_during_load": true,"preload": false}}}´´´<!--On the card, hold down the Default/Frigate menu button for a few seconds then paste the diagnostics below. No help can be provided without this-->A snippet from the frontend config:
```yamlsquare: truecolumns: 2type: gridcards: - type: custom:frigate-card cameras: - camera_entity: camera.carport live_provider: go2rtc go2rtc: modes: - webrtc elements: - type: conditional conditions: - condition: state entity: switch.gs308ep_port_1_poe_power icon: mdi:toggle-switch state: "on" elements: - type: custom:frigate-card-menu-state-icon entity: switch.gs308ep_port_1_poe_power icon: mdi:toggle-switch-off style: state: "on" color: rgb(0, 255, 0) tap_action: action: toggle - type: conditional conditions: - condition: state entity: switch.gs308ep_1_poe_power icon: mdi:toggle-switch state: "off" elements: - type: custom:frigate-card-menu-state-icon entity: switch.gs308ep_1_poe_power icon: mdi:toggle-switch style: state: "off" color: rgb(255, 0, 0) tap_action: action: toggle live: show_image_during_load: true preload: false
[REQUIRED] Description of problem:
I integrated a button in the frontend to shutdown / reboot the cameras over a poe switch. When the camera is off the string is "camera is unavailable" is displayed on top of the view followed by json data.
Expected would be only a view of the string without the json output
[OPTIONAL] Last working release (if known):
[OPTIONAL] Javascript errors shown in the web inspector:
[OPTIONAL] Additional information:
The text was updated successfully, but these errors were encountered:
integrated a button in the frontend to shutdown / reboot the cameras over a poe switch. When the camera is off the string is "camera is unavailable" is displayed on top of the view followed by json data.
Expected would be only a view of the string without the json output
Can you include a screenshot of what appears? You want the diagnostics message to not appear? The issue here is of course that it is hard for the card to tell the difference between:
A camera is unavailable and you expect that
A camera is unavailable and you don't expect that [and might want the message to appear...]
@tootai The card cannot control what does or does not show up in birdseye, that is decided by the Frigate backend. I'd recommend you update to the latest beta (linked in my previous comment on this issue), as it changes how an unavailable camera behaves (does not block the whole card the way it does in v5.20).
Checklist:
[REQUIRED] Card diagnostic information:
Card diagnostics. Please review for confidential information prior to sharing
[REQUIRED] Description of problem:
I integrated a button in the frontend to shutdown / reboot the cameras over a poe switch. When the camera is off the string is "camera is unavailable" is displayed on top of the view followed by json data.
Expected would be only a view of the string without the json output
[OPTIONAL] Last working release (if known):
[OPTIONAL] Javascript errors shown in the web inspector:
[OPTIONAL] Additional information:
The text was updated successfully, but these errors were encountered: