-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
FullyKiosk media player entity stays in state 'playing' forever #83261
Comments
Hey there @cgarwood, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) fully_kiosk documentation |
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. |
No one ever took a look at this in 3 months. So let's keep this open and wait another 3 months. Thanks bot. |
I am seeing the same issue here. |
While FKB has an API to play sound media, it does not have an API to say if it has finished. Given the limitations of the FKB API, I don't see a way to resolve this issue. |
Same issue, will ask FKB support to extend the API 🤞 |
Thank you. Feel free to link it here. |
I sent an email, but will report back on their response |
In got a response from FKB support. Please help me with an answer, as this is bestond my knowledge:
|
We use the REST API |
Forwarded you answer. Thanks! |
@mheath got this answer. Sounds promising:
|
Thanks for reaching out to Fully Kiosk @erkr. Very cool that they're so responsive. Adding Adding MQTT events for sound start/stop will allow us to make the media control more responsive for those with MQTT enabled. (There are already MQTT volume events.) |
I have MQTT enabled but can't figure out how to send media to any device with Fully Kiosk. I'm able to use the media player through home assistant, but it can have a major delay. Any tips on how to config? |
I'm also having this issue. Did Fully Kiosk implement the change needed? Does the HA side just need an update at this point? |
The HA side still needs to be updated to see when the media has stopped playing, volume, and MQTT support still hasn't been added. There aren't any MQTT features in FKB that will significantly help with the media player. I don't think the changes we talked about previously will fix the "major delay" issue. |
@mheath thanks for the heads up. Looking forward to have the stopped playing and volume added👍 |
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. |
Still an issue for sure. Anybody have luck looking into this? |
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. |
Still the case |
It sounds like @mheath knows how to fix this, is that correct? Reading this back (as I just ran into this issue) it appears that is what everyone assumes at least? |
There is a PR open to fix, just waiting for review: #105762 |
Great, thanks! I really hope it gets merged in soon😊 |
Great! Hopefully #105762 will make it to a stable release soon. Really looking forward to read about this in the release notes :-) |
@cgarwood thanks for picking this up and looking forward to have it released 😊 |
The problem
Once the media player entity switches to playing, it keeps that state like forever. That's a problem as it is used massively for notifications (so no one is clicking "stop" regularly) and therefore renders the usage of the media player entity a bit useless.
In detail: once the media player entity switches to
playing
, it won't resume from that state untilWhat version of Home Assistant Core has the issue?
core-2022.9.7
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
fully_kiosk
Link to integration documentation on our website
https://www.home-assistant.io/integrations/fully_kiosk
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
cgarwood/homeassistant-fullykiosk#118 (comment)
The text was updated successfully, but these errors were encountered: