Giter Club home page Giter Club logo

Comments (21)

home-assistant avatar home-assistant commented on August 16, 2024

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)

from core.

stefa168 avatar stefa168 commented on August 16, 2024

Oh, so I'm not the only one with that error! #119145

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

Is this a duplicated of #119145? The error is the same but it seems to be getting there a different way than I am. Sorry, I just want to be clear which issue I should follow.

from core.

stefa168 avatar stefa168 commented on August 16, 2024

Is this a duplicated of #119145? The error is the same but it seems to be getting there a different way than I am. Sorry, I just want to be clear which issue I should follow.

I'm not a project collaborator, but I think that bringing under the other issue your experience would be very useful!

from core.

agners avatar agners commented on August 16, 2024

Is this a duplicated of #119145? The error is the same but it seems to be getting there a different way than I am. Sorry, I just want to be clear which issue I should follow.

At first, it seemed to me a duplicate, even though you are using a different device. But maybe there are different causes. I need more information.

What version of the Python Matter server are you using? Are you using the container version of it?

If you are using container version, and set a custom command: Make sure to pass a valid storage path to it (see the default command line of the underlying container https://github.com/home-assistant-libs/python-matter-server/blob/main/Dockerfile#L36).

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

I am using the latest version of the Matter (BETA) integration. I am not sure which version of Python Matter that uses

from core.

agners avatar agners commented on August 16, 2024

I am worried about the version of the Matter Server add-on. The certificates used to do the attestation verification are stored on the server side.

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

Ah ok, running version 6.1.0

from core.

agners avatar agners commented on August 16, 2024

Can you check the add-on logs if certificates got fetched on last start?

If your logs in the frontend don't go back far enough, you can use this command to get more log lines:

ha addons logs -n 5000 core_matter_server

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

Here are all of the logs since the last start up

^[[34m-----------------------------------------------------------^[[0m                                                                                                                  
^[[34m Add-on: Matter Server^[[0m                                                                                                                                                       
^[[34m Matter WebSocket Server for Home Assistant Matter support.^[[0m                                                                                                                  
^[[34m-----------------------------------------------------------^[[0m                                                                                                                  
^[[34m Add-on version: 6.1.0^[[0m                                                                                                                                                       
^[[32m You are running the latest version of this add-on.^[[0m                                                                                                                          
^[[34m System: Home Assistant OS 12.2  (aarch64 / green)^[[0m                                                                                                                           
^[[34m Home Assistant Core: 2024.5.1^[[0m                                                                                                                                               
^[[34m Home Assistant Supervisor: 2024.06.0^[[0m                                                                                                                                        
^[[34m-----------------------------------------------------------^[[0m                                                                                                                  
^[[34m Please, share the above information when looking for help^[[0m                                                                                                                   
^[[34m or support in, e.g., GitHub, forums or the Discord chat.^[[0m                                                                                                                    
^[[34m-----------------------------------------------------------^[[0m                                                                                                                  
s6-rc: info: service banner successfully started                                                                                                                                        
s6-rc: info: service matter-server: starting                                                                                                                                            
s6-rc: info: service matter-server successfully started                                                                                                                                 
s6-rc: info: service legacy-services: starting                                                                                                                                          
[18:02:02] INFO: ^[[32mStarting Matter Server...^[[0m                                                                                                                                   
s6-rc: info: service legacy-services successfully started                                                                                                                               
[18:02:06] INFO: ^[[32mUsing 'end0' as primary network interface.^[[0m                                                                                                                  
[18:02:07] INFO: ^[[32mSuccessfully send discovery information to Home Assistant.^[[0m                                                                                                  
2024-06-07 18:02:15.336 (MainThread) INFO [matter_server.server.stack] Initializing CHIP/Matter Logging...                                                                              
2024-06-07 18:02:15.337 (MainThread) INFO [matter_server.server.stack] Initializing CHIP/Matter Controller Stack...                                                                     
[1717801335.460826][126:126] CHIP:CTL: Setting attestation nonce to random value                                                                                                        
[1717801335.461674][126:126] CHIP:CTL: Setting CSR nonce to random value                                                                                                                
[1717801335.464625][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_kvs                                                                                      
[1717801335.465199][126:126] CHIP:DL: writing settings to file (/tmp/chip_kvs-6pA4PJ)                                                                                                   
[1717801335.465510][126:126] CHIP:DL: renamed tmp file to file (/tmp/chip_kvs)                                                                                                          
[1717801335.466187][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_factory.ini                                                                             
[1717801335.466507][126:126] CHIP:DL: writing settings to file (/data/chip_factory.ini-Aix7XJ)                                                                                          
[1717801335.466731][126:126] CHIP:DL: renamed tmp file to file (/data/chip_factory.ini)                                                                                                 
[1717801335.466870][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_config.ini                                                                              
[1717801335.467131][126:126] CHIP:DL: writing settings to file (/data/chip_config.ini-CwUUhL)                                                                                           
[1717801335.467354][126:126] CHIP:DL: renamed tmp file to file (/data/chip_config.ini)                                                                                                  
[1717801335.467498][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_counters.ini                                                                            
[1717801335.467765][126:126] CHIP:DL: writing settings to file (/data/chip_counters.ini-KxJFnL)                                                                                         
[1717801335.467994][126:126] CHIP:DL: renamed tmp file to file (/data/chip_counters.ini)                                                                                                
[1717801335.468928][126:126] CHIP:DL: writing settings to file (/data/chip_factory.ini-sVGQGI)                                                                                          
[1717801335.469550][126:126] CHIP:DL: renamed tmp file to file (/data/chip_factory.ini)                                                                                                 
[1717801335.469622][126:126] CHIP:DL: NVS set: chip-factory/unique-id = "51D34906BF63C36D"                                                                                              
[1717801335.469948][126:126] CHIP:DL: writing settings to file (/data/chip_factory.ini-E43VXI)                                                                                          
[1717801335.473450][126:126] CHIP:DL: renamed tmp file to file (/data/chip_factory.ini)                                                                                                 
[1717801335.473533][126:126] CHIP:DL: NVS set: chip-factory/vendor-id = 65521 (0xFFF1)                                                                                                  
[1717801335.473869][126:126] CHIP:DL: writing settings to file (/data/chip_factory.ini-IrItXJ)                                                                                          
[1717801335.474531][126:126] CHIP:DL: renamed tmp file to file (/data/chip_factory.ini)                                                                                                 
[1717801335.474609][126:126] CHIP:DL: NVS set: chip-factory/product-id = 32769 (0x8001)                                                                                                 
[1717801335.474911][126:126] CHIP:DL: writing settings to file (/data/chip_counters.ini-gnIJQJ)                                                                                         
[1717801335.475469][126:126] CHIP:DL: renamed tmp file to file (/data/chip_counters.ini)                                                                                                
[1717801335.475540][126:126] CHIP:DL: NVS set: chip-counters/reboot-count = 1 (0x1)                                                                                                     
[1717801335.475856][126:126] CHIP:DL: writing settings to file (/data/chip_counters.ini-Q9JOuI)                                                                                         
[1717801335.476436][126:126] CHIP:DL: renamed tmp file to file (/data/chip_counters.ini)
[1717801335.476891][126:126] CHIP:DL: writing settings to file (/data/chip_counters.ini-tw5aTJ)                                                                                         
[1717801335.477535][126:126] CHIP:DL: renamed tmp file to file (/data/chip_counters.ini)                                                                                                
[1717801335.477610][126:126] CHIP:DL: NVS set: chip-counters/boot-reason = 0 (0x0)                                                                                                      
[1717801335.477936][126:126] CHIP:DL: writing settings to file (/data/chip_config.ini-M7yIJI)                                                                                           
[1717801335.478512][126:126] CHIP:DL: renamed tmp file to file (/data/chip_config.ini)                                                                                                  
[1717801335.478585][126:126] CHIP:DL: NVS set: chip-config/regulatory-location = 0 (0x0)                                                                                                
[1717801335.478935][126:126] CHIP:DL: writing settings to file (/data/chip_config.ini-0CL9AJ)                                                                                           
[1717801335.479582][126:126] CHIP:DL: renamed tmp file to file (/data/chip_config.ini)                                                                                                  
[1717801335.479656][126:126] CHIP:DL: NVS set: chip-config/location-capability = 2 (0x2)                                                                                                
[1717801335.480760][126:126] CHIP:DL: Got Ethernet interface: end0                                                                                                                      
[1717801335.481527][126:126] CHIP:DL: Found the primary Ethernet interface:end0                                                                                                         
[1717801335.482867][126:126] CHIP:DL: Failed to get WiFi interface                                                                                                                      
[1717801335.482910][126:126] CHIP:DL: Failed to reset WiFi statistic counts                                                                                                             
2024-06-07 18:02:15.484 (MainThread) WARNING [PersistentStorage] Initializing persistent storage from file: /data/chip.json                                                             
2024-06-07 18:02:15.485 (MainThread) ERROR [root] [Errno 2] No such file or directory: '/data/chip.json'                                                                                
2024-06-07 18:02:15.485 (MainThread) CRITICAL [root] Could not load configuration from /data/chip.json - resetting configuration...                                                     
2024-06-07 18:02:15.486 (MainThread) WARNING [root] No valid SDK configuration present - clearing out configuration                                                                     
2024-06-07 18:02:15.486 (MainThread) WARNING [root] No valid REPL configuration present - clearing out configuration                                                                    
2024-06-07 18:02:15.896 (MainThread) WARNING [CertificateAuthorityManager] Loading certificate authorities from storage...                                                              
2024-06-07 18:02:15.897 (MainThread) WARNING [CertificateAuthority] New CertificateAuthority at index 1                                                                                 
2024-06-07 18:02:15.909 (MainThread) WARNING [FabricAdmin] New FabricAdmin: FabricId: 0x0000000000000002, VendorId = 0x134B                                                             
2024-06-07 18:02:15.910 (MainThread) INFO [matter_server.server.stack] CHIP Controller Stack initialized.                                                                               
2024-06-07 18:02:15.911 (MainThread) WARNING [FabricAdmin] Allocating new controller with CaIndex: 1, FabricId: 0x0000000000000002, NodeId: 0x000000000001B669, CatTags: []             
2024-06-07 18:02:15.978 (MainThread) INFO [matter_server.server.server] Starting the Matter Server...                                                                                   
2024-06-07 18:02:15.992 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetching the latest PAA root certificates from DCL.                                           
2024-06-07 18:02:20.271 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 58 PAA root certificates from DCL.                                                    
2024-06-07 18:02:23.205 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 74 PAA root certificates from Test DCL.                                               
2024-06-07 18:02:23.206 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetching the latest PAA root certificates from Git.                                           
2024-06-07 18:02:24.811 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 5 PAA root certificates from Git.                                                     
2024-06-07 18:02:24.816 (MainThread) INFO [matter_server.server.device_controller] Loaded 0 nodes from stored configuration                                                             
2024-06-07 18:02:24.837 (MainThread) INFO [matter_server.server.vendor_info] Loading vendor info from storage.                                                                          
2024-06-07 18:02:24.837 (MainThread) INFO [matter_server.server.vendor_info] Loaded 0 vendors from storage.                                                                             
2024-06-07 18:02:24.838 (MainThread) INFO [matter_server.server.vendor_info] Fetching the latest vendor info from DCL.                                                                  
2024-06-07 18:02:25.190 (MainThread) INFO [matter_server.server.vendor_info] Fetched 198 vendors from DCL.                                                                              
2024-06-07 18:02:25.191 (MainThread) INFO [matter_server.server.vendor_info] Saving vendor info to storage.                                                                             
2024-06-08 16:58:01.640 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 1 (attempt 1/3).                               
2024-06-08 16:58:03.468 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 16:58:05.389 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 16:58:05.401 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 16:58:05.593 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:124410173 on exchange 30690i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 16:58:05.594 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 16:58:10.596 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 1 (attempt 2/3).                               
2024-06-08 16:58:11.404 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 16:58:13.368 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 16:58:13.369 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 16:58:13.571 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:198644201 on exchange 30699i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 16:58:13.572 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 16:58:18.575 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 1 (attempt 3/3).                               
2024-06-08 16:58:19.376 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 16:58:21.305 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 16:58:21.306 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 16:58:21.506 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 16:58:21.508 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: Commission with code failed for node 1.  
2024-06-08 17:14:07.893 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 2 (attempt 1/3).                               
2024-06-08 17:14:09.222 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:14:10.541 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:14:10.542 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:14:10.744 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:70160853 on exchange 30717i with Node: <0000000000000000, 0>:src/messaging/
2024-06-08 17:14:10.745 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:14:15.749 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 2 (attempt 2/3).                               
2024-06-08 17:14:16.911 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:14:18.680 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:14:18.681 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:14:18.883 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:8793796 on exchange 30726i with Node: <0000000000000000, 0>:src/messaging/E
2024-06-08 17:14:18.883 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:14:23.887 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 2 (attempt 3/3).                               
2024-06-08 17:14:25.161 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:14:26.620 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:14:26.620 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:14:26.755 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:24422672 on exchange 30735i with Node: <0000000000000000, 0>:src/messaging/
2024-06-08 17:14:26.756 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:14:26.757 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: Commission with code failed for node 2.  
2024-06-08 17:15:29.693 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 3 (attempt 1/3).                               
2024-06-08 17:15:31.012 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:15:32.505 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:15:32.506 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:15:32.714 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:152538168 on exchange 30744i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:15:32.715 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:15:37.718 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 3 (attempt 2/3).                               
2024-06-08 17:15:38.972 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:15:40.624 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:15:40.625 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:15:40.824 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:151206063 on exchange 30753i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:15:40.825 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:15:45.829 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 3 (attempt 3/3).                               
2024-06-08 17:15:47.064 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:15:48.603 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:15:48.603 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:15:48.807 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:125268229 on exchange 30762i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:15:48.807 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:15:48.809 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: Commission with code failed for node 3.  
2024-06-08 17:21:01.450 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 4 (attempt 1/3).                               
2024-06-08 17:21:02.841 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:21:04.294 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:21:04.294 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:21:04.515 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:146259355 on exchange 30771i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:21:04.516 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:21:09.521 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 4 (attempt 2/3).                               
2024-06-08 17:21:10.674 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:21:12.169 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:21:12.169 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:21:12.371 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:62228586 on exchange 30780i with Node: <0000000000000000, 0>:src/messaging/
2024-06-08 17:21:12.372 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:21:17.376 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 4 (attempt 3/3).                               
2024-06-08 17:21:18.845 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:21:20.518 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:21:20.519 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:21:20.730 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:210698252 on exchange 30789i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:21:20.731 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:21:20.733 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: Commission with code failed for node 4.  
2024-06-08 17:35:20.897 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 5 (attempt 1/3).                               
2024-06-08 17:35:22.156 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:35:23.918 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:35:23.919 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:35:24.130 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:152075539 on exchange 30798i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:35:24.131 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:35:29.134 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 5 (attempt 2/3).                               
2024-06-08 17:35:30.595 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:35:32.097 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:35:32.098 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:35:32.299 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:107344574 on exchange 30807i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:35:32.300 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:35:37.303 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 5 (attempt 3/3).                               
2024-06-08 17:35:38.763 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:35:40.414 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:35:40.415 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:35:40.621 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:116512709 on exchange 30816i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:35:40.622 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:35:40.623 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: Commission with code failed for node 5.  
2024-06-08 17:35:45.579 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 6 (attempt 1/3).                               
2024-06-08 17:35:46.936 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:35:48.457 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:35:48.457 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:35:48.669 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:77440652 on exchange 30825i with Node: <0000000000000000, 0>:src/messaging/
2024-06-08 17:35:48.670 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:35:53.676 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 6 (attempt 2/3).                               
2024-06-08 17:35:54.895 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:35:56.504 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:35:56.504 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:35:56.736 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:235258002 on exchange 30834i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:35:56.737 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:36:01.740 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 6 (attempt 3/3).                               
2024-06-08 17:36:03.003 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:36:04.473 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:36:04.474 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:36:04.677 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:69594221 on exchange 30843i with Node: <0000000000000000, 0>:src/messaging/
2024-06-08 17:36:04.677 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:36:04.679 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: Commission with code failed for node 6.  
2024-06-08 17:36:11.407 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 7 (attempt 1/3).                               
2024-06-08 17:36:11.412 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: src/setup_payload/ManualSetupPayloadParse
2024-06-08 17:50:28.530 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 8 (attempt 1/3).                               
2024-06-08 17:50:29.898 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:50:31.668 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:50:31.669 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:50:31.869 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:229362669 on exchange 30852i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:50:31.870 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:50:36.875 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 8 (attempt 2/3).                               
2024-06-08 17:50:37.659 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:50:39.485 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:50:39.485 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:50:39.692 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:41889288 on exchange 30861i with Node: <0000000000000000, 0>:src/messaging/
2024-06-08 17:50:39.692 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:50:44.697 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 8 (attempt 3/3).                               
2024-06-08 17:50:45.426 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 17:50:47.245 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 17:50:47.246 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 17:50:47.456 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:233760096 on exchange 30870i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 17:50:47.457 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 17:50:47.458 (MainThread) ERROR [matter_server.server.client_handler] [281473639486096] Error while handling: commission_with_code: Commission with code failed for node 8.  
2024-06-08 19:43:05.739 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 9 (attempt 1/3).                               
2024-06-08 19:43:07.676 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 19:43:09.511 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 19:43:09.512 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 19:43:09.713 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:188515054 on exchange 30879i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 19:43:09.714 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 19:43:14.717 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 9 (attempt 2/3).                               
2024-06-08 19:43:15.521 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 19:43:17.399 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 19:43:17.399 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 19:43:17.600 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:155855920 on exchange 30888i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 19:43:17.601 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 19:43:22.603 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 9 (attempt 3/3).                               
2024-06-08 19:43:23.403 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 19:43:25.261 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 19:43:25.262 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 19:43:25.459 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:257980196 on exchange 30897i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 19:43:25.460 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 19:43:25.462 (MainThread) ERROR [matter_server.server.client_handler] [281473639488144] Error while handling: commission_with_code: Commission with code failed for node 9.  
2024-06-08 19:57:04.569 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 10 (attempt 1/3).                              
2024-06-08 19:57:06.792 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 19:57:08.785 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 19:57:08.786 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 19:57:08.988 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:184267807 on exchange 30906i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 19:57:08.989 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 19:57:13.992 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 10 (attempt 2/3).                              
2024-06-08 19:57:14.795 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 19:57:16.691 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 19:57:16.691 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 19:57:16.900 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:65319834 on exchange 30915i with Node: <0000000000000000, 0>:src/messaging/
2024-06-08 19:57:16.901 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 19:57:21.906 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 10 (attempt 3/3).                              
2024-06-08 19:57:22.700 (Dummy-2) INFO [root] Established secure session with Device                                                                                                    
2024-06-08 19:57:24.703 (Dummy-2) CHIP_ERROR [chip.native.CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationR
2024-06-08 19:57:24.703 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000
2024-06-08 19:57:24.905 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:104364771 on exchange 30924i with Node: <0000000000000000, 0>:src/messaging
2024-06-08 19:57:24.906 (Dummy-2) WARNING [root] Failed to commission: src/controller/CHIPDeviceController.cpp:1145: CHIP Error 0x000000AC: Internal error                              
2024-06-08 19:57:24.907 (MainThread) ERROR [matter_server.server.client_handler] [281473639488144] Error while handling: commission_with_code: Commission with code failed for node 10. 

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

Just checking if my issues is the same one that is called out here?

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

@agners any follow up on this? Can we reopen the issue if it is not in face a duplicate?

from core.

agners avatar agners commented on August 16, 2024

Just checking if my issues is the same one that is called out here?

Yeah quite likely that yours is caused by the same problem. Did you restart your Matter Server and tried pairing again?

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

Tried restarting. Same issue. This is also not the first time I have tried restarting. Can we open this issue back up because it does not appear to be a duplicate of other issues

from core.

agners avatar agners commented on August 16, 2024

Do you still get the same error as above?

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

Ummm, I don't think so... though there are no logs from the time I tried to add the device. This is only from when I restarted the Matter Server

-----------------------------------------------------------
 Add-on: Matter Server
 Matter WebSocket Server for Home Assistant Matter support.
-----------------------------------------------------------
 Add-on version: 6.1.2
 You are running the latest version of this add-on.
 System: Home Assistant OS 12.2  (aarch64 / green)
 Home Assistant Core: 2024.6.2
 Home Assistant Supervisor: 2024.06.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service banner successfully started
s6-rc: info: service matter-server: starting
s6-rc: info: service matter-server successfully started
s6-rc: info: service legacy-services: starting
[16:09:59] INFO: Starting Matter Server...
s6-rc: info: service legacy-services successfully started
[16:10:02] INFO: Using 'end0' as primary network interface.
[16:10:04] INFO: Successfully send discovery information to Home Assistant.
2024-06-11 16:10:11.696 (MainThread) INFO [matter_server.server.stack] Initializing CHIP/Matter Logging...
2024-06-11 16:10:11.697 (MainThread) INFO [matter_server.server.stack] Initializing CHIP/Matter Controller Stack...
[1718140211.817132][126:126] CHIP:CTL: Setting attestation nonce to random value
[1718140211.817797][126:126] CHIP:CTL: Setting CSR nonce to random value
[1718140211.820386][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_kvs
[1718140211.820994][126:126] CHIP:DL: writing settings to file (/tmp/chip_kvs-BHJEeH)
[1718140211.821314][126:126] CHIP:DL: renamed tmp file to file (/tmp/chip_kvs)
[1718140211.821943][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_factory.ini
[1718140211.822410][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_config.ini
[1718140211.822647][126:126] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_counters.ini
[1718140211.823382][126:126] CHIP:DL: writing settings to file (/data/chip_counters.ini-lj4PVK)
[1718140211.824061][126:126] CHIP:DL: renamed tmp file to file (/data/chip_counters.ini)
[1718140211.824135][126:126] CHIP:DL: NVS set: chip-counters/reboot-count = 6 (0x6)
[1718140211.825216][126:126] CHIP:DL: Got Ethernet interface: end0
[1718140211.825940][126:126] CHIP:DL: Found the primary Ethernet interface:end0
[1718140211.827265][126:126] CHIP:DL: Failed to get WiFi interface
[1718140211.827309][126:126] CHIP:DL: Failed to reset WiFi statistic counts
2024-06-11 16:10:11.829 (MainThread) WARNING [PersistentStorage] Initializing persistent storage from file: /data/chip.json
2024-06-11 16:10:11.829 (MainThread) WARNING [PersistentStorage] Loading configuration from /data/chip.json...
2024-06-11 16:10:12.271 (MainThread) WARNING [CertificateAuthorityManager] Loading certificate authorities from storage...
2024-06-11 16:10:12.272 (MainThread) WARNING [CertificateAuthority] New CertificateAuthority at index 1
2024-06-11 16:10:12.275 (MainThread) WARNING [CertificateAuthority] Loading fabric admins from storage...
2024-06-11 16:10:12.276 (MainThread) WARNING [FabricAdmin] New FabricAdmin: FabricId: 0x0000000000000002, VendorId = 0x134B
2024-06-11 16:10:12.277 (MainThread) INFO [matter_server.server.stack] CHIP Controller Stack initialized.
2024-06-11 16:10:12.279 (MainThread) INFO [matter_server.server.server] Starting the Matter Server...
2024-06-11 16:10:12.292 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Skip fetching certificates (already fetched within the last 24h).
2024-06-11 16:10:12.293 (MainThread) WARNING [FabricAdmin] Allocating new controller with CaIndex: 1, FabricId: 0x0000000000000002, NodeId: 0x000000000001B669, CatTags: []
2024-06-11 16:10:12.710 (Dummy-2) CHIP_ERROR [chip.native.DL] Long dispatch time: 412 ms, for event type 2
2024-06-11 16:10:12.730 (MainThread) INFO [matter_server.server.device_controller] Loaded 0 nodes from stored configuration
2024-06-11 16:10:12.753 (MainThread) INFO [matter_server.server.vendor_info] Loading vendor info from storage.
2024-06-11 16:10:12.775 (MainThread) INFO [matter_server.server.vendor_info] Loaded 203 vendors from storage.
2024-06-11 16:10:12.775 (MainThread) INFO [matter_server.server.vendor_info] Fetching the latest vendor info from DCL.
2024-06-11 16:10:13.411 (MainThread) INFO [matter_server.server.vendor_info] Fetched 201 vendors from DCL.
2024-06-11 16:10:13.412 (MainThread) INFO [matter_server.server.vendor_info] Saving vendor info to storage.

from core.

agners avatar agners commented on August 16, 2024

Ummm, I don't think so... though there are no logs from the time I tried to add the device. This is only from when I restarted the Matter Server

So what happens now when you try to add the device? Any errors on your phone? How do you add the device exactly?

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

With the code on the side of the device via the iOS companion app
https://github.com/home-assistant/core/assets/8905729/25949d6b-1f13-4cbb-88f5-4ac1b183aba5

Also attempted to add with the device showing as discovered and entering the code but got the same error. These failures do not even seem to be producing logs on the Matter Server

from core.

agners avatar agners commented on August 16, 2024

It seems you already paired with Apple Home. The code on the box can only be used for the first commissioning. From then onwards only sharing from the exisiting controller works.

Unless you factory reset the device again, in which case you can use the code from the box again.

Can you see the device working in Apple Home? The sharing from Apple Home and using that code should work πŸ€”

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

I have not paired with Apple Home and have factory reset the device multiple times. During one attempt I was able to pair it with Google Home, but then sharing the device with Home Assistant also failed

from core.

rmcandrews avatar rmcandrews commented on August 16, 2024

After completely uninstalling and reinstalling nearly everything I could think of it worked via first adding it to Google Home and sharing it with Home Assistant. Thanks for your patience and help.

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.