Home Assistant Core and Almond-server Docker not working

Hi all, I have Home Assistant Core 107.7 docker and Almond-server-portable docker running but I can’t get HA to talk to Almond. I can access Almond from it’s IP address with out any issues.

yaml config

# Almond
almond:
  type: local
  host: http://192.168.10.126:3000

HA log
Log Details (WARNING)

Logger: homeassistant.components.almond.config_flow
Source: components/almond/config_flow.py:86
Integration: Almond (documentation, issues)
First occurred: 3:49:15 PM (1 occurrences)
Last logged: 3:49:15 PM

Aborting import of Almond because we’re unable to connect

The Almond server log shows
GET /api/apps/list 403 2.132 ms - 30

Any ideas?

HTTP 403: Forbidden - some authentication logic in Almond is keeping HA from login.

Same here. Looks like Home Assistant does not support password login.

This fixed the issue for me: https://github.com/stanford-oval/pyalmond/pull/4

It did not fix the problem for me. But Nginx reverse proxy solved the problem. I know it is a workaround, but it works and it does not consume a lot of resources. With a bit of a reverse engineering of Genie/Almond server it should be easy to figure it out what kind of Origin should be used.