Traccar + WHMCS + Notification What.zap

rtopa year ago

Wcmcs with 4x and 5x traccar module and whatsapp notifications from traccar and ticke notifications, payment and generated invoice from whmcs. If @Anton Tananaev I can post more information here. No disclosures, free and open source, intent is to improve code

Track-tracea year ago

If it is open source then why dont you just post a link here ?

Anton Tananaeva year ago

Definitely. If it's open source, feel free to post a link to GitHub or where you host the source.

rtopa year ago

[redacted]

Anton Tananaeva year ago

Thanks for sharing. There are some questionable choices, like resetting account values on most of the API calls where it's not needed. And also you have some hardcoded things, like coordinates. But of course it's good to have at least some open source option.

Track-tracea year ago

It looks interesting. You have some demo running ?

Im definitly going to try to install it to see how it work on ubuntu 22.04 with traccar 5.7 / 5.8 installed on it.
While reading your readme.md i might need some extra tips though.

Track-tracea year ago

After looking i bit further you indeed need to obtain a license from whmcs and install the service on our server (will cost you about 20$ per month for the license). So this github code is actually an addon for whmcs.

Jhon Ramíreza year ago

@rtop, can give me more info please, I'm interesting on WHMCS thank you

Zeroa year ago

Please Some more detail info hoe to install plug-in in Ubuntu server

I have Ubuntu server with traccar and whmcs runnen but cant install plug-in

Zeroa year ago

for whmcs to communicate with traccar, download the folder corresponding to the traccar version, and save it in the corresponding whmcs folder

Correspondent whmcs folder?

Track-tracea year ago

You would think in the module directory if you read the whmcs documents

https://docs.whmcs.com/Addon_Modules

Zeroa year ago

Track-trace do you got it working?

Track-tracea year ago

Actually after discovering that you first need a 20$ per month license for whmcs i decided not to try it (for me its not worth the value, since you can already let account expire from within traccar server)

Hi rtop, I tried to run the notification api, but it didn't work. How I can implement on traccar XML?

the code:

   <entry key='notificator.types'>sms</entry>
     <entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
   <entry key='sms.http.url'>http://MY_IP:8080/api/send</entry>
   <entry key='sms.http.template'>
    {"phone": "{phone}","message": "{message}"}
   </entry>