If you look at the bug report and the PR linked above, you’ll see exactly what the issue is. It’s definitely not something that breaks emulated_hue forever nor does it necessitate abandoning it for something else if you’re ok waiting for it to be rolled into an RC.
Also I’m not sure you know how to read a PR if you think all it does is address a three month old bug.
I read through it well enough. Please explain to me how a version 1 bridge that doesn’t change it’s communication protocal would interface with alexa’s new firmware? I have that working on my dev hassbian right now. No interruptions. No ‘this device isn’t responding’. New firmware.
This issue here mentioned is the 3 month old issue that has been occurring since May-ish, that was half fixed with a pr a few months back.
Also, none of the changes in the change set address the discovery issues.
Hi Petro
I bit the bullet and installed haaska today…it took forever as the instructions somebody sent me didn’t quite cut it…However after perservering it now works. The only issue I have is my logs in Hassio are filling with this error repeating again and again…any idea what it might be…Thanks for all your previous help
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 45, in async_entity_state_listener
hass, smart_home_config, alexa_changed_entity
File "/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 88, in async_send_changereport_message
allow_redirects=True,
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 371, in _request
url = URL(str_or_url)
File "/usr/local/lib/python3.7/site-packages/yarl/__init__.py", line 151, in __new__
raise TypeError("Constructor parameter should be str")
TypeError: Constructor parameter should be str
I didn’t have the Alexa Smart Home show up even though I had set all the languages correctly.
I deleted and re entered the code again and again. Eventually I just ploughed on and configured the trigger tab and the Alexa Smart Home came up…just a bit confusing.
Also the redirect urls didn’t make much sense until I read somewhere else how to do it from the above intructions.
I’m still getting lots of errors in my logs though as mentioned previously
Is there any update? I changed the port to 80. Lights getting recognized again in alexa but turning on and off again. Is there any solution for the on/off problem?
Ah yea, Personally I would have gone with the instructions linked in the home assistant docs. They are much clearer than those instructions and they provide links to click.
I still have issues where my echo dot v2 can’t set a dimmer value if I say “Alexa, lights ten percent”, but it does work to say “Alexa, TV room lights ten percent” or “Alexa lights on” (or off). In this case, TV room lights is in the same group as my echo dot, so just using “lights” has always worked before.
Are your lights dimmers? If not, I read a fix where you remove the light from Alexa, turn the light on, then re-discover the light in the Alexa app. That makes the light a simple on/off non-dimmer light which works with Alexa. This worked for me for my one non-dimmer light switch.
What version of Home assistant or hassio are you running? I posted a link earlier in the thread that shows a bug in version 0.98.2 causes the exact errors you are seeing.
I’m running version 0.99.3. I have since abandoned the skill and gone back to emulated hue having reset all echos, deleted all devices and it now appears to be responding and working well…I will go back to the skill at a later time as I did like the extra functionality it had. It’s just at the moment HassIO in my application has too many bugs and I just want to get those addressed before I introduce any others.
Some of my lights are dimmers some are just standard plugs but if they are all of when discovering device Alexa sees them all as dimmers. Alexa can turn them on but not off and they show errors. If I delete everything and turn everything on then discover devices Alexa sees everything as a basic light bulb on off only. If it’s a dimmer or not. Weird.
Hi guys,
I’m hoping someone can give me some direction. I’ve been running HA (via docker) for about a year now and enjoyed this new hobby. I have an echo dot v2 setup with emulated hue to control my tv (broadlink mini), lights (xiaomi) etc. Like others I recently have experienced the issues outlined in this thread.
I have been able to successfully change the port to 80 (using macvlan as it would conflict with openmediavault) and my voice commands are up and running again (albeit with the occasional complaint from alexa).
To my question.
I get internet access via 4g wireless (optus in Australia) and unfortunately this means I don’t have a public IP and am unable to port forward (i’ve tried to setup letsencrypt but failed authentication).
I was really interested in trying Haaska (and these emulated hue issues have made me explore it as an alternative) but I don’t believe this is possible.
Is there any other way anyone can recommend for me to integrate the echo dot (alexa app) with home assistant with perhaps the possibility of remote access for some one using 4g wireless?
HA cloud seems to be one option but are there others?
Nope, you’ll need to expose your home assistant as a static page (I.E. using a dns) to get any communication with outside sources. If you don’t have that, nothing will work. Cloud is the only service that will.