Hello,
I use a self-developed GPS Node. This connects via LTE to my MQTT broker. In NodeRed I receive the position data and pass it via HTTP request to TRACCAR. This works great. I also fetch events via POST into NodeRed, which also works.
My problem is sending commands from the WEB UI. I have saved a command and assigned it to the device. But how can I intercept the commands in the NodeRed? Can I declare an interface in the TRACCAR config, like with the events?
I don't want to use the SMS function at all, because I use NodeRed as a gateway and send the commands via MQTT to the device.
Too bad nobody can help me? Traccar is incredibly great, maybe a developer can help me?
Greetings. Just now I see your request. I used osmand to much time, but, only work for data send from device to nodered, to traccar. I changed to wialon. This has the bidirectional posibilities. There are information and inclusive, there are tools and simulators, so, it is very simple: you need to make tcp conection (the fisrt time i used hercules tool for tcp server like traccar). The wialon simulator has tools for device fleet. it is very easy.
Regards.
Hello,
I use a self-developed GPS Node. This connects via LTE to my MQTT broker. In NodeRed I receive the position data and pass it via HTTP request to TRACCAR. This works great. I also fetch events via POST into NodeRed, which also works.
My problem is sending commands from the WEB UI. I have saved a command and assigned it to the device. But how can I intercept the commands in the NodeRed? Can I declare an interface in the TRACCAR config, like with the events?
I don't want to use the SMS function at all, because I use NodeRed as a gateway and send the commands via MQTT to the device.