Reduce number of messages for one motion event?

I got a KAIPULE PIR-type motion detector (battery operated Z-wave device). It works ok so far. I have not yet used it in any automation, I am simply monitoring the data. I notice for each single motion event, I get five different log messages at http://hassio:8123/logbook for example:

10:22 AM
Kaipule Technology Co. Ltd PIR Celling Sensor Burglar changed to 8
10:22 AM
Kaipule Technology Co. Ltd PIR Celling Sensor SourceNodeId changed to 0
10:22 AM
Kaipule Technology Co. Ltd PIR Celling Sensor Alarm Level changed to 0
10:22 AM
Kaipule Technology Co. Ltd PIR Celling Sensor Alarm Type changed to 0
10:22 AM
Kaipule Technology Co. Ltd PIR Celling Sensor Sensor turned on

Maybe there are uses for all of these other messages but I think I really just need 1 bit of information: motion detected. Is there a way to simplify this?

Hello, have you ever looked at the “Developer Tools” at “Events”? Is there something displayed regarding “Available Events” which concerns your sensor? If not enter “*” in “Event to subscribe” and click “Start listening”. Then trigger a movement and see what is displayed…