Cross-posting from the Home Assistant community (link) since it’s unclear where the issue lies. Will summarize here:
- ~30 Inovelli white dimmers installed throughout the house
- 3 backhauled Eero Pro 6E’s as routers & thread border routers
- Home Assistant on a RPi5 hardwired into one of the Eeros running HAOS
- Everything updated to latest, including 1.0.5 switch firmware
Eventually with no discernible pattern some switches stop being able to connect with HA. This comment describes the issue with detailed logs from HA’s matter server: HA is sending a CASE Sigma3 but it doesn’t look like the device is accepting it, as it keeps re-sending a Sigma2. This pattern continues even through reboots, but resolves upon factory reset/re-pairing.
This makes me believe that something is wrong with how the encryption is being handled, but I’m unable to debug any further (I had hoped to manually impersonate the matter server via chip-tool
, but I don’t think the tool is capable of it).
It’s worth sharing that I have added to the ACL of some of these switches as part of binding them together. Of note there:
- Not all of the problematic switches have had this change, it’s about 50/50 (so it’s unlikely to be cause of the problem).
- The binding still functions properly even when HA can’t connect.
Any advice on further debugging would be greatly appreciated.