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

No camera stream with iOS 16 in notifications #2201

Closed
yan14 opened this issue Sep 13, 2022 · 6 comments
Closed

No camera stream with iOS 16 in notifications #2201

yan14 opened this issue Sep 13, 2022 · 6 comments

Comments

@yan14
Copy link

yan14 commented Sep 13, 2022

The camera stream and still image is missing with iOS 16.
The automation looks the same as in the documentation:
service: notify.mobile_app_<your_device_id_here> data: message: Motion Detected in the Living Room data: entity_id: camera.living_room_camera

@yan14 yan14 changed the title No camera stream with iOS 16 No camera stream with iOS 16 in notifications Sep 13, 2022
@TomBrien
Copy link
Member

I can't reproduce this in iOS 16. Camera streams seem to be. Are you receiving the notification at all? If not, you may be running into the issue described here.

@yan14
Copy link
Author

yan14 commented Sep 13, 2022

Yes I get a notifiaction, but there is no stream and still image:
grafik

My automation looks like this:
- service: notify.notifyfamily data: message: Hier das Bild title: Es hat jemand geklingelt data: entity_id: camera.einfahrt_camera

@TomBrien
Copy link
Member

Please can you repost the service call you're using correctly formatted as you have it in your automation (with line breaks an indents as used)

@TomBrien
Copy link
Member

Also, it looks like you're using a notify group, is this correct? If so, can you try targeting a single device.

@yan14
Copy link
Author

yan14 commented Sep 13, 2022

sorry for the wrong format. It should be formated properly now :)

service: notify.mobile_app_yannicks_iphone
data:
  message: Hier das Bild
  title: Es hat jemand geklingelt
  data:
    entity_id: camera.einfahrt_camera

In the case above, i used my single device as a target and not the group. The result is the same.

@yan14
Copy link
Author

yan14 commented Sep 13, 2022

So, I changed the name in the app and now it works fine... The strange thing is, that the notification worked, but not the camera. Therefor this issue is fixed :)

@yan14 yan14 closed this as completed Sep 13, 2022
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