What are these parameters? It doesn't look like it's from Traccar.
its the translated protocoll, i flespi to see it give a minute i post the parameters as it comes directly from the gps
I'm assuming you want to extract some bits from the status. It should be possible with computed attributes. What we would would need to help you is the protocol documentation describing the bitmask and list of the values you want to extract. Make sure that your parameters are available in the doc.
these are the lines in original, as soon i get the documentation ill pot it here, it works great on 5013 the only thing that not works is that aditional cable
with acc on, and extra cable unplugged to ground
2A48512C393137313837373735302C56312C3134343430362C412C333434362E363634312C532C30353831322E353534322C572C3030302E30302C3231362C3133303232332C46464646394646462C3732322C33342C353036312C343634323423
wuth acc on and extra cable conected to ground
2A48512C393137313837373735302C56312C3136303930302C412C333434362E363634382C532C30353831322E353533322C572C3030302E30302C3231362C3133303232332C46464646394546462C3732322C33342C353036312C343634323423
witch acc off and extra cable conected to ground
2A48512C393137313837373735302C56312C3137303730352C412C333434362E363632392C532C30353831322E353535372C572C3030302E31332C3234372C3133303232332C46464646424146462C3732322C33342C353036312C343634323423
withc acc off and extra cable disconected to ground
2A48512C393137313837373735302C56312C3137333530322C412C333434362E363634332C532C30353831322E353537382C572C3030312E39312C3237392C3133303232332C46464646424246462C3732322C33342C353036312C343634323423
Even based on the samples you can probably figure out which bits are used for what in the status.
I have a week trying everything I can think of and no good results, I admit that this is surpassing me
What have you tried exactly? I think if you provide full details on your investigation so far, we can try to point you in the right direction.
formulas and combinations of true / false based on the state that I see in detail of the equipment and that (it seems) coincide with the information that the gps line gives me when changing the cable, but it has given me arid errors, I know that for the expert eye must be nonsense,
Before trying to create any computed attributes you have to figure out which bit represents what in the status field. Have you done that? If not, that's what you need to do first. Take your samples, take the status value, convert it into binary and check the difference. Once you have that information, post it here and we can try to help with the expression to use. Of course if you're still interested.
you mean here? vehicle.state : "FFFFBAFF? or here vehicle.state.bitmask : 4294949887 o in the original line
Yes.
in the three parts or in the one that is shown in the traccar details that would be vehicle.state.bitmask: 4294949887
Those are the same. Value FFFFBBFF (hexadecimal) is 4294949887 (decimal).
would this be then?
Greetings, I have some gps at20 it uses h02 port similar to sinotrack, but it has an additional cable to use in hood doors, trunk or extras, I understand that I must place a commputed attribute to that value but the truth is I have carried out several tests and I am lost, Can someone advise me, I attach the values that the GPS gives me
with acc on, and extra cable unplugged to gorund
wuth acc on and extra cable conected to gorund
witch acc off and extra cable conected to gorund
withc acc off and extra cable disconected to gorund
thank you