@toby200 wrote:
Hi,
I’m relatively new to home assistant, and trying to add traccar to track locations. I’ve had a traccar server running previously, which is on the same machine (a pi 4) as home assistant but otherwise totally separate.
Home assistant is run as a docker image under docker-compose using plain home assistant (no hassio). I’ve added the following to my configuration.yaml:
device_tracker: - platform: traccar host: !secret traccar_host username: !secret traccar_user password: !secret traccar_password event: ["all_events"] new_device_defaults: track_new_devices: true hide_if_away: false
traccar_host is set to my internal IP address (192.168.1.xxx).
On startup, the only relevant line I see in the logs is this:
2019-12-31 15:08:05 INFO (MainThread) [homeassistant.components.traccar.device_tracker] C onnection to Traccar restored
I’m not sure what to expect next - I don’t see any new devices or entities added, and if I listen for events I don’t see any traccar-based events generated. The devices show up and update fine in Traccar itself, so I know that part is ok. Where do I go from here?
Many thanks,
Toby
Posts: 15
Participants: 2