Open SCBionicle opened 3 months ago
If need be I can easily test any solution for this. Just let me know!
Hi @SCBionicle and @SixFive7. I don't own a Google Nest Hub so I can't do any testing on my end. Could you please provide me with debug logs in order to help me understand what's going on?
To enable debug logs:
Turn on debug logging:
action: logger.set_level
data:
custom_components.chime_tts: debug
Call the chime_tts.say
action again.
Check your log messages in Home Assistant:
https://{YOUR_HOME_ASSISTANT_ADDRESS}:8123/config/logs?filter=chime_tts
and click LOAD FULL LOGS
Hi @SCBionicle and @SixFive7. Is this issue still relevant or can I close this ticket?
I apologize, I completely forgot I posted this ticket. I moved to using Music Assistant to process Chime TTS announcements because Chime TTS does not resume previous playback on either the Spotify Player or the default media player.
It's the end of the day over here right now, so I can explore getting those logs to you tomorrow, if that works.
Hi @SCBionicle. No problem, please reply when you've had a chance 👍
With respect to the issue you're having with the resuming of playback after the announcement: have you read the documentation for the announce
parameter? It should allow for the previously playing audio to resume after the announcement.
If you are still experiencing the issue, please provide me with your debug log messages. Without them I have no way of knowing what it going on behind the scenes on your end and can't help you further.
I'll attach the debug logs here.
Player Device: Google Nest Hub 1st Gen Home Assistant Hardware: Hyper-V x86_64 6GB 4 Core Home Assistant OS v12.0 Core v2024.9.3 Chime TTS: v1.1.4 filtered Chime TTS Debug.txt (Default media player playing locally based video)
Some observations I noticed with the Google Nest Hub in Google Cast when using the Default Media Player
(which Chime uses):
Entity State
changes to Idle
under the following conditions:
default media player
doesn't support enqueuing) (This is distinct from the app being turned off, device gets the Entity State
, off
, when the app disconnects and the device returns to the default photo frame)Entity State
doesn't switch to Buffering
for some reason)News about this? I'm facing the same problem
I apologize, I completely forgot I posted this ticket. I moved to using Music Assistant to process Chime TTS announcements because Chime TTS does not resume previous playback on either the Spotify Player or the default media player.
How do you did that?
Checklist
Is your feature request related to a problem? Please describe.
When using the announce feature, previous playback doesn't resume on the Google Nest Hub.
Describe the solution you'd like
It would be awesome if Chime could resume the previous playback on the Nest Hub after the announcement is finished.
Describe alternatives you've considered
I'm not exactly sure what this field means. But, it might be worth mentioning, that the google cast integration does hold the tokens, urls, media types, application, seek position, etc in the device attributes during playback.
Additional context
No response