Hi all, ive been trying to get this component to function for the last few days.
It just does not respond to any commands for some reason. (it does show the state correctly so i can see whats playing on what echo device).
But my echos just do not respond to any of my service calls… i cant find any errors in the log either.
2019-07-21 11:39:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1812398576] Sending {'id': 2, 'type': 'event', 'event': {'event_type': 'state_changed', 'data': {'entity_id': 'media_player.downstairs', 'old_state': <state media_player.downstairs=paused; volume_level=0.67, is_volume_muted=False, media_content_type=music, media_duration=316, media_position=159, media_position_updated_at=2019-07-21T11:28:34.621345+02:00, media_title=Liars, media_artist=Gregory Alan Isakov, media_album_name=Gregory Alan Isakov with the Colorado Symphony, source=Local Speaker, source_list=['Local Speaker'], available=True, last_called=True, friendly_name=Downstairs, entity_picture=/api/media_player_proxy/media_player.downstairs?token=25b672eec6706e8d3d385798b61277bf29aec9a20ff518b9855d6a8f75d941e2&cache=9d391667edde4fc2, supported_features=23485 @ 2019-07-21T11:28:23.240802+02:00>, 'new_state': <state media_player.downstairs=playing; volume_level=0.67, is_volume_muted=False, media_content_type=music, media_duration=316, media_position=159, media_position_updated_at=2019-07-21T11:39:45.831217+02:00, media_title=Liars, media_artist=Gregory Alan Isakov, media_album_name=Gregory Alan Isakov with the Colorado Symphony, source=Local Speaker, source_list=['Local Speaker'], available=True, last_called=True, friendly_name=Downstairs, entity_picture=/api/media_player_proxy/media_player.downstairs?token=25b672eec6706e8d3d385798b61277bf29aec9a20ff518b9855d6a8f75d941e2&cache=9d391667edde4fc2, supported_features=23485 @ 2019-07-21T11:39:45.833561+02:00>}, 'origin': 'LOCAL', 'time_fired': datetime.datetime(2019, 7, 21, 9, 39, 45, 833719, tzinfo=<UTC>), 'context': {'id': '479fc7d24e4c44abb61b67a745ebfd0d', 'parent_id': None, 'user_id': None}}}
2019-07-21 11:39:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1812398576] Sending {'id': 3, 'type': 'event', 'event': <Event state_changed[L]: entity_id=media_player.downstairs, old_state=<state media_player.downstairs=paused; volume_level=0.67, is_volume_muted=False, media_content_type=music, media_duration=316, media_position=159, media_position_updated_at=2019-07-21T11:28:34.621345+02:00, media_title=Liars, media_artist=Gregory Alan Isakov, media_album_name=Gregory Alan Isakov with the Colorado Symphony, source=Local Speaker, source_list=['Local Speaker'], available=True, last_called=True, friendly_name=Downstairs, entity_picture=/api/media_player_proxy/media_player.downstairs?token=25b672eec6706e8d3d385798b61277bf29aec9a20ff518b9855d6a8f75d941e2&cache=9d391667edde4fc2, supported_features=23485 @ 2019-07-21T11:28:23.240802+02:00>, new_state=<state media_player.downstairs=playing; volume_level=0.67, is_volume_muted=False, media_content_type=music, media_duration=316, media_position=159, media_position_updated_at=2019-07-21T11:39:45.831217+02:00, media_title=Liars, media_artist=Gregory Alan Isakov, media_album_name=Gregory Alan Isakov with the Colorado Symphony, source=Local Speaker, source_list=['Local Speaker'], available=True, last_called=True, friendly_name=Downstairs, entity_picture=/api/media_player_proxy/media_player.downstairs?token=25b672eec6706e8d3d385798b61277bf29aec9a20ff518b9855d6a8f75d941e2&cache=9d391667edde4fc2, supported_features=23485 @ 2019-07-21T11:39:45.833561+02:00>>}
2019-07-21 11:39:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1778899760] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=media_player.downstairs, old_state=<state media_player.downstairs=paused; volume_level=0.67, is_volume_muted=False, media_content_type=music, media_duration=316, media_position=159, media_position_updated_at=2019-07-21T11:28:34.621345+02:00, media_title=Liars, media_artist=Gregory Alan Isakov, media_album_name=Gregory Alan Isakov with the Colorado Symphony, source=Local Speaker, source_list=['Local Speaker'], available=True, last_called=True, friendly_name=Downstairs, entity_picture=/api/media_player_proxy/media_player.downstairs?token=25b672eec6706e8d3d385798b61277bf29aec9a20ff518b9855d6a8f75d941e2&cache=9d391667edde4fc2, supported_features=23485 @ 2019-07-21T11:28:23.240802+02:00>, new_state=<state media_player.downstairs=playing; volume_level=0.67, is_volume_muted=False, media_content_type=music, media_duration=316, media_position=159, media_position_updated_at=2019-07-21T11:39:45.831217+02:00, media_title=Liars, media_artist=Gregory Alan Isakov, media_album_name=Gregory Alan Isakov with the Colorado Symphony, source=Local Speaker, source_list=['Local Speaker'], available=True, last_called=True, friendly_name=Downstairs, entity_picture=/api/media_player_proxy/media_player.downstairs?token=25b672eec6706e8d3d385798b61277bf29aec9a20ff518b9855d6a8f75d941e2&cache=9d391667edde4fc2, supported_features=23485 @ 2019-07-21T11:39:45.833561+02:00>>}
2019-07-21 11:39:48 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1778899760] Received {'type': 'call_service', 'domain': 'media_player', 'service': 'media_next_track', 'service_data': {'entity_id': 'media_player.downstairs'}, 'id': 23}
2019-07-21 11:39:48 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=media_player, service=media_next_track, service_data=entity_id=media_player.downstairs>
2019-07-21 11:39:48 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1812398576] Sending {'id': 2, 'type': 'event', 'event': {'event_type': 'call_service', 'data': {'domain': 'media_player', 'service': 'media_next_track', 'service_data': {'entity_id': 'media_player.downstairs'}}, 'origin': 'LOCAL', 'time_fired': datetime.datetime(2019, 7, 21, 9, 39, 48, 905732, tzinfo=<UTC>), 'context': {'id': '674601fda4e745608a347dff307fea61', 'parent_id': None, 'user_id': 'd925c0117c084737ab092bdd67cc52cc'}}}
Can anyone point me in the right direction?
i have Hassos and installed this component through HACS.
-ive tried different regions (i live in Netherlands) and these are the results:
amazon.com: is the only url that correctly displays the current states of media_players in frontend
amazon.nl: does not display the current state in frontend but in the log it does correctly show the state
changes.
Ive done complete wipe of .pickle and custom component including restarts when switching regions.