Hi,
I have a configured Traccar (4.2) and a Home Assistant 0.83.3.
I’ve tried to integrate traccar to HA. I put the following config into my configuration.yaml
- platform: traccar
host: http://192.168.1.190:8082
username: myusername
password: mypassword
I’ve tried he following too with no success
- platform: traccar
host: 192.168.1.190
port: 8082
username: myusername
password: mypassword
My user is admin in Traccar, but I couldn’t find any entites which related to Traccar in HA.
How can I put my devices to HA UI?
How can I verify the proper connection? Tere are no errors in the log so I assume the connection between Traccar ans HA is okay.
Regards,
Akos