Hello,
I am fairly new to Home Assistant. It has been about 3 weeks since I switched from SmartThings. I am really loving how much better it works.
I installed using a Raspberry Pi 4 using the image downloaded from the website. I have version 0.115.3 installed.
I installed Traccar using the Supervisor addon and have it working on it’s own very well. I installed an ST-902 GPS device in my car and it communicates well with the Traccar server.
My problem is that I cannot get the HA integration to work. There is no mention of Traccar in the HA core logs. I have tried the following:
device_tracker:
- platform: traccar
host: 127.0.0.1
port: 18682
ssl: false
verify_ssl: false
username: !secret traccar_username
password: !secret traccar_password
event: ['all_events']
new_device_defaults:
track_new_devices: true
device_tracker:
- platform: traccar
host: 127.0.0.1
port: 18682
ssl: false
verify_ssl: false
username: !secret traccar_username
password: !secret traccar_password
I have also tried changing the port to 8072, which is the port I use for the web access. I have also tried changing the host to the localhost, local hostname, and local IP. Nothing seems to work.
1 post - 1 participant