diff --git a/emhass/Dockerfile b/emhass/Dockerfile index a4d15e9..45bb156 100644 --- a/emhass/Dockerfile +++ b/emhass/Dockerfile @@ -17,14 +17,12 @@ RUN apt-get update \ python3-dev \ git \ build-essential \ - coinor-libcbc-dev \ coinor-cbc \ + coinor-libcbc-dev \ libglpk-dev \ glpk-utils \ libhdf5-dev \ libhdf5-serial-dev \ - #netcdf-bin \ - #libnetcdf-dev \ pkg-config \ python3-h5py \ gfortran \ @@ -42,8 +40,6 @@ RUN apt-get update \ build-essential \ libhdf5-dev \ libhdf5-serial-dev \ - #netcdf-bin \ - #libnetcdf-dev \ pkg-config \ gfortran \ && rm -rf /var/lib/apt/lists/* diff --git a/emhass/build.yaml b/emhass/build.yaml index 48a5472..08bce54 100644 --- a/emhass/build.yaml +++ b/emhass/build.yaml @@ -1,8 +1,8 @@ build_from: - amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye - armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye - armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye - aarch64: ghcr.io/home-assistant/aarch64-base-debian:bullseye + amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm + armhf: ghcr.io/home-assistant/armhf-base-debian:bookworm + armv7: ghcr.io/home-assistant/armv7-base-debian:bookworm + aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io diff --git a/emhass/config.yml b/emhass/config.yml index 12aeca1..df47cd3 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: 0.5.0 +version: 0.5.1 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index 75b7d91..81ed738 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -1,7 +1,7 @@ numpy==1.26.0 pandas==2.0.3 scipy==1.11.3 -pvlib>=0.10.1 +pvlib>=0.10.2 protobuf>=3.0.0 pytz>=2021.1 requests>=2.25.1