Teltonika FMC920

DeDi Consulting21 days ago

Hi All,
i have some Teltonika FMC 920's with extra attributes enabled, which are reporting if i look into the log file.
i've added the line <entry key='processing.computedAttributes.enable'>true</entry> in the config file, but still i dont get the extra information in the front end.
Even the traccar chatgpt was not able to help me. positioning is working fine.£
i'm just not able to get the extra parameters to see (like battery voltage, level, states of DIGOUT 1&2, etc..)
i did not find any information about this in the documentation site.... unless i overlooked.... can somebody help me on the way please?
Regards & greetings from Belgium
DeDi

Kaloyan Kanev21 days ago

Where in front end you can't get it ? In device popup or in "More Details"?
Did you put the device model in device settings ?
Are you have some custom computed attributes which can override it ?

emmanuelh21 days ago

If you want to see the information from your GPS, you need to update the code to make it visible. For example, here I have added a thermostat and displayed the temperature in the device row.
Screenshot 2024-11-26 142408.png

DeDi Consulting21 days ago

@Kaloyan Kanev The "More Details" is now working... which was not in the past, but i guess a restart did some things... :-)

DeDi Consulting21 days ago

@emmaulh, where can i do that ? pretty nice

emmanuelh21 days ago

To do this, you need to clone this repository and update the necessary things you need, such as the temperature. After that, you need to build it from the source and replace the files in /traccar/web.
https://github.com/traccar/traccar-web

Build from source
https://www.traccar.org/build-web-app/

madralphw20 days ago

Or Create your Compute Attributes.
I think there is a problem with 6.5, new version does not show power and other parameters... ¿Bug?
^_^

rowl3y15 days ago

Please share code :)