-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can't install Sungrow on RPi3B #103
Comments
Same issue with RP4. "The command '/bin/ash -o pipefail -c chmod a+x /usr/local/bin/setup.sh && /usr/local/bin/setup.sh' returned a non-zero code: 1" |
Same issue with RP2b Core 2024.1.2 From Core logLogger: homeassistant.components.hassio Failed to to call /addons/3fa94738_gosungrow/install - The command '/bin/ash -o pipefail -c chmod a+x /usr/local/bin/setup.sh && /usr/local/bin/setup.sh' returned a non-zero code: 1 From supervisor logStep 22/36 : ARG GOSUNGROW_MQTT_PORT ---> Using cache ---> 483d8edd531c Step 23/36 : ENV GOSUNGROW_MQTT_PORT ${SUNGROW_MQTT_PORT} ---> Using cache ---> b49f1978d4ad Step 24/36 : ARG GOSUNGROW_MQTT_USER ---> Using cache ---> 9229e91294fc Step 25/36 : ENV GOSUNGROW_MQTT_USER ${SUNGROW_MQTT_USER} ---> Using cache ---> 5cf64fcf4b48 Step 26/36 : ARG TZ ---> Using cache ---> dd02d070abb4 Step 27/36 : ENV TZ ${TZ} ---> Using cache ---> 45478987500c Step 28/36 : COPY src/ /usr/local/bin/ ---> Using cache ---> 5923434a78bd Step 29/36 : RUN chmod a+x /usr/local/bin/setup.sh && /usr/local/bin/setup.sh ---> Running in 1798c09d1159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/armv7/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/armv7/APKINDEX.tar.gz v3.16.8-44-g4759ec58415 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/armv7/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/armv7/APKINDEX.tar.gz (1/4) Installing libunistring (1.0-r0) (2/4) Installing libidn2 (2.3.2-r2) (3/4) Installing wget (1.21.3-r0) (4/4) Installing gosungrow.persist (20240107.103437) Executing busybox-1.35.0-r17.trigger OK: 20 MiB in 46 packages bashio::log.error Hardware not supported Removing intermediate container 1798c09d1159 24-01-07 21:42:05 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running |
Running HA on RPi3B, Core 2023.11.3 is installed. Can't install Sungrow -->
The command '/bin/ash -o pipefail -c chmod a+x /usr/local/bin/setup.sh && /usr/local/bin/setup.sh' returned a non-zero code: 2
Any suggestion/idea is appreciated.
The text was updated successfully, but these errors were encountered: