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 Light entity no longer visible #829

Open
TheBSGamer opened this issue Jan 17, 2025 · 0 comments
Open

S505 Light entity no longer visible #829

TheBSGamer opened this issue Jan 17, 2025 · 0 comments

Comments

@TheBSGamer
Copy link

TheBSGamer commented Jan 17, 2025

Version of the integration

3.1.4

Configuration

S505 Light Switch
Firmware 1.2.2
Hardware 1.0

{
    "created_at": "1970-01-01T00:00:00+00:00",
    "data": { "host": "xxx.xxx.xxx.xxx" },
    "disabled_by": null,
    "discovery_keys": {
        "dhcp": [{ "domain": "dhcp", "key": "xxxxxxxxxxxx", "version": 1 }]
    },
    "domain": "tplink",
    "entry_id": "1da590283d ... de303a8d3690d",
    "minor_version": 2,
    "modified_at": "2024-10-06T17:21:40.510803+00:00",
    "options": {},
    "pref_disable_new_entities": false,
    "pref_disable_polling": false,
    "source": "ignore",
    "title": "F1E1 S505 (xxx.xxx.xxx.xxx)",
    "unique_id": "xx:xx:xx:xx:xx:xx",
    "version": 1
}

Describe the bug

I have reviewed #825 and PR #826 but I am unable to get the light switches working with HA 2025.1+. I haven't seen anyone report issues with the S505 specifically. All is working as expected within the Tapo app. My current light.py is the same as PR #826.

Debug log

2025-01-16 20:18:16.333 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-16 20:18:16.334 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-16 20:18:35.621 INFO (MainThread) [custom_components.tapo.hass_tapo] Detected model of xxx.xxx.xxx.xxx: S505
2025-01-16 20:18:35.833 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.211 seconds (success: True)
2025-01-16 20:18:36.102 INFO (MainThread) [custom_components.tapo.hass_tapo] Detected model of xxx.xxx.xxx.xxx: S505
2025-01-16 20:18:36.264 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.162 seconds (success: True)

2025-01-16 20:18:37.902 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from tapo, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'tapo' custom integration
2025-01-16 20:18:37.906 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from tapo, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'tapo' custom integration
2025-01-16 20:18:38.251 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Hidden' failed to setup actions and has been disabled: Unknown entity 'b7926f6ec7c3705c575524a6b1c3fe48'
2025-01-16 20:18:38.252 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Hidden' failed to setup actions and has been disabled: Unknown entity 'b7926f6ec7c3705c575524a6b1c3fe48'
2025-01-16 20:18:39.571 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.640 seconds (success: True)
2025-01-16 20:18:39.613 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.679 seconds (success: True)
2025-01-16 20:18:39.742 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.807 seconds (success: True)
2025-01-16 20:18:39.882 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.949 seconds (success: True)
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