Scene Activation (zWave) and "HomeAssistantError" in trace

Hi all,

having a bit of trouble figuring out how to debug further. I have some scenes that are activated at times throughout the day by an automation. The scenes contain device actions on z-wave devices (controlled through zwaveJS). The error in the trace (attached in image) just says “HomeAssistantError” so i’m unclear how to debug.

This scene runs daily and i’ve seen it fail maybe 1/50 attempts to run. I’ve seen occasionally some other scenes show similar errors as well.

My questions

  1. How do I go about debugging this? I’ve checked in zwavejs and i don’t see anything obvious and generally the devices work fine. I see some Timeouts/Dropped RX when I look at the controller statistics but I would assume that is normal. I’m not sure how to debug this particular item. I can zwave ping all devices in the scene successfully. I wondered if maybe its just trying to send to many zwave commands at once and I just need to add a slight pause in the scene between each device?

  2. Is there a way to tell the automation to continue with other activites if one of them fails? once this scene shows the error it doesn’t do anything after it

Appreciate the help.

Regards

M