#"Failed to perform the action" Zigbee as trigger for automation?

1 messages · Page 1 of 1 (latest)

spark bolt
#

Is it possible to create an automation when a zigbee action fails for a device or a group of devices?

#

have a few automations that are fairly critical that I would like to trigger a TTS alert and notification if a zigbee device does not respond to an action

crude cloud
#

Not exactly what you asked for, but you can trigger when an automation experiences an error:

If you set the following in your config, you can trigger off entries to your system log:

system_log:
  fire_event: true

That then allows you to create an automation with the following trigger:

triggers:
  - trigger: event
    event_type: system_log_event
    event_data:
      name: homeassistant.components.automation
      level: WARNING

The details are documented here: https://www.home-assistant.io/integrations/system_log/#events