Unable to install custom intergration

Hi there,

I’m new to HA and I’m trying to install this intergration:

But I can’t get it working for some reason…
I keep getting this error:
Platform error light.ics2000 - No module named ‘ics2000’

Platform error: light
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config.py”, line 865, in async_process_component_config
platform = p_integration.get_platform(domain)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 728, in get_platform
cache[full_name] = self._import_platform(platform_name)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 745, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File “/usr/local/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1050, in _gcd_import
File “”, line 1027, in _find_and_load
File “”, line 1006, in _find_and_load_unlocked
File “”, line 688, in _load_unlocked
File “”, line 883, in exec_module
File “”, line 241, in _call_with_frames_removed
File “/config/custom_components/ics2000/light.py”, line 11, in
from ics2000.Core import Hub
ModuleNotFoundError: No module named ‘ics2000’

Can anyone please help me install this intergration?

Hello,

I’ve had this problem too. Use my forked repo in HACS:

Nick

Hi Jeroen,

I installed your forked rep on my HA on my synology, I can see that HA has succesfully retrieved all the items from the KAKU account, but I can’t control or see tha actual state of the entities.
In fact all entities of the Light-integration say they are read only because the don’t have unique ID.

It’s like there’s no connection to the ICS2000, (tried putting in the mac without the ‘:’ but has the same result

What is going on here?

kind regards
Nick

hi jeroendev-one

i am using your forked version but i als get the error:Platform error light.ics2000 - No module named ‘ics2000’