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
71.03k stars 29.68k forks source link

Matter - Kasa Matter Switch and Dimmer Missing Control Entities #121061

Closed domeng83 closed 2 months ago

domeng83 commented 2 months ago

The problem

Kasa Matter switch products: Switch - KS205 Dimmer KS225

Problem: Control in HA over Matter exists for basic function of on/off and level control, but other control entites exposed through Matter clusters for on/off delay, transition time, etc.

If it is possible to expose these additional control entites via Matter server, it would be valuable. Zigbee integrations expose these for switches and bulbs and Matter seems to be supporting but not available in HA yet.

Screenshot of Matter clusters: LevelControlCluster OnOffCluster

What version of Home Assistant Core has the issue?

2024.6.x

What was the last working version of Home Assistant Core?

2024.6.x

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Matter

Link to integration documentation on our website

https://www.home-assistant.io/integrations/matter/

Diagnostics information

kasa_matter_onoff_KS205.json kasa_matter_dimmer_KS225.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 months ago

Hey there @home-assistant/matter, mind taking a look at this issue as it has been labeled with an integration (matter) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `matter` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign matter` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


matter documentation matter source (message by IssueLinks)

marcelveldt commented 2 months ago

Sorry, this is not a place to do feature requests. We are still expanding the Matter integration with additional platforms and mappings to Matter clusters/attributes, next to the fact that Matter itself is still in MVP shape. It will take some time before it can be compared to Zigbee state.

Anyways, I can partially make you happy because some of the missing clusters is in the process of being added as we speak;

A couple of them will be in the release today (2024.7.x) and a few others (ModeSelect etc) will be in the next release.

So keep an eye out for the next release(s) to see the remaining entities.