You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just tried tom install it for 1st time (on HA 2025.6.1; OS 15.2),
but Failed to set up
Log says: 2025-07-07 20:28:54.015 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry IKEA Dirigera Hub : 192.168.88.81 for dirigera_platform Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/dirigera_platform/__init__.py", line 197, in async_setup_entry await platform.make_devices(hass,hass_data[CONF_IP_ADDRESS], hass_data[CONF_TOKEN]) File "/config/custom_components/dirigera_platform/ikea_gateway.py", line 77, in make_devices outlets = await hass.async_add_executor_job(hub.get_outlets) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.13/site-packages/dirigera/hub/hub.py", line 211, in get_outlets return [dict_to_outlet(outlet, self) for outlet in outlets] ~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/dirigera/devices/outlet.py", line 70, in dict_to_outlet return Outlet(dirigeraClient=dirigera_client, **data) File "/usr/local/lib/python3.13/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for Outlet attributes.isOn Field required [type=missing, input_value={'customName': 'Smart plu...taScheduleEnd': '00:00'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.11/v/missing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After Update it breaks and does not work anymore?
Will we see a Solution?
Beta Was this translation helpful? Give feedback.
All reactions