Alexa unable to link home assistant

Hi All,

Google assistant works then I try to connect home assistant to Alexa . At this stage unsuccessfully with “unable to link home assistant”. When testing the function with the long term token, no issue I get the list of devices.

Some data on the current setup:

  • home assistant supervised in parallel to (not exhaustive) nextcloud, octoprint. All servers accessible through internet without issue

home assistant config for http:

  • http:
    use_x_forwarded_for: true
    trusted_proxies:
    • 192.168.1.0/24
    • 127.0.0.1
  • haproxy; letsencrypt key type ECDSA:
  • access to home assistant from internet through port 8223 (not 443)

The only log I get from home assistant is :

Logger: homeassistant.components.http.ban
Source: components/http/ban.py:129
Integration: HTTP (documentation, issues)
First occurred: 7 janvier 2024 à 08:31:00 (1 occurrences)
Last logged: 7 janvier 2024 à 08:31:00

Login attempt or request with invalid authentication from 192.168.1.254 (192.168.1.254). Requested URL: ‘/auth/login_flow/6e2aca0c0efdcf81c530dab6ffaa404d’. (Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36)

I don’t know how to get logs with more details, any idea how to fix this ?

Hello,

Any idea how to get debug logs or any suggestions ?

Many thanks,
Frederic

1 Like

Hi,

FYI, fixed as soon as port for https has been changed from xxxx to 80.
From the documentation you can use the port you want but this doesn’t work.

Frederic