Z-Wave JS, Deep Sleep False Positives (Previously 254 Code)

Does anyone know how to account for motion sensor false positives caused by Z-Wave sensors going into deep sleep? The status value in the old deprecated integration was 254. Since migrating to the new Z-Wave JS integration, I had to turn on a disabled entity just to see the status codes for sensors. Unfortunately, now it only appears to send 0 and 8 and they’re values embedded in the actual message of “Motion detection” and “idle”. It seems some functionality has been lost.

I’ve previously observed most battery powered Z-wave devices will go into a deep sleep state once a week or so. When this occurs, it causes a string of motion alerts to happen. The codes were previously intermingled with 254 codes and I could use that to ignore the subsequent events that occurred. Now I only get values of 0 and 8 and it’s causing false positives. It’s frustrating when it’s in the middle of the night and it wakes me with false alarms. Any insights would be very helpful!