Closed ErikApption closed 11 months ago
Hi @ErikApption, sorry to hear you're having issues. You're correct: the link is incorrect.
In the debug logs you included, I see that in the service call to chime_tts.say_url
has cache: true
. Using the cache skips all the code which generates the mp3 file, so I can't see in the logs how the file was created initially. Could you please provide debug logs for a new service call to chime_tts.say_url
where the cache
parameter is disabled or set to false
?
Also, can you please make sure to include the full log?
Another place to check is the Chime TTS integration's configuration dialog:
Settings
--> Devices & services
--> Chime TTS
--> CONFIGURE
Please check that
Media folder
value is local
andPublic mp3 folder path
begins with /www/
Hi @nimroddolev
Thank you for looking into the issue! Ah I just discovered the settings page. It took me couple of attempts but I finally figured out the configuration. I'm still unclear what the public mp3 folder is. All the original mp3s are currently inside the custom_components that was installed with HACS.
I had not realized that temporary was a virtual path not a physical path. I know for HA OS installations, it looks the same but not on my core setup. my /media is /srv/homeassitant/media but chime_tts only needs the subfolder from local.
My pleasure. I’m glad ad it’s working correctly for you 👍 In the latest release from today (v0.10.0) I added support for both relative and absolute paths. Feel free to let me know if you have any other issues or ideas for the future!
Checklist
Is your feature request related to a problem? Please describe.
This is my configuration
This is what chime_tts is trying to play
Describe the solution you'd like
Pretty sure the final url should be
instead of
Believe this was working in previous version
Describe alternatives you've considered
change media folders
Additional context
n/a