-
Notifications
You must be signed in to change notification settings - Fork 88
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
Setting channel mask for quietest channel selection #1051
Comments
For Ember and Telegesis chips, this is already implemented: See Lines 143 to 145 in 4d678e6
and Lines 871 to 876 in 4d678e6
Just pass the UNKNOWN channel when creating the network. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@triller-telekom But I don't think you can set a custom channel mask, right? For eg: if I wanted the library to just scan channels 11, 14, 15, 19, 20, 24, and 25, is there a way to do that? Is #958 related to these questions? |
Correct.
No, this hasn't been implemented yet. Feel free to come up with a PR :-)
No.
Yes. |
Thanks, @triller-telekom. I can give it a shot in my free time, I'll ask for further details on the other ticket 😄 |
Hi,
We would like to be able to set a channel mask before forming the network so that the quietest channel will be selected (in case no channel is set before starting the network manager).
There is a field channels in the Ember network parameters, but I guess it hasn't been intended for this use, am I right?
com.zsmartsystems.zigbee/com.zsmartsystems.zigbee.dongle.ember/src/main/java/com/zsmartsystems/zigbee/dongle/ember/ezsp/structure/EmberNetworkParameters.java
Line 84 in 4d678e6
Would it be possible to use it for this purpose?
Thanks,
Mickael
The text was updated successfully, but these errors were encountered: