I’ve been diving into the world of Z-Wave automation lately, and it’s been an exciting journey! However, I’ve encountered a peculiar issue that I’m eager to understand better. When I trigger my Z-Wave switch while it’s still on, the automation I’ve set up fires off multiple times, specifically three times in a row. This is causing some unintended behavior in my setup.
Looking at the debug logs, I noticed that the on command is being sent three times, which explains the repeated triggers. I’m curious if this is a common occurrence or if there’s something specific in my configuration causing this. Here’s a snippet from my logs:
2023-05-03 20:22:44.677 INFO Z-WAVE: [Node 012] Value updated: 37-0-currentValue false => true
2023-05-03 20:22:44.680 INFO Z-WAVE: [Node 012] Value updated: 37-0-targetValue true => true
2023-05-03 20:22:44.892 INFO Z-WAVE: [Node 012] Value updated: 37-0-currentValue true => true
Has anyone else experienced this? Is there a way to ensure the command is sent only once? I’d love to hear from those who might have encountered similar issues or have insights into resolving this. Let’s keep the conversation positive and focused on finding a solution!
On another note, I’ve been impressed by how Z-Wave handles device communication, and I’m excited to explore more automation possibilities once this hiccup is sorted out. If you’ve got tips or best practices for Z-Wave automation, I’d be happy to hear them!