Calamp LMU-2630 setup problems

Sheikh5 days ago

Yes I’m running it at home on proxmox. It worked well until I changed my internet provider. I use subdomain for phone app and for TTU2830LA GPS I was using my IP address and port. I have setup cloudflare proxy with subdomain for all my other services like home assistant etc but I’m stuck on TTU2830LA.

Dibbs5 days ago

Most dynamic DNS providers will give you 1 host for free - that's one sub domain on one of their many domains. Your router would need to update the dynamic DNS provider each time the address changes & have a port forward for the port to your server on proxmox.

This is assuming the 2830 will take a (sub)domain instead of an IP address for the config.

Fairly standard dynamic DNS stuff.

Sheikh5 days ago

Getting a domain is not an issue. As you said if 2830 will take a subdomain. Last time when I tried using, I was not able to set a subdomain name using AT$APP PARAM 768,0,A_NUMBER_HERE - command.
But setting ip address worked just fine.
Is there any other command that’s for subdomains?

Dibbs4 days ago

You could try the following:

AT$APP PARAM 769,0,5082 -- set the port to communicate with the server, whatever port you are using on the server.

Reset the IP to zero

AT$APP PARAM 768,0,0

And set the URL instead relying on DNS to do the lookup:

AT$APP PARAM 2319,0,"some.url.com" Change inbound URL

Can't guarantee it will work, but I think it will.

Sheikh4 days ago

Thanks Dibbs
I’ll try it in this week, I still need to remove it from my car. As soon as I’m done I’ll report back if it works.