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
Hi,
I'm running HA core 2024.5.0 in a docker container on host 192.168.0.15. I have mopidy setup to connect to the host computer that runs the HA container on a specific IP address (192.168.0.15) . The host computer is using Pulseaudio and is playing music directly fine (outside of mopidy).
I added the following lines to the HA configuration.yaml file:
In HA log is the following error:
2024-05-27 09:23:08.213 ERROR (MainThread) [homeassistant.components.media_player] Platform mopidy does not generate unique IDs. ID 192_168_0_15_6680 already exists - ignoring media_player.mopidy_server
I'm probably doing something stupid. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
When I started home assistant without the 'media_player' configuration settings active but disabled, there were no entities related to the 192.168.0.15 address and no errors in the log.
Then, I went into settings -> integrations -> and re-enabled the mopity server and saw this error in the log:
Platform mopidy does not generate unique IDs. ID 192_168_0_15_6680 already exists - ignoring media_player.mopidy_server
I did see this in the entity list from settings:
Name = media_mopidy
Entity = media_player.mopidy_server
State = -
Name = media_mopidy
Entity = media_player.media_mopidy
State = Not provided
Searching for an entity with 192_168_0_15_6680 didn't show any results.
Hi,
I'm running HA core 2024.5.0 in a docker container on host 192.168.0.15. I have mopidy setup to connect to the host computer that runs the HA container on a specific IP address (192.168.0.15) . The host computer is using Pulseaudio and is playing music directly fine (outside of mopidy).
I added the following lines to the HA configuration.yaml file:
In HA log is the following error:
2024-05-27 09:23:08.213 ERROR (MainThread) [homeassistant.components.media_player] Platform mopidy does not generate unique IDs. ID 192_168_0_15_6680 already exists - ignoring media_player.mopidy_server
I'm probably doing something stupid. What am I doing wrong?
The text was updated successfully, but these errors were encountered: