core icon indicating copy to clipboard operation
core copied to clipboard

Configuring Traccar using YAML is being removed. This stops working in version 2024.8.0.

Open gituletz opened this issue 1 year ago • 3 comments

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.

gituletz avatar Feb 16 '24 13:02 gituletz

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 close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign traccar Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove 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)

home-assistant[bot] avatar Feb 16 '24 22:02 home-assistant[bot]

See Traccar Server integration documentation which is mentioned also on the Traccar Client docs

thecode avatar Feb 16 '24 22:02 thecode

As stated in that message it has already been imported to the UI (look for Traccar Server along your other UI configured integration).

ludeeus avatar Feb 16 '24 22:02 ludeeus

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

gituletz avatar Feb 17 '24 21:02 gituletz

Events in the configuration options. Interval like all others https://www.home-assistant.io/common-tasks/general/#defining-a-custom-polling-interval

ludeeus avatar Feb 24 '24 10:02 ludeeus

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.