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

Arlo Glance Card not working properly after update #165

Open
MankiniChykan opened this issue Dec 7, 2024 · 2 comments
Open

Arlo Glance Card not working properly after update #165

MankiniChykan opened this issue Dec 7, 2024 · 2 comments

Comments

@MankiniChykan
Copy link

I am currently using.

  • Arlo Camera Support v0.8.1.10
  • lovelace-hass-arlo v0.2.6.1
  • Core 2024.12.1
  • Supervisor 2024.11.4
  • Operating System 14.0
  • Frontend 20241127.6

My Arlo Glance Card no longer shows the snapshot image by default and also shows an unavailable at the top right of the card.
When I click on the card library, I can still access the recordings and they play.

image

If I try take a snapshot manually with the switch I get the following error
image

The yaml for my arlo glance cards are as follows

          - type: custom:aarlo-glance
            entity: camera.aarlo_red_doorbell
            name: Red Doorbell
            global: square
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_red_door
            door: binary_sensor.door_red_contact_contact
          - type: custom:aarlo-glance
            entity: camera.aarlo_kitchen_door
            name: Kitchen Door
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_kitchen_door
            door: binary_sensor.door_kitchen_contact_contact
          - type: custom:aarlo-glance
            entity: camera.aarlo_red_door
            name: Red Door
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_red_door
            door: binary_sensor.door_red_contact_contact
          - type: custom:aarlo-glance
            entity: camera.aarlo_back_path
            name: Back Path
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_lillian_s_door
          - type: custom:aarlo-glance
            entity: camera.aarlo_lillian_s_door
            name: Lillians Door
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_lillian_s_door
          - type: custom:aarlo-glance
            entity: camera.aarlo_court_yard
            name: Court Yard
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_lillian_s_door
          - type: custom:aarlo-glance
            entity: camera.aarlo_aquarium_camera
            name: Aquarium
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            battery_id: sensor.aarlo_battery_level_maverick_poo_poo_bunny
            motion_id: binary_sensor.arlobaby75_motion
            signal_id: sensor.aarlo_signal_strength_maverick_poo_poo_bunny
@nicyoung0
Copy link

Same issue here after updating from 11.3 to 12.1

@MankiniChykan
Copy link
Author

Seems to be fixed now with Arlo Camera Support v0.8.1.11

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

2 participants