danielkaldheim / ha_airstage

Connects your Fujitsu Airstage air conditioner to Home Assistant.
MIT License
49 stars 9 forks source link

Config-flow could not be loaded: 500 Internal server error #29

Open StevenHermans opened 6 months ago

StevenHermans commented 6 months ago

Hi Daniel,

I wanted to install the integration on my HA hosted on a docker container but I got the following issue.

`Logger: homeassistant.util.package Source: util/package.py:108 First occurred: 12:16:57 (3 occurrences) Last logged: 12:17:55

Unable to install package pyairstage>=1.1.1: ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/.local' Check the permissions. [notice] A new release of pip is available: 23.2.1 -> 24.0 [notice] To update, run: pip install --upgrade pip`

Any idea how I can solve it? To which location is this ./local reference pointing? I have the Airstage components available here: /home/pi/.../homeassistant/config/custom_components/fujitsu_airstage/ image

Can I also do a 'manual' installation adapting the .yaml files?

Tnx, Steven

StevenHermans commented 6 months ago

Found the solution by commenting out the User in the docker compose file in the home assistant section...Still wondering why this was required for the integration to work as other integrations worked perfectly without commenting out the user.

danielkaldheim commented 1 month ago

Would you care to share your docker compose file @StevenHermans?

StevenHermans commented 1 month ago

sent it via mail...