You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added my wife's vehicle today (using the vehicle 2 addon) after figuring everything out on mine and discovered that the tracker was not added for it. Looks like the info sent to MQTT would create a tracker with the same name and HA won't allow this.
Logger: homeassistant.components.device_tracker
Source: helpers/entity_platform.py:766
integration: Device tracker (documentation, issues)
First occurred: 12:36:29 PM (1 occurrences)
Last logged: 12:36:29 PM
Platform mqtt does not generate unique IDs. ID 2024_chevrolet_blazer_ev_device_tracker already exists - ignoring device_tracker.2024_chevrolet_blazer_ev
I didn't see a way to modify how the automatic discovery would name the tracker, so I just manually defined them in my configuration.yaml to work around this issue.
Haha, yeah I realize it's an edge case 😅
I'm glad to have this addon though! So much quicker and more reliable than the Chevy app 😉
Thanks for the upkeep ❤️❤️
I added my wife's vehicle today (using the vehicle 2 addon) after figuring everything out on mine and discovered that the tracker was not added for it. Looks like the info sent to MQTT would create a tracker with the same name and HA won't allow this.
I didn't see a way to modify how the automatic discovery would name the tracker, so I just manually defined them in my configuration.yaml to work around this issue.
Everything else seems to be working fine with both vehicles!
The text was updated successfully, but these errors were encountered: