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

S505 cannot be created as HA entity #586

Closed
thefjordkeeper opened this issue Oct 21, 2023 · 0 comments · Fixed by #589
Closed

S505 cannot be created as HA entity #586

thefjordkeeper opened this issue Oct 21, 2023 · 0 comments · Fixed by #589
Labels
bug Something isn't working

Comments

@thefjordkeeper
Copy link

thefjordkeeper commented Oct 21, 2023

Version of the integration

v.2.10.1 from HACS

Configuration

Tapo S505, 1.0.4 Build 230822 Rel. 101556

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


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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants