When i check the server logs, the frames are actually not being filtered(which is what i want), but on the frontend doesnt reflect it
2021-09-24 08:26:01 INFO: [f1bb93f8: huabao < 105.160.99.226] HEX: 7e0200003e790104100852017d0200000000020000000000000000000000000000000000210924082237d40132d502017d01300119310100f9020006fe040000000efd09027f0200004e100fef107e (the frame is there)
2021-09-24 08:26:01 INFO: [f1bb93f8: huabao > 105.160.99.226] HEX: 7e800100057901041008520000017e020000d17e
2021-09-24 08:26:01 INFO: Position filtered by Zero filters from device: 790104000551 (but still gets filtered, hence not refletcted on the frontend)
You can try coordinates filtering.
filter.skipAttributes anyone with this kind of problem, this solved it. Thanks Anton.
These are my filters, am trying to avoid 0.0000,0.00000 coordinates, but still provide/update data to the attributes of flags and status. Ive going through the forum, but havent found any solution. The server still filters "Position filtered by Zero filters from device", please, any direction would be helpful, thanks.
<entry key='filter.enable'>true</entry> <entry key='filter.future'>86400</entry> <entry key='filter.skipAttributes.enable'>true</entry> <entry key='filter.skipAttributes'>flags,status</entry> <entry key='filter.zero'>true</entry>