Apple Watch not firing in Listener

Hi,

I am trying to get the HA app on the Phone and Watch to allow the triggering of an even to open turn on my TV which uses the Logitech device.

I have configured the automation (after a significant trial) as below, but have found that if I try and debug using the Event Listener for ios.action_fired then nothing shows there when I tap the created icon on the phone…

The Automation works if fired manually from the automations list using ‘Run’

alias: TV on
description: “”
trigger:

  • platform: event
    event_type: “”
    event_data:
    event_type: ios.action_fired
    event_data:
    actionID: 77A9322D-5F4C-4366-9A24-D47C082EBB9D
    actionName: TV on
    sourceDeviceID: j_phone
    sourceDeviceName: J Phone
    sourceDevicePermanentID: xxxxxxxxxxxxxxxx
    context:
    user_id:
    - dd9599e9d5984836bcd42d7f3f6d0090
    action:
  • type: turn_on
    device_id: 3d9edc8b407bb6102801eccc3f381fbc
    entity_id: de7f064dd3f20dab0573f7ceeea4a4c6
    domain: remote
    mode: single

Can anyone help? Given the above works manually, I think this is to do with the watch/phone communicating with HA, especially as the Listener isnt picking anything up??

Bit of an update… Going into Debug tools and event listing for ios.action_fired.

DOES show events if the listener is active in HA on the Phone device.
DOES NOT show if the listener is active in HA connection on a PC? very odd?