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
Will not create S505 entity in HA. Integration detects the hostname of the S505, Kitchen Counter, but then gives the following errors.
Debug log
2023-10-21 12:16:43.704 DEBUG (MainThread) [custom_components.tapo.setup_helpers] Re-using setup API to create a coordinator
2023-10-21 12:16:43.785 INFO (MainThread) [custom_components.tapo.coordinators] Detected model of 192.168.1.57: s505
2023-10-21 12:16:43.785 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Kitchen Counter for tapo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/tapo/__init__.py", line 49, in async_setup_entry
raise error
File "/config/custom_components/tapo/__init__.py", line 47, in async_setup_entry
return await device.initialize_device(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/tapo/tapo_device.py", line 28, in initialize_device
).get_or_raise()
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/plugp100/common/functional/tri.py", line 159, in get_or_raise
raise self.value
custom_components.tapo.errors.DeviceNotSupported: Device 192.168.1.57 not supported!
The text was updated successfully, but these errors were encountered:
Version of the integration
v.2.10.1 from HACS
Configuration
Describe the bug
Will not create S505 entity in HA. Integration detects the hostname of the S505, Kitchen Counter, but then gives the following errors.
Debug log
The text was updated successfully, but these errors were encountered: