I have tried a couple approaches to scrape log as an automation trigger. Neither seem to fire any pointers would be appreciated.
`
id: '1631227541159'
alias: Zwave Issue Notify (Duplicate)
description: ''
trigger:
- platform: event
event_type: system_log_event
condition:
- condition: template
value_template: '''{{ "zwave_js_server.exceptions.Failed" in trigger.event.data.message[0]
}}'''
action:
- service: notify.notifier_telegram
data:
message: Zwave Error 2
mode: single'
`
- id: '1631313071772'
alias: 'Zwave Issue Notify2 '
description: ''
trigger:
- platform: event
event_type: system_log_event
event_data:
name: 'homeassistant.components.zwave_js:'
level: ERROR
condition: []
action:
- service: notify.notifier_telegram
data:
message: 'Zwave Issue Notify2 '
mode: single