Openthread: Difference between revisions

Jeantil (talk | contribs)
describe how to integrate with home assistant and matter
m Reflect the change from backboneInterface to services.openthread-border-router.backboneInterfaces
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
     openthread-border-router = {
     openthread-border-router = {
       enable = true;
       enable = true;
       backboneInterface = "eno1";
       backboneInterfaces = [ "eno1" ];
       # logLevel = "notice"; controls the log levels
       # logLevel = "notice"; controls the log levels
       radio = {  
       radio = {  
Line 67: Line 67:
   }
   }
</syntaxhighlight>And you will need to enable the [[Matter Server]] module.
</syntaxhighlight>And you will need to enable the [[Matter Server]] module.
[[File:Home_assistant_thread_large.png|center|frameless|891x891px]]
Once restarted, home assistant should detect the Open thread border router, the corresponding Thread network and the matter server automatically and propose to add them as integrations.


Once restarted, home assistant should detect the Open thread border router, the corresponding Thread network and the matter server automatically and propose to add them as integrations.
[[File:Home assistant thread large.png|frameless|891x891px]]
At this point you should be ready to commission your first device.  
At this point you should be ready to commission your first device.  
[[Category:Software]]
[[Category:Software]]
[[Category:Applications]]
[[Category:Applications]]