Thank you!
I could install HACS after a few tries, now it seems to be ok and it shows the integration,frontend, automation buttons. (first i saw only a “demo” like a dia-show…)
Now i tried to install/download a integration “Camect” but when i click on Download (Herunterladen) the circle turns & turns & turns… seems it turns forever.
This happens on all Integrations! while Frontends and Automations are correctly downloaded and installed!
I also had a look into /home/homeassistant/custom-components but there is no Integration from HACS how it was described:
Nach dem Herunterladen befindet sich dies in `’/home/homeassistant/custom_components/camect
What could be the reason for not downloading any integrations?
Edit:
in a logfile of HACS (Diagnose Informationen" i found some strange Path-configs:
"repository_manifest": {
"content_in_root": false,
"country": [],
"filename": "hacs.zip",
"hacs": "0.19.0",
"hide_default_branch": true,
"homeassistant": "2022.11.0",
"manifest": {
"name": "HACS",
"zip_release": true,
"hide_default_branch": true,
"homeassistant": "2022.11.0",
"hacs": "0.19.0",
"filename": "hacs.zip"
},
"name": "HACS",
"persistent_directory": null,
"render_readme": false,
"zip_release": true
},
"ref": "1.32.1",
"paths": {
"localpath": "/config/custom_components/hacs", <----------
"local": "/config/custom_components/hacs", <---------
"remote": "custom_components/hacs"
}
}
the line with /config/custom_components is not right!
in /.config there is no folder “custom_components” !
It is located in /custom_components as in “remote”
Where can i change those two lines “localpath” and “local” ?