How to exclude devices? #20
|
I tried adding this to JSON and deleting the devices from cache. That didn't seem to help. |
Replies: 8 comments 2 replies
|
At this time, I do not allow for excluding devices. It should only pick up devices that are not native HomeKit or Matter devices and add them all if they're supported. Are you suggesting to add a way to exclude devices even if they're supported? Should be possible, would prefer to use MAC Addresses instead of names, since that could be unreliable and if the name changes then you'd have to update the exclude list. Thoughts? |
|
It's picking up both of my EP25 smart plugs which are supported by HomeKit and already onboarded directly to my Apple TV hub. I agree that MAC Address exclusions would be more reliable but those don't appear to output in the plugin log. I prefer a UX that brings the necessary information to the user instead of having to dig through router settings, etc.. So, in this case, the device name and/or deviceID (803...) from the logs may be easier if they remain visible in the logs (maybe as a separate output under ---EXCLUDE DEVICES---?) may be easier. |
|
@GitHubGoody It should already filter those out. Can you enable debug logging in Homebridge and post the log of the device discovery? |
|
After a few more restarts, it seems that both of my issues may be resolved, but I'll include the logs starting just prior to this last restart in case you see something that should still be addressed. |
|
Ok, keep an eye on it. The beta is a much better plug-in than the latest release unfortunately. I haven't pushed it to release as many users may not have Python 3.11 or higher yet. There are some pieces I'm still cleaning up in the beta and some additional logging I'm going to enable as well through settings. |
|
@GitHubGoody give v2.7.0-beta.10 a try and let me know. |
|
Thanks. I just installed it and everything still seems to work. I'll let you know if that changes. |
|
Ok, the main point of this discussion is resolved with the beta update and the device filtering for native homekit and matter devices. |
Ok, the main point of this discussion is resolved with the beta update and the device filtering for native homekit and matter devices.