Hey Guys,
i tried to add to my Sonoff MG24 Hue Essential Lights. Therefor i used the OpenThread software with the OpenThread Border Router Addon & Matter. I see my Thread network in the Thread integration. Autodiscovery wont work for the OpenThread Border Router Integration but i can add it via the REST-URL. The Matter-Server auto-configured istself with the first start,
Now i tried to add the Bulb with the Matter Code. It gets found but tells me that there is no Thread network.
HA runns in a VM on Proxmox, but i also got the same error on a Pi 4
Dose someone know where the Error is ?
“integration_manifest”: {
“domain”: “matter”,
“name”: “Matter”,
“after_dependencies”: [
“hassio”
],
“codeowners”: [
“home-assistant/matter”
],
“config_flow”: true,
“dependencies”: [
“websocket_api”
],
“documentation”: “Matter - Home Assistant”,
“iot_class”: “local_push”,
“requirements”: [
“python-matter-server==8.1.0”
],
“zeroconf”: [
“_matter._tcp.local.”,
“_matterc._udp.local.”
],
“is_built_in”: true,
“overwrites_built_in”: false
},
“setup_times”: {
“null”: {
“setup”: 0.000277192999988074
},
“01KBCYC75B5BRGYXFQ58PVS2KH”: {
“wait_import_platforms”: -9.837100000709142e-05,
“wait_base_component”: -0.0005830539999891471,
“config_entry_setup”: 0.02457106700001077
}
},
“data”: {
“server”: {
“info”: {
“fabric_id”: 2,
“compressed_fabric_id”: 17528432947276182459,
“schema_version”: 11,
“min_supported_schema_version”: 9,
“sdk_version”: “2025.7.0”,
“wifi_credentials_set”: false,
“thread_credentials_set”: false,
“bluetooth_enabled”: false
},
“nodes”: ,
“events”:
}
},
“issues”:
}