Traccar - Link to external Traccar Server (not using Hassio Addon)

Hi,
I m trying to figure out whether or not it is possible to link my hassio to traccar server (not hassio add-on, but traccar server hosted on different server).
Is this something can be done? Or traccar integration can only be done with traccar server addon?

It works fine with any traccar install.

how do you go about it?
I tried adding the following lines in my config.yaml, but doesnt seem to work

device_tracker:
  - platform: traccar
    host: xxx.xxx.xxx.x
    username: [email protected]
    password: mypassword
    port: 8020

That looks pretty much the same as mine, I’m using TLS however,

device_tracker:
  - platform: traccar
    username: !secret traccar_username
    password: !secret traccar_password
    host: traccar.pi.localdomain
    port: 443
    ssl: true
    verify_ssl: false

What errors do you get?

i didn’t get error. but the devices are not discovered.
I supposed it should auto discover my device_tracker as entities upon integration?

image

This is all i see in the integration page.

You are probably going to need to look at the homeassistant log, otherwise it’s difficult to say.