Configuring Traccar using YAML is being removed. This stops working in version 2024.8.0.
The problem
What happens if we are using an external traccar server, not the integration? Where do we place the configuration which until now was done in config.yaml.
What version of Home Assistant Core has the issue?
2024.8.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Traccar using an external server
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
device_tracker:
- platform: traccar host: IP.IP.IP.IP port: xxxx ssl: false verify_ssl: false username: user password: password event: ['all_events'] interval_seconds: 10
No response
Anything in the logs that might be useful for us?
No response
Additional information
Notification received after update:
The Traccar YAML configuration is being removed This stops working in version 2024.8.0. Please address before upgrading. Configuring Traccar using YAML is being removed. Your existing YAML configuration has been imported into the UI automatically. Remove the traccar configuration from your configuration.yaml file and restart Home Assistant to fix this issue.
Hey there @ludeeus, mind taking a look at this issue as it has been labeled with an integration (traccar) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of traccar can trigger bot actions by commenting:
@home-assistant closeCloses the issue.@home-assistant rename Awesome new titleRenames the issue.@home-assistant reopenReopen the issue.@home-assistant unassign traccarRemoves the current integration label and assignees on the issue, add the integration domain after the command.@home-assistant add-label needs-more-informationAdd a label (needs-more-information, problem in dependency, problem in custom component) to the issue.@home-assistant remove-label needs-more-informationRemove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
(message by CodeOwnersMention)
traccar documentation traccar source (message by IssueLinks)
See Traccar Server integration documentation which is mentioned also on the Traccar Client docs
As stated in that message it has already been imported to the UI (look for Traccar Server along your other UI configured integration).
Thank you, I didn't know where to look. I was looking in the add-ons area. How can I specify events and interval? event: ['all_events'] interval_seconds: 10
Events in the configuration options. Interval like all others https://www.home-assistant.io/common-tasks/general/#defining-a-custom-polling-interval
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.