Skip to content
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

Hanging when not using channel 11 on CC2530 #1077

Closed
nanosonde opened this issue Feb 12, 2019 · 5 comments
Closed

Hanging when not using channel 11 on CC2530 #1077

nanosonde opened this issue Feb 12, 2019 · 5 comments

Comments

@nanosonde
Copy link

I cannot use other channels than channel 11.

The log says:

 zigbee-shepherd:init Start the ZNP as a coordinator... +0ms
  zigbee-shepherd:request REQ --> ZDO:startupFromApp +4ms
  zigbee-shepherd:msgHdlr IND <-- ZDO:stateChangeInd +1s

And then it keeps hanging forever.

zigbee2mqtt version 1.1.1 (commit #a2d378c)
Coordinator firmware version: '20190109'
CC2530 without HW handshake (RTS/CTS)

@JLFN
Copy link
Contributor

JLFN commented Feb 12, 2019

Iam running it on 1.1.1 with chanel 26 no problem

serial:
  port: /opt/zigbee2mqttdev/vusb/zigbee_cc2530
  disable_led: false
advanced:
  pan_id: 6754
  channel: 26
  cache_state: true
  log_level: info
  log_directory: data/log/%TIMESTAMP%
  baudrate: 115200
  rtscts: false
  soft_reset_timeout: 0

@Koenkk
Copy link
Owner

Koenkk commented Feb 12, 2019

Can you try with the latest dev branch?

@nanosonde
Copy link
Author

nanosonde commented Feb 12, 2019

Oh. Embarrassing. I was thinking in terms of Wifi channels (1-11) and NOT Zigbee channels (11-22, [23-26]).
Saw it here: https://support.metageek.com/hc/en-us/articles/203845040-ZigBee-and-WiFi-Coexistence

@nanosonde
Copy link
Author

I think there should be a check for the valid channel range which bails out if it is out of range.

@Koenkk
Copy link
Owner

Koenkk commented Feb 13, 2019

@nanosonde done.

Koenkk added a commit that referenced this issue Feb 13, 2019
wilmardo pushed a commit to wilmardo/zigbee2mqtt that referenced this issue Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants