Hey, I'm trying to connect Eve Energy devices to my HASS instance. They are currently connected to Apple Home network.
I did it before for a few other devices (also Eve Energy, but not only) with success, but there's a problem I come across with two of those. The error message is basically the same for both:
2025-11-04 18:10:28.070 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 40.
2025-11-04 18:10:28.618 (Dummy-2) INFO [chip.ChipDeviceCtrl] Established secure session with Device
2025-11-04 18:10:31.193 (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'SendNOC': 'src/controller/CHIPDeviceController.cpp:1718: CHIP Error 0x0000007E: Trying to add a NOC for a fabric that already exists'
2025-11-04 18:10:31.346 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to send Solitary ack for MessageCounter:116957240 on exchange 1699i with Node: <0000000000000000, 0>:src/messaging/ExchangeContext.cpp:99: CHIP Error 0x00000002: Connection aborted
2025-11-04 18:10:31.347 (Dummy-2) WARNING [chip.ChipDeviceCtrl] Failed to commission: src/controller/CHIPDeviceController.cpp:1718: CHIP Error 0x0000007E: Trying to add a NOC for a fabric that already exists
2025-11-04 18:10:31.347 (MainThread) ERROR [matter_server.server.client_handler] [547030720032] Error while handling: commission_with_code: Commission with code failed for node 40.
Googling shows that Trying to add a NOC for a fabric that already exists may mean that I already have that device added to my HASS, but if by any chance I do, I cannot find it anywhere.
Is there anything I can do to fix this issue without factory resetting those devices?