home-assistant-tapo-p100 icon indicating copy to clipboard operation
home-assistant-tapo-p100 copied to clipboard

T315 not setup correctly

Open jamesonuk opened this issue 6 months ago • 0 comments

Version of the integration

2.13.0

Configuration

T315 connected via KH100 hub

Describe the bug

I have a KH100 hub that has two KE100 values and one of each T310 / T315 temperature sensors. I have just added another KE100 and the T315 through the Tapo app and then I clicked reload on the hub in HA.

Both the T310 and KE100s appear fine but the T315 has no device created. The entities are there but no device and it also doesn't seem quite right as there is no detail to configure the entities.

This is the battery low sensor on the T310 image

where as for the T315 all I get is image

Below the logs show that it picked up five children but there are only four devices for the hub image (the fifth one here being the hub itself)

Debug log


2024-01-17 15:03:57.317 INFO (MainThread) [custom_components.tapo] Unloaded entry for yyyy
2024-01-17 15:03:57.317 DEBUG (MainThread) [custom_components.tapo.setup_helpers] Creating new API to create a coordinator for xxxx
2024-01-17 15:03:57.524 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.043 seconds (success: True)
2024-01-17 15:03:57.649 INFO (MainThread) [custom_components.tapo.hub.tapo_hub] Found 5 children associated to hub xxxx
2024-01-17 15:03:57.696 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.047 seconds (success: True)
2024-01-17 15:03:57.745 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.048 seconds (success: True)
2024-01-17 15:03:57.901 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.156 seconds (success: True)
2024-01-17 15:03:58.038 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.137 seconds (success: True)
2024-01-17 15:03:58.096 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.058 seconds (success: True)
2024-01-17 15:03:58.300 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.189 seconds (success: True)
2024-01-17 15:03:58.327 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.211 seconds (success: True)
2024-01-17 15:03:58.351 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.237 seconds (success: True)
2024-01-17 15:03:58.928 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.809 seconds (success: True)
2024-01-17 15:03:58.931 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.814 seconds (success: True)
2024-01-17 15:03:58.936 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.820 seconds (success: True)
2024-01-17 15:03:59.927 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.127 seconds (success: True)

jamesonuk avatar Jan 17 '24 15:01 jamesonuk