Hello fellows,
i have, how it seems to me, very common Problem.
I cant get the Alexa App working with the emulated_hue bridge in HA. I have a few (10) zigbee-devices i allready controll over HA-Dashboar(lovelace) with no problems at all. Also no Echo or other Amazon-Stuff (so far) besides the Android-App. Alexa is searching 45 seconds with no result at all.
Startet to dig deeper and take a look in the logs and came to a conclusion:
This is the “normal” loggin level message i get when i search devices in the alexa-app on smartphone. Not very helpfull. But after activating the “loglevel: debug”: i got this more speciefied report:
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/webhook/1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf to 192.168.178.27 (auth: False)
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf
2021-08-24 20:15:12 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf from 192.168.178.27
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.webhook] b'{"type":"update_sensor_states","data":[{"unique_id":"sleep_confi'
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/webhook/1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf to 192.168.178.27 (auth: False)
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf
2021-08-24 20:15:12 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf from 192.168.178.27
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.webhook] b'{"type":"update_sensor_states","data":[{"unique_id":"sleep_confi'
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/webhook/1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf to 192.168.178.27 (auth: False)
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf
2021-08-24 20:15:12 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf from 192.168.178.27
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.webhook] b'{"type":"update_sensor_states","data":[{"unique_id":"sleep_confi'
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/webhook/1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf to 192.168.178.27 (auth: False)
2021-08-24 20:15:12 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf
2021-08-24 20:15:12 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 1e779606e81adfbf26b85a6a00545f14bc46a08d3fa9f54cebd523f2a37496cf from 192.168.178.27
To me it seems that there is communication between the alexa-app and my raspberryPi3 running but there seems to be a problem for the alexa app to get a registerd webhook (or keep the “state” of the webhook).
Are there any known workarounds? i also tried alexa-apps from different years, 2016 and 2018, also no changes in behavior.
Thanks in advance.