I've been using HAOS for a while, and today started playing with an Atom ECHO M5, trying to follow the guides but there seems to be an issue with the piper voice downloads from hugging face.
the actual size of the onnx files it's downloading are different from the expected sizes in the voices json file, so I'm getting stuff like this in the log;
DEBUG:wyoming_piper.download:Downloading https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_GB/southern_english_female/low/en_GB-southern_english_female-low.onnx to /data/en_GB-southern_english_female-low.onnx
I get that this is probably not an issue with HA, it's most likely a temporary problem with the huggingface repos having gone out of sync - I've seen other similar reports on various github repos etc. what I'm struggling with on HA, is that I seem to have absolutely no way at all of gaining access to the addon's data directory. If I did, I could disable the automatic voice update in the ha config and just manually edit the voices json file to report the actual size of the file, functionally disabling the model size check - which is what others have done when facing similar piper issues.
I've tried the samba addon, I've tried the file editor addon, I've tried navigating the HAOS cli... nothing seems to get me access to the data directory of the addon.
Any ideas?
Also it seems like as this has happened before with HuggingFace, it seems like having a toggle switch to disable the model size check in piper would be a good idea...
Thanks ๐