Skip to content
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

HASS ISY Integration initialization fails in the pyisy code #393

Open
zanderl opened this issue Dec 4, 2024 · 0 comments
Open

HASS ISY Integration initialization fails in the pyisy code #393

zanderl opened this issue Dec 4, 2024 · 0 comments

Comments

@zanderl
Copy link

zanderl commented Dec 4, 2024

if self.configuration[CONFIG_NETWORKING] or self.configuration[CONFIG_PORTAL]:

My ISY is actually an ISY99i Pro which was updated to look like an ISY994i and is running the highest firmware available for it ( v3.3.10)

Looks like there was a change to this config code in 3.1.13 may have broken pyisy on my setup.

Error setting up entry My Lighting (172.16.0.246) for isy994
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/isy994/__init__.py", line 105, in async_setup_entry
    await isy.initialize()
  File "/usr/local/lib/python3.12/site-packages/pyisy/isy.py", line 138, in initialize
    if self.configuration[CONFIG_NETWORKING] or self.configuration[CONFIG_PORTAL]:
                                                ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'Portal Integration - UDI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant