First of all greet all members of this community,
I have opengts installed with mysql that does not support json.
I was seeing other comments where they use the extracvalue:
EXTRACTVALUE( :attributes , '/info/batteryLevel' )
but I do not get any data, it is always empty; I only get data if I put :attributes.
Maybe '/info/batteryLevel' should no longer be used, although I already tried using only '/batteryLevel'
Could you confirm if the way of obtaining this data has changed, using extractvauel?
How is this related to the Traccar server?
what I am doing is integrating opengps with traccar, this is already working; but i want to get data like battery level from attributes generated in traccar and store it in opengts. I know one method is using JSON(); but my mysql doesn't support it.
First of all greet all members of this community,
I have opengts installed with mysql that does not support json.
I was seeing other comments where they use the extracvalue:
but I do not get any data, it is always empty; I only get data if I put :attributes.
Maybe '/info/batteryLevel' should no longer be used, although I already tried using only '/batteryLevel'
Could you confirm if the way of obtaining this data has changed, using extractvauel?