Hello, I use this for a few things - dinner time announcement and doors left open, and haven’t noticed any trouble with it. However my logs are filled with warnings. I ignore them - expected?
Update of media_player.living_room_dot is taking over 10 seconds
Feeling really stupid about now. I have been trying to get this to work for a couple of hours and I get no response of any sorts from HASSIO that even resembles that I have added anything. I created the alexa.py file in the media_folder and copied the version 0.9.5 information into that file then added the media_player information into the configuration file without using quotes. Got no errors but also have no Alexa still. Am I missing something pretty obvious?
What version of the file are you using? The message you’re getting is from an older version before we made substantial improvements to the configuration. The latest version is VERSION 0.9.5.
@lessmann
Please make sure the alexa_media.pickle is deleted. If you enable debugging logs for alexa_media_player it should give you more information on where your login fails. It probably is a 2 factor authentication issue. If you do pull logs, you can message me directly with a private gist to store your logs (scrub password/email) and I can try to help.
One more question mate, what part of the flow sets what you can ask Alexa? Meaning the “Is the garage door open?” question. Or is that defined somewhere else? Cheers.
I figured that may be the case, but I’m curious as to what is used as an intermediary between Alexa and HASS/NodeRed. Do you create a switch and then get the routine to trigger that? Cheers.
a switch, an input_boolean, the brightness from a virtual light(none existing light created in HA), anything that can be set in home assistant that can be used to trigger an automation.
i use:
routine in alexa app changes brightness from a virtual light
emulated hue picks up the change
appdaemon app sees that the light changes (thats my automation)
appdaemon app does some stuff
appdaemon app sends TTS to alexa
appdaemon app switches the virtual light off again.