Smart Lock (4th Generation) - Set up Home Assistant for Remote Access via Thread

Hi, my workaround as follow.
Install OpenThread Border Router and the Matter Server as Add-On.
Connect via Chrome and WebSoketKing to your HA Server as follow:

ws://yourHAIP:5580/ws

send as first the wifi details from your wifi network

{

“message_id”: “1”,

“command”: “set_wifi_credentials”,

“args”: {

"ssid": "wifi-name-here",

"credentials": "wifi-password-here"

}

}

next your thread boarder router TLV…

{

“message_id”: “1”,

“command”: “set_thread_dataset”,

“args”: {

"dataset": "put-credentials-here"

}

}

and the last step your nuki matter code (number below the qr code)

{

“message_id”: “2”,

“command”: “commission_with_code”,

“args”: {

"code": "MT:Y.ABCDEFG123456789"

}

}

No BT Stick, no Mobile or somethink needed…
more details from github /python-matter-server)

same workaround for power plugs, but without step 1 with wifi details set, thats but needed for my situation to work.

b rgds
Joe