That would explain a lot. While it is valuable to bear in mind that multi-admin is going to multiply the traffic, two or three times next to nothing is still next to nothing so there must be something significant going on.
Article doesnât mention Matter however HomeOS will obviously support it.
Iâm curious about that IKEA button since there are two ways to expose buttons to Matter:
- As momentary switch (Generic Switch), like native Matter smart buttons or the way they bridge Zigbee buttons.
- As on/off control or scene controllers for lights like they do in Zigbee to bind to their Zigbee lights or some devices like the Tapo S200B are bridged.
If they pick the binding approach, which coming from IKEA would be expected, it wonât work in SmartThings: Support for Matter OnOff and Level clients?
They may as well implement both ways of operation so it is exposed as Generic Switch to work with any platform and also allows binding.
I canât get a sense of scale with it. It would be quite a departure if it were mounted on a back box and permanently wired, but if it is AAA battery powered it would have to be quite a chunky monkey.
I believe itâs a prototype because as youâve noticed is too thin. If itâs a wireless button I would expect it to be like the existing RODRET or SOMRIG which have two buttons and already run on NiMH batteries.
Thatâs a fix for the Generic Switch cluster though, which most buttons use. Bindings are not supported in Matter by SmartThings and thatâs why the Tapo S200B cannot work in SmartThings.
The switch cluster is used by the bridged IKEA buttons, because the purpose is exposing them to other platforms and run automations. But weâll have to see how IKEA implements their own native Matter buttons. I donât think theyâll want to lose features when changing protocols so theyâll probably use bindings matching what they do in Zigbee.
I always forget that they have a Matter bridgeâŚ
Availability varies depending on the region. The products are already widely available in the European Union. The US shop lists them, but is currently unable to deliver. Buyers in Canada and Latin America also have to be patient at the moment.
Create a diff between:
and:
I have read that the SLGA is being sunset in favour of managing users in the device details. Presumably there will be some other things.
Yes, the following locks are already using the new sub-driver:
local NEW_MATTER_LOCK_PRODUCTS = {
{0x115f, 0x2802}, -- AQARA, U200
{0x115f, 0x2801}, -- AQARA, U300
{0x147F, 0x0001}, -- U-tec
{0x1533, 0x0001}, -- eufy, E31
{0x1533, 0x0002}, -- eufy, E30
{0x1533, 0x0003}, -- eufy, C34
{0x10E1, 0x2002} -- VDA
The sub-driver also dynamically builds the appropriate profile based on querying the lock for the features it supports such as latch/unlatch, schedules, power source, etc. And for the locks that support users and pins, the lockCodes capability is replaced with:
- id: lockUsers
version: 1
- id: lockCredentials
so that codes can be entered on the device details as you mentioned instead of SLGA.
Looking at the Matter compliance document of Luna, it looks like bindings only allow on/off commands as well as the Step Hue to cycle the colour. Canât see support for controlling brightness for instance but maybe the compliance document is incomplete since thereâs no Level control for the light either.
It also supports the Switch cluster so some buttons are exposed to Matter and can be used in automations (well, thatâs on the video too).
Anyone have screen shots of what managing lock users/codes from device details looks like?


