H02 device LBS

Andrew3 months ago

Hello!
I have CJ720 (H02) device. It can send message about cell base stations.
Format is:

*HQ,<TRACKER_ID>,NBR,<TIME(fmt:hhmmss)>,<MCC>,<MNC>,<GSM_TIME_DELAY>,<STATIONS_COUNT>,<LAC>,<CELL_ID>,<RSSI>,...,<LAC>,<CELL_ID>,<RSSI>,<DATE(fmt:ddmmyy)>,<TRACKER_STATUS_FLAGS>,<BATTAREY_STATUS>#

Can traccar server process this messages? I whant to enable LBS on my server.
In config I added:

    <entry key='geolocation.enable'>true</entry>
    <entry key='geolocation.type'>opencellid</entry>
    <entry key='geolocation.key'>xxxxxxxxxxxxxx</entry>

But in opencellid statistics I'm not see queries.
What i'm doing wrong?

Anton Tananaev3 months ago

What do you see in the logs?

Andrew3 months ago
2024-08-29 11:47:33  WARN: Geolocation network error - HTTP 301 Moved Permanently - RedirectionException (...)
Anton Tananaev3 months ago

OK. Is something now clear about the error?

Andrew3 months ago

Yeah, more clear, I found topic with usefull answer. Thank you )
Just early I'm not found any NBR messages in log. Only in tcpdump. Strange...