Asuswrt new device notification

I have Asuswrt integration setup on my router, is it possible to set up automation to get a notification when a new device connected? or any device connected with certain IP range (I set all my own device as static ip in certain range, while dhcp on another ip range) ?

Hi there, yes, i’ve got it running like that, my automation looks like this:

- id: '1572521375520'
  alias: Home Assistant - New device found
  description: ''
  trigger:
  - event_data: {}
    event_type: device_tracker_new_device
    platform: event
  condition: []
  action:
  - data_template:
      message: New device connected, {{trigger.event.data.host_name}}, ({{trigger.event.data.entity_id}})
    service: notify.push
3 Likes

Thanks. I’ll try this.
Is there any document that I can find all available event_type, and available data for that event_type? I did a quick search didn’t get any.

Old thread I know… can this still be done with the new Asuswrt integration?
Really useful to know when devices connect, the above event does not work anymore.

Thanks

1 Like

doesn’t seem to work anymore for me

Any update here? :confused:

1 Like