-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fehler beim PSA controller in Homassistant #42
Comments
@Schraps, go to SSH and execute the command below: docker pull flobz/psa_car_controller:v3.4.2 After the docker pull, go to Home Assistant and try to update the plugin. In my case, this solve the same issue that you have. |
@ricardolobo81 thanks for the fast answer. Follow up question: as docker is currently not installed at my Raspi hosting HA - is it required to run HA also in a docker container or is it sufficient to add docker and than pull car controller in an container ? |
Hi, |
Hi, I have the same problem as @Schraps I don't have docker installed on my raspi either. @ricardolobo81 is this a requirement since i can't find it anywhere. The logging of HA does not provide a lot of information. Failed to install add-on |
Hello to all (@Schraps @jumpajumpa @eerwinn ) Let's see if I can help. I have my Home Assistant installed on a Raspberry Pi and I think Home Assistant itself creates containers for each of the add-ons. The steps below were the ones that solved the problem of updating the psa_car_controller. 1 - Install the add-ond: Advanced SSH & Web Terminal After executing the command in the SSH console, wait for the process to complete. The plugin will now update without any problems. I hope I've helped. |
Once you've managed to update the psa_car_controller, you'll have to do the authentication process in the add-on again. I recommend that you follow the tutorial below: |
@ricardolobo81 Thank you for your reply. To be sure I didn't make any mistake, I created a VM with a new a fresh HA installation. Restored a backup which i've created on my raspi, and then tried to install the add-on again. This worked. After that I was able to see in the supervisor log that a that container was created successfully.
This was just a workaround but I still don't know why I am unable to do a fresh add-on install from the repo. |
@ricardolobo81 |
@ricardolobo81 thanks a lot for the reply. |
Run the same steps like @ricardolobo81 mentioned. At the terminal executee the command:
After this you'll be ready. Hope this helps. |
Thank you @ricardolobo81 it worked flawlessly. |
I'm having this problem I get: Failed to install add-on I've already done docker pull flobz/psa_car_controller:v3.5.3 and docker images returns bunch of stuff including: I've also tried restart. |
Hallo,
iI'm tying to install HA Add-On
The Repository was added without issue.
While trying to install I recieve the failure message:
"Add-on konnte nicht installiert werden
Can't install flobz/psa_car_controller:v3.4.2: 404 Client Error for http+docker://localhost/v1.43/images/flobz/psa_car_controller:v3.4.2/json: Not Found ("No such image: flobz/psa_car_controller:v3.4.2")
"
Any idea what is wrong ?
The text was updated successfully, but these errors were encountered: