Raza
Raza
I had a related experience recently with a Verizon CR1000A router (I have FIOS home internet) that Home Assistant had been detecting via the UPnP/IGD integration, that I just solved...
thanks @clupss - I had this same issue and your explanation helped (I somehow missed that 'edit' button for each container...) Some of my confusion stems from the docker compose...
Seeing similar issue. I could be wrong, but it looks like the add-on is detecting both of my adapters (SkyConnect and ZWA-2) and then trying to use the ZWA-2, and...
For comparison here are the log entries on 2.6.3 for adapter discovery and match: > [2025-12-05 14:35:24] debug: zh:adapter:discovery: Connected devices: [{"path":"/dev/ttyACM0","manufacturer":"Nabu Casa","serialNumber":"80B54EE0C8EC","pnpId":"usb-Nabu_Casa_ZWA-2_80B54EE0C8EC-if00","vendorId":"303a","productId":"4001"},{"path":"/dev/ttyS0"},{"path":"/dev/ttyS1"},{"path":"/dev/ttyS2"},{"path":"/dev/ttyS3"},{"path":"/dev/ttyUSB0","manufacturer":"Nabu Casa","serialNumber":"92390c4ab6d8ed11a7436b6162c613ac","pnpId":"usb-Nabu_Casa_SkyConnect_v1.0_92390c4ab6d8ed11a7436b6162c613ac-if00-port0","vendorId":"10c4","productId":"ea60"}] > [2025-12-05` 14:35:24] info: zh:adapter:discovery: Matched...
@Nerivec yes. I did some investigating and my best guess is that the problem is in how the fingerprint match loop in [adapterDiscovery.ts](https://github.com/Koenkk/zigbee-herdsman/blob/master/src/adapter/adapterDiscovery.ts) is constructed, resulting in the loop exiting...
And yes, specifying the path in the configuration.yaml for the add-on [as described here](https://www.zigbee2mqtt.io/guide/configuration/adapter-settings.html#basic-configuration) worked. Thanks!
Yes, I have it set to true (in order to sync local dns records). Just wanted to flag a potential issue that comes up without granular sync options (even if...