Nibe uplink ---> https://github.com/elupus/hass_nibe

I have setup/install hacs integration but when it finished it say in the integration that “Error setting up entry for nibe” and this in the log:

Logger: homeassistant.config_entries
Source: custom_components/nibe/init.py:313
Integration: Nibe Uplink Heat Pumps (documentation)
First occurred: 22:02:55 (1 occurrences)
Last logged: 22:02:55

Error setting up entry for nibe

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 293, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File “/config/custom_components/nibe/init.py”, line 226, in async_setup_entry await _async_refresh() File “/config/custom_components/nibe/init.py”, line 224, in _async_refresh await _async_add_system(system_raw, _get_system_config(hass, system_id)) File “/config/custom_components/nibe/init.py”, line 203, in _async_add_system await system.load() File “/config/custom_components/nibe/init.py”, line 313, in load device_registry.async_get_or_create( TypeError: async_get_or_create() got an unexpected keyword argument ‘configuration_url’

1 Like