home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.22k stars 30.58k forks source link

TP-Link Kasa KS200M - motion activated switch. motion/illum entity not showing up #82377

Closed TRusselo closed 1 year ago

TRusselo commented 1 year ago

The problem

TP-Link Kasa KS200M - motion activated switch.

wifi switch with built in motion sensor, and illumination sensor. only switch entity, and LED entity shows up in home assistant.

What version of Home Assistant Core has the issue?

core-2022.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

TP-link Kasa

Link to integration documentation on our website

home-assistant.io/integrations/tplink/

Diagnostics information

config_entry-tplink-4c8e7dd1fbbb93fb6b37ef9424467168.json.txt

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

TRusselo commented 1 year ago

feature request thread has been waiting 1 year.
https://community.home-assistant.io/t/tp-link-ks220m-smart-swich-with-motion-and-light-sensors-support

i think i saw another thread or post 2 years old in the forum..

i got one yesterday. this is more of a bug/missing feature for new model variant, rather than a "feature request"

TRusselo commented 1 year ago

Ks200 Wi-Fi smart switch Ks220 Wi-Fi smart dimmer Ks200m Wi-Fi smart switch with motion and illum Ks220m Wi-Fi smart dimmer with motion and illum

arakla commented 1 year ago

Looking at the python-kasa documentation, there are modules that support providing motion and ambient light information (as well as configuring them)

https://python-kasa.readthedocs.io/en/latest/design.html

Class - kasa.modules.Motion(device: [SmartDevice], module: str) Class - kasa.modules.AmbientLight(device: [SmartDevice], module: str)

home-assistant[bot] commented 1 year ago

Hey there @rytilahti, @thegardenmonkey, mind taking a look at this issue as it has been labeled with an integration (tplink) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `tplink` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign tplink` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


tplink documentation tplink source (message by IssueLinks)

rytilahti commented 1 year ago

I answered in that thread, thanks for letting me know about its existence: https://community.home-assistant.io/t/tp-link-ks220m-smart-swich-with-motion-and-light-sensors-support/340376/35 - the relevant points in case someone stumbles upon this issue in the future:

As Homeassistant does not use github to track feature requests, I'm closing this issue now.