nipar4
nipar4
I think this is platform related - I'll let you know in a bit @charliealphauk @gcoan what architecture your running HA on?
I'm primarily commenting on this issue from a Docker perspective as my arm builds for the docker images all failed when updating to 1.3.2, I don't know why 1.3.1 failed...
> [@nipar4](https://github.com/nipar4) thanks for investigating. Could you propose a PR to the addon repository for Trefor to incorporate ? I'll give it a go, I have no way of testing...
@gcoan OK, gave it a go but not sure if I did what I wanted can you take a look?
I think that's my problem, I've done a lot of work on the docker builds but I don't want to complicate Trefors predbat_addon code so I'd like to just update...
This is just a stab as I dont know how the addon structures its build but the simple answer is the dependencies don't appear to be on the mirror For...
worth noting that this is 11 | #RUN apt-get install -y python3 12 | RUN apt-get update && apt-get install -y --no-install-recommends python3-minimal 13 | >>> RUN apt-get install -y...
I just ran a test with the addon Dockerfile and was able to successfully build Arm64, armv7 and armv8 images using the ubuntu-base:10.0.5 image via buildx I note from the...
If i can setup a test addon, is someone able to test it? It would involve adding another predbat repository to install from
might be a bit longer, couple of days or so as it seems I cannot just clone and modify the addon. going to have learn how to create an addon...