-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devialet integration play/pause not supported #124395
Comments
Hey there @fwestenberg, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) devialet documentation |
Please note that I have removed, rebooted an readded the device. This didn't bring back play/pause support, or other functionality such as being able to skip to the next or previous track (which I totally forgot to mention). |
Can you please provide the Diagnostics information? |
Thanks for the diagnostics. I see you are using upnp as source, actually I never used play/pause on upnp before. Can you use these buttons in the original Devialet app? |
Hi. Yes the buttons in the Devialet app are working. I also tried Spotify Connect (diagnostics added), with the same results. Spotify Connect adds 'previous' and 'next' as available operations, but only volume up and down work. HA errrors out in the same way. |
Also tried Airplay after re-adding the device to HA. Same results. |
Is there anything else I can supply/do to help? @fwestenberg |
I tried to find out what went wrong, but no success so far. Can you change the log level of the Devialet python component as described here and here ? In the Developer tools (from the sidebar), go to Actions and execute the following action:
Now press the play/pause button again and check the log for information. |
Hi, the play/pause is not available at all using the HA built-in cards. It's only visible when e.g. using the custom Mini Media Player card, which displays the allowed actions even when it's not available (which is the case here). Pressing the button throws the generic HA error I mentioned before, because the action is not available/possibble at all. |
I think I have the same issue with my Phantom 1 stereo setup. I tried reloading the integration when I was playing Spotify Connect but the supported_features are always the same. I also tried to overrule the supported_features to 84285 in the customize.yaml The only thing I see in the logs is when he integration is in debug mode is: Error in log[547132409744] Unexpected exception Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<7 lines>... ) ^ File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 989, in entity_service_call raise HomeAssistantError( f"Entity {entity.entity_id} does not support this service." ) homeassistant.exceptions.HomeAssistantError: Entity media_player.phantom does not support this service. I hope this extra information helps. |
The problem
According to HA play/pause support is not available for my Phantom II (firmware version 2.17.5) using the Devialet integration. The error message displayed on screen is "Actie media_player/media_play_pause kon niet worden uitgevoerd. Entity media_player.kantoor does not support this service." If I'm not mistaking this was supported before. Currently I'm only able to set the device volume through HA.
I am able to use play/pause if I use different controllers to play music, such as Music Assistant, Spotify or AirPlay.
What version of Home Assistant Core has the issue?
2024.8.2
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
devialet
Link to integration documentation on our website
https://www.home-assistant.io/integrations/devialet
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: