


The updating repeats at roughly 30 second intervals. 17:28:50 DEBUG (MainThread) Updating device data 17:28:50 INFO (MainThread) Connection to Traccar restored 17:28:50 DEBUG (MainThread) Testing connection to Traccar 17:28:49 INFO (MainThread) Setup of domain traccar took 0.0 seconds.

17:28:49 INFO (MainThread) Setting up traccar I’ve now done that the logging output isn’t particularly useful but does suggest that it’s not finding any devices: 17:28:48 INFO (SyncWorker_6) Loaded traccar from I hadn’t enabled debug logging yet, the above was just the info output.
#Traccar insert device directly into database update
The devices show up and update fine in Traccar itself, so I know that part is ok. 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. 15:08:05 INFO (MainThread) C onnection to Traccar restored On startup, the only relevant line I see in the logs is this: Traccar_host is set to my internal IP address (192.168.1.xxx). I’ve added the following to my configuration.yaml: device_tracker: Home assistant is run as a docker image under docker-compose using plain home assistant (no hassio). I’ve had a traccar server running previously, which is on the same machine (a pi 4) as home assistant but otherwise totally separate. I’m relatively new to home assistant, and trying to add traccar to track locations.
