Get zigbee frequency

Hello together,

i am using a pi and some cc2531 modules. There are a lot of devices (40xzigbee, 100xwlan), and i have some connection problems. now i will try to set the frequencys far away from each other (zigbee <> wlan). i assume that i cant change it from zigbee but on my wlan router. is there any way to determine which freqencys (slots) the zigbee-devices are using?

Thank you!

Your channel is defined in configuration.yaml :

advanced:
  rtscts: false
  pan_id: 6754
  channel: 25
  network_key:

If you change your Zigbee channel, you need to re-pair your devices !

The advanced section only seems to be in the configuration.yaml file if you first set up your zigbee2mqtt installation with a version older than May 24, 2018. Is there a way to determine the used channel in case you configuration.yaml file doesn’t have this section?

The default channel should be 11. At least that’s what the documentation says.

1 Like