Can traccar display more than 4 temperature values ?

35TlEcDv2 years ago

On the documentation the new functionality (EYE sensor List) is recovered through the protocol AVL id 11317 and on Traccar in the file TeltonikaProtocolDecoder it is not mentioned contrary to 25 which takes care to recover the BLE Temperature #1 for example.

Maybe I'm wrong and it's not necessary but the operation seems to me different from what currently exists.

Thanks

Anton Tananaev2 years ago

It will come as generic IO values, not as temperature. Then you can use computed attributes to convert it.

35TlEcDv2 years ago

I'm sorry I'm not sure I understood everything, so I would have to use the calculated attributes available in traccar to make a conversion? The problem is that I don't know by which output the temperature list comes from since the current temperature outputs are already linked to an AVL id. I thought of adding a register with this new id to have the list in a new column of the position table but it would not be necessary?

Thank you for your time

Anton Tananaev2 years ago

so I would have to use the calculated attributes available in traccar to make a conversion?

Yes.

I thought of adding a register with this new id to have the list in a new column of the position table but it would not be necessary?

You don't need any new columns.

35TlEcDv2 years ago

Okay thanks, now I have two more questions:
Which attribute should I choose from the calculated attributes and therefore how to view it as a position in the report?

Thanks again for your help

Anton Tananaev2 years ago

That's up to you to choose the attribute. Probably one of the temperature attributes?

35TlEcDv2 years ago

Okay I'll try that, I'll get back to you if I get stuck on some points.

Thank you for your help and your patience

35TlEcDv2 years ago

Hello again,
I made some inconclusive tests, I also tried to visualize the temperature values directly in the teltonika configurator but they are not present. So I think that we can't get the values via I/O, on the documentation it is mentioned to detect the 4 sensors thanks to a Mac address but not to detect the list of sensors thanks to their name.

So I don't know how to get this list of sensors, do you have any idea how I could proceed ?

Thank you.

35TlEcDv2 years ago

Okay I have news, I see in the database that my data is sent in the attribute part of the position in this form:

In event i can see the AVL id 11317 and his value in "io11317"

{"priority":0,"sat":7,"event":11317,"io11317":"013c050f4d756c74697465635f3200000000000f067cd9f41dc034060208d107013f0801001002fde90901000a02000b0b01ed0c02ffff0d01000e020b9a3c050f4d756c74697465635f3600000000000f067cd9f41c3209060208ef0701310801001002fde90901000a02000a0b010e0c02ff560d01000e020be03c050f4d756c74697465635f3500000000000f067cd9f412cfa7060209200701350801001002fde90901000a02000c0b01010c0200000d01000e020bcc3c050f4d756c74697465635f3300000000000f067cd9f41c877e060208ca07013e0801001002fde90901000a0200030b01010c0200010d01000e020b903c050f4d756c74697465635f3400000000000f067cd9f4149524060208ed0701340801001002fde90901000a02000a0b01ff0c02009e0d01000e020bcc3c050f4d756c74697465635f3100000000000f067cd9f4118b2b0602099b0701300801001002fde90901000a0200010b01ff0c02ffff0d01000e020bd6","distance":0.0,"totalDistance":3.214125227E7,"motion":false,"hours":100513222}

I think I can get the data I'm interested in from the hexa sequence but how can I put this data in the position table or view this data in the app ?

Thank you

ubitec3 months ago

greetings 35TlEcDv, did you resolve this issue? Could you share the attribute used? thank you so much