filter.skipAttributes.enable = true
filter.skipAttributes = result
When I configure these settings, the command results in 0,0 coordinates being dropped by the zero filter. The configured skipAttributes settings seem to have no effect
Yeah, looks like there's no other way around it. Maybe you can use coordinates filter instead.
I have this config in my server.
<entry key="filter.zero">true</entry>
Devices using the H02 protocol send command results with a 0,0 coordinate, causing the server to filter out these command result messages and resulting in dropped results. What is your advice to prevent dropping command results? I can't remove the zero filter because my devices send a lot of zero positions, and I want to capture command results as well.