First of all, thanks for making OpenRemote. It saved me when trying to get information from my Teltonika FMC003.
I found you through the Teltonika site, and I have been trying to set up OpenRemote to receive data from my FMC003 following Tutorial: Create your own Fleet Management System.
Unfortunately, I’m stuck. I followed all the steps, except for 3.3.1 AVL Parameter ID Parser, because I don’t understand what I’m supposed to do.
Data is coming in, but in the logs I see
|03/17/2025 08:38:14|INFO|API|ActiveMQORSecurityManager|Un-supported request pub: topic=master/myFmc003/teltonika/REDACTED/data, connection=[REDACTED:46466](http://REDACTED:46466), clientID=REDACTED, subject=anonymous|
| --- | --- | --- | --- | --- |
|03/17/2025 08:38:14|INFO|API|ActiveMQORSecurityManager|Un-supported request sub: topic=master/myFmc003/teltonika/REDACTED/commands, connection=[REDACTED:46466](http://REDACTED:46466), clientID=REDACTED, subject=anonymous|
So I assume this is because I have not configured the AVL Parameter Parser.
My confusion comes from multiple points:
How to generate the specific JSON
I found the link on openremote/fleet-management/wiki/Teltonika-AVL-Parameter-Parser-%E2%80%90-What%2C-How%2C-When%2C-and-Why#how and the repo with the Jupyter Notebook here: Teltonika-Parameter-Id-Parser/Param ID Parser.ipynb at main · pankalog/Teltonika-Parameter-Id-Parser · GitHub
Am I supposed to run this somehow? I have a vague understanding what Jupyter and Pandas are.
Inserting the JSON
insert those JSON files as a new Teltonika Model Configuration Asset under the “master” realm
Where do I do this? In the UI interface there is no option to add JSONs under the realm info.
FMC003 is already installed by default?
By default, the parameter data for our test device, the FMC003, is included in the installation.
This is why I continued in the first instance, I assumed since the FMC003 is supported by default, I could skip the AVL Parser step. Or do I misunderstand what this means?
Thanks in advance!