#Camera Snapshot to Apple Watch / CarPlay Notifications

1 messages · Page 1 of 1 (latest)

hardy anvil
#

Hello Community,

Tell me if im wrong but earlier I was able to get snapshot notifications to my Apple Watch, now I started to use snapshot notifications again and I still has an Apple Watch but I cannot see any picture in the notification.

On the phone it works perfectly, when I long press it shows the picture, but on Apple Watch its not possible anymore. There is any trick to enable this?

Second question: Do I need to enable Apple CarPlay notifications somewhere or there is any special thing to enable notifications show up on my CarPlay? Or Maybe is it enough if I add Home Assistant IOS App to exceptions at "Do Not Disturb" mode?

Thank you very much!
Gery

#

Automation to send Notification:

description: Notify - Entrance Camera Snapshot Animal
triggers:
  - trigger: state
    entity_id:
      - binary_sensor.reolink_entrance_allat
conditions:
  - condition: state
    entity_id: timer.camera_detection_timer_animal
    state: idle
actions:
  - action: camera.snapshot
    target:
      device_id: b75be1d441ba1070a7ab964769073093
    data:
      filename: /config/www/snapshot_animal.jpg
  - action: notify.notify
    metadata: {}
    data:
      message: 🐈Mozgás a bejáratnál🐈
      data:
        attachment:
          url: /local/snapshot_animal.jpg
        actions:
          - action: null
            title: Visszanézés
            uri: fb1675493782511558://
  - action: timer.start
    data: {}
    target:
      entity_id: timer.camera_detection_timer_animal
mode: single```
lusty girder
#

Try rebooting your watch

#

CarPlay notifications are not available.

hardy anvil
#

Its an Apple Watch 10. Newest official IOS update on it.

hardy anvil
#

If anyone has any idea Im totally open to try out anything 😄

lusty girder
#

I don't have a solution right now, I'll find some time to investigate that, I do have one notification like that that I use daily, but it's a bit different:

data:
  message: 🍪 {{ states('sensor.aqara_pet_feeder_c1_portions_per_day') }}
  title: Noire foi alimentada
  data:
    entity_id: camera.dany_office
    url: homeassistant://navigate/lovelace/pet-feeder?server=default
action: notify.brunoanddany
#

I use the camera ID as "entity_id"