docker-must-homeassistant icon indicating copy to clipboard operation
docker-must-homeassistant copied to clipboard

Unable to install component.

Open romychk opened this issue 2 years ago • 3 comments
trafficstars

Good day. Unable to install component. docker compose build --build-arg MACHINE_ARCH="-arm32v7"

Gives an error => CANCELED [build 1/7] FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster-arm32v7@sha256:e71fef8781aaa5d6382e5

=> ERROR [base 3/3] RUN apt update && apt install -y procps jq mosquitto-clients

Update does not help.

I have a MUST EP18-5048 inverter

Maybe there are already some other ways to connect it to Home Assistant

romychk avatar May 11 '23 11:05 romychk

I installed Home Assistant on an x86 processor. Can you change something?

romychk avatar May 11 '23 13:05 romychk

You could try

docker compose build

With out the machine architecture argument it should build for whichever processor you are running on. ?

dylangmiles avatar Aug 25 '23 08:08 dylangmiles

Any way to add it to HA without docker? I have HA runned on VM on Mac os

tanaev avatar Nov 03 '23 18:11 tanaev