-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally Hide Groups #16
Comments
(As a note, I'm working on this PR now, I just wanted to use this issue as a tracking issue for the branch) |
Just a heads up |
Are things lowercased in the config parser? I didn't explicitly choose that. A pull request sounds good! Start with lowercase support, and we can debug from there :) |
And i agree with the mechanism, btw. Seems fine to put a flag in the rooms config |
By the way, we already have a If Is that a viable strategy for you? |
I did see that. So right now the Zigbee net is controlled by two things:
That said, I'll run some tests, maybe I can do it without issue. Thanks! (Also I think my comment here #20 (comment) plays into the idea of group friendly name prefixing) |
@konistehrad As we discussed, I think we agree that a more broad, blacklist-based aproach is the way to go. We can keep this issue open, until we land that upcoming PR :) |
Tuya controllers (such as the ERS-10TZBVK-AA) support binding but in a roundabout way: they will broadcast brightness up/brightness down/toggle commands on the first Group they're added to. So if you want to control a single bulb with the controller directly, you create a group containing only the knob and the bulb. Unfortunately, this means the net ends up with "isolation" groups to support these bindings, that shouldn't necessarily be exposed to Bifrost. I propose we add a boolean to the rooms config like so:
which will prevent the group from being exported into BiFrost. Thanks!
The text was updated successfully, but these errors were encountered: