Is the add-on still working? I installed it, and it seems to run fine but for the life of me, I can’t figure out how to operate it. I did read the wiki but that simply raised more questions
I found the device under MQTT and managed to add it to a dashboard.
And that is the end of it I have no idea how to operate that card added to my dashboard.
Basically, I am planning to download different noises from an online noise generator and combine them on my HA install. Its mostly .ogg files.
It will be very basic at first. The features from the old version will need to be re-implemented over time.
It’s now based on FFMpeg bindings rather than VLC.
The entire mode of operating has changed: Amniotic just streams the audio, and doesn’t require any audio hardware on the machine it’s installed on.
The decoding/mixing is done in Amniotic itself now, which involved more work, but makes everything vastly more flexible. Adding things like native, configurable white noise generation etc. should now be much more plausible.
It’s now based on haco for managing interaction with HA, and aiomqtt for async MQTT.
I’ve released a new version, now installable as an Addonn! Still many features to add, namely creating/saving extra Themes etc, which will happen soon.
Holy cow. Thank you! I forgot all about this project because my HA lives in a little room, on a little NUC with no peripherals , but this media player playback is just what I needed.
I think this is going to pair well with music assistant - like PB&J.
edit: say, is there no way to change the supervisor url? seems like HOME_ASSISTANT_URL is not used, and the docker container hits a hardcoded https://supervisor:443 endpoint instead
I just wanted to say thank you for the work that you put into this. The streaming component was the piece I was missing in my own amniotic deployment. I’ve been working for the last 2 years or so on the old code base, trying to make it work for my particular needs.
Because you added the streaming component, I was able to finally get my ambient audio working the way I wanted in the house.
It’s still quite scrappy but will improve over time.
Hardware for Amniotic
I’m currently in the middle of modifying some retail speakers to work as a Media Player for use with Amniotic. It’s a very basic approach, but if anyone’s interested, let me know and I can perhaps add a guide to the documentation.
Another new version is out, this time will the following features:
Add YouTube audio stream downloader. You can now populate Recordings directly from YouTube videos, entirely from within the Home Assistant interface. Documentation
New dashboard and make dashboard dynamic. The dashboard will now automatically show/hide certain sections depending on app state, show links to documentation, etc. So for example the Recording section will be hidden until some Recordings are available, the Stream section will only show if the current Theme is ready to stream, etc.
Add YouTube download-related controls to the dashboard.
You can update your Add-On or pull the new docker image now!