So now it’s also possible to change the volume when its in idle/standby mode?
Nevermind, just tried it, It works, very nice, this way we can get rid of the silence song title.
I can control the volume iusing the services in the dev tools tabs. But is it also possible to see the volume bar in the mediaplayer card, even when its in standby?
hi guys in the instructions it says add it to the config but i have mine broke out can i add it ot the media_player.yaml file and if so is it set out the same as the instructions say?
While previous version worked fine now I found this error:
2019-02-23 21:24:51 ERROR (MainThread) [homeassistant.setup] Error during setup of component alexa_media
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 154, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/alexa_media/__init__.py", line 63, in setup
from alexapy import AlexaLogin
ModuleNotFoundError: No module named 'alexapy'
I think that’s a Media Player UI issue. I can take a look but at this point we’re not doing anything on the UI side. EDIT: I looked, and while we are returning volume data the UI is hiding it because we’re not in a play or pause state. I will be fixing some other display issues but short of always keeping the devices in a PAUSE state instead of STANDBY/IDLE, there’s not really much we can do on the backend.
No; still waiting for someone to identify a working script that can. We can do anything an Alexa routine can do though.
I’ll do some additional debugging at some point after I triage any breaking issues. I believe I tested it once after replicating the call from the shell scripts, but I don’t use it day-to-day so may have missed something. Please open up an issue and get us some scrubbed logs.
EDIT: Issue and fix available.
It should be lowercase “sms” or “email”. I may need advanced debugging if it still doesn’t work. Please check the wiki for info.
For some reason it’s unable to install the dependency when you start HA. You’ll manually need to do a pip install alexapy in the appropriate python environment.
First, you may want to scrub the data in your post because it looks like it has your email address. My guess is since we’re concatenating your email to the domain alexa_media somewhere, that we’ve hit a HA SQL table limitation during logging. Please file an issue including any errors from alexa_media.
EDIT: I filed the issue and have a fix for you to test.
It can’t find the files under custom_components\alexa_media. Please make sure the files are correctly copied into the directory.