Hello, many of my things look like they are happening twice, triggering twice, etc. The example attached is using the built in lighting app. You can see that the app and devices double up almost everything that is happening.
Looks like your motion sensor is sending double events for both active and inactive, so it makes sense that the app would wake up twice and perform the actions each time (probably in quick enough succession that the second instance doesn't know that the first already did anything, if Motion Lighting happens to save any state where that would matter). This is likely harmless, so if everything is working fine, I'd leave it alone; but if not, the best place to solve this would be the device/driver. If you're interested in figuring that out: what device (brand/model) is this, and what driver is it using? (This has been an issue with some Z-Wave contact sensors where a driver option was recently added to suppress duplicates, but I'm not sure this is something addressed with motion sensors.)
I was just realizing the issue was associated with that motion sensor. I was too quick to think it was a wider problem.
The motion sensor is the Zooz outdoor but the older firmware. I am using the standard zwave motion driver since it is not the 2.0 version. The zooz driver gives warning since it is the older firmware.
I am going to leave it alone. thanks