Cannot install 3rd party integrations - exit code 128

Hey community,
I just started my first Home Assistant installation. I am completely new here.

The basic installation works fine, including Philips hue, Logitech and Sonos.
But when I try to add other integrations like KNX or Nuki, I get an error message.

I try this way: Supervisor > Add-on store. There I add the github-url and click on “add”. After it nothing happens.

In my system log I have entries like this:

20-05-03 22:03:01 INFO (MainThread) [supervisor.store.git] Clone add-on https://github.com/home-assistant/core/tree/dev/homeassistant/components/knx repository
20-05-03 22:03:01 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/core/tree/dev/homeassistant/components/knx repository: Cmd('git') failed due to: exit code(128)
  cmdline: git clone --depth=1 --recursive --shallow-submodules -v https://github.com/home-assistant/core/tree/dev/homeassistant/components/knx /data/addons/git/7b65ffa8
  stderr: 'Cloning into '/data/addons/git/7b65ffa8'...
fatal: repository 'https://github.com/home-assistant/core/tree/dev/homeassistant/components/knx/' not found
'.
20-05-03 22:03:01 ERROR (MainThread) [supervisor.store] Can't load from repository https://github.com/home-assistant/core/tree/dev/homeassistant/components/knx
20-05-03 22:03:02 INFO (MainThread) [supervisor.store] Load add-ons from store: 65 all - 0 new - 0 remove

My versions:
HassOS 3.13
production
Supervisor version 220.

I found some dns-issues in the community, but also changing my router to 8.8.8.8 and restarting router and home assistant did not work…

Under settings > Integrations I cannot find “knx” or “nuki”.

Any ideas?

You don’t need to add a url somewhere to use the Knx integration.
Just configure it in your configuration.yaml and restart Home Assistant. It will download all necessary packages from pypi automatically.
Knx is not configurable through the UI.
(I don’t know Nuki but I think it might be the same as UI configuration is relatively new)

Hey farmio! Thanks for the info. I found this now, did not sound logical, but now I understand.
Getting new error messages, but this is a new point :slight_smile: