Micodus mv810g - connected, but not sending updates.

David Cole8 days ago

I’ve just got a Micodus MV810g.

I’ve opened port 5015 and it looks like traccar is receiving commands when I turn on device via switch. After a change of the Id from my old device to new it seems to connect.

Even though I’ve set the timer commands to 5 seconds I can’t seem to get any position updates coming through when I watch the traccar logs.

Anyone have some sms commands I can send to the decive to make it send position via data?

David Cole8 days ago

I have sent something to Micodus as well. But hoping someone here might have some ideas.

David Cole7 days ago

So I worked it out. I had a forwarding service on a vps. It receives packets from the device and sends via tailscale to my traccar instance at home.

Becuase it was just a forward the mv810g seems to like a response from the server. I worked it out after I added a port forward. With the port forward I could see traccar responding back to the device

So I added a socket receive and send to my forwarding service to get the response from traccar and send to the device.