Exploring Automation and Signal Strength Insights

As a long-time user of smart home automation, I’ve always been fascinated by the nuances of different systems and how they interact. Recently, I stumbled upon an interesting challenge while setting up an automation rule for my LIFX bulbs. I was following a YouTube tutorial, but after a few days, I realized I was making a classic newbie mistake—using a Repeat/Until loop without considering the exact timing conditions. Oops! :sweat_smile:

The rule I created was supposed to change the bulb colors at specific times, but I quickly noticed that it wouldn’t stop as intended. The issue? The Until condition was set to trigger at exactly 22:15, but if the system checked the time just a second after 22:15, the condition would fail, and the loop would continue indefinitely. Not ideal, especially if you’re trying to create a seamless lighting transition! :grimacing:

After some troubleshooting, I realized I needed a better approach. Instead of relying solely on the time condition, I decided to introduce a variable that could stop the loop manually. It’s not the most elegant solution, but it works reliably. I also considered using a time range (like between 22:15 and 22:20) to give some buffer room, which might have been a cleaner approach. Either way, it was a valuable lesson in precision when setting up automation rules!

On another note, I’ve been exploring the differences between the legacy Z-Wave stack and the newer Z-Wave JS stack. After upgrading my hub, I noticed a significant change in the RSSI values reported by my devices. Previously, I was seeing average values around +15dB, but now they’re showing as low as -80dB. From what I understand, the legacy stack provided an estimated signal-to-noise ratio, while Z-Wave JS gives the actual received signal strength. This makes it easier to identify which nodes have weaker connections, but it also means I need to keep an eye on background noise levels to assess signal quality accurately. If anyone has tips on monitoring or improving signal strength, I’d love to hear them!

Overall, diving into these details has been both challenging and rewarding. It’s amazing how tweaking small aspects of your setup can lead to better performance and reliability. If you’ve encountered similar issues or have tips to share, feel free to drop a comment below! :rocket: