Successful Vera Automation Setup for Battery Monitoring

Hey everyone, I wanted to share my recent experience setting up an automation on Vera. I’ve been trying to create a system that alerts me when any of my smart devices’ batteries drop below a certain level. Specifically, I wanted to monitor my thermostats and radiator valves, as they’re crucial for my home’s heating system.

I started by creating a scene in Vera that checks the battery levels of all my TRVs and thermostats. The idea was simple: if any device’s battery drops below 30%, Vera should notify me. I set up the scene with conditional statements for each device, ensuring that if the battery level fell below the threshold, I’d receive a message.

The initial setup went smoothly, and I was excited to test it. However, I quickly noticed something odd. When I ran the scene manually, it triggered the notification even though all my devices had batteries well above 45%. This was puzzling—shouldn’t the scene only activate if the condition was met?

After some research and trial and error, I realized the issue was with how Vera handles device statuses. It seems that Vera’s automation logic requires explicit confirmation of device states, rather than relying solely on numerical values. To fix this, I adjusted the scene to include a secondary check, ensuring that the device’s battery status was both low and confirmed by Vera’s internal system.

Once I made these changes, the scene worked perfectly! Now, I receive accurate alerts only when a device’s battery is genuinely low. It’s a small victory, but it makes managing my smart home much easier.

If anyone else is working on similar automations, I’d love to hear about your experiences or tips for improving these kinds of systems. Happy automating! :rocket: