-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
HomeAssistant: Adding Shelly-Integration fails #5679
Comments
@wicksim this is not a bug. The Homeassistant Core package, so far, supports only the integrations that are configurable with "add integration" in the HA UI. i.e. integrations that have an installation wizard. Integrations that depend on binary (i.e. cross compiled) modules must added to the homeassistant package. BTW some integrations with binary dependencies might run when a binary module is available in pypi. But most of them are downloadable for x86_64 and arm64 only (and not for 32 bit ARM like DS114). |
@hgy59 Sorry, I don't understand. The shelly-package is configurable in the UI. I can search for it and then try to add it. I also wrote that under "Reproduction steps":
The shelly-integration is also listed on the FAQ-page. I think I'm missing something? |
update: EDIT: |
The update on the very limited DS115j took abount one hour, but finally the shelly integration seems to work (no errors loading the dependencies and the configuration dialog appears). So this will be fixed with #5579. |
closed by #5579 |
Is this a new Bug?
Package Name
Home Assistant Core
Package Version
v2022.10.5-19
Device Model
DS114
Device Architecture
ARMv7
Firmware Version
DSM 6.2.4-25556 Update 6
What happened?
I attempted to add integration for shelly in
/config/integrations
. It took a while, then it reported an error and I found an entry in the log. I think the relevant part iserror: command '/github/workspace/toolchain/syno-armv7-6.1/work/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc' failed: No such file or directory
.The FAQ suggested to restart the package, which had no effect.
I also tried to install aioshelly manually via
pip
, which gave me the same error.Reproduction steps
Install Log
Service Log
No response
Other Logs
No response
The text was updated successfully, but these errors were encountered: