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

Ember (Sonoff) controller refuses to initialize #183

Open
knutt opened this issue Dec 14, 2024 · 0 comments
Open

Ember (Sonoff) controller refuses to initialize #183

knutt opened this issue Dec 14, 2024 · 0 comments

Comments

@knutt
Copy link

knutt commented Dec 14, 2024

I am new to ZigBeeNet, and my first challenge is to get the example code on the getting started page working with my brand new Sonoff Zigbee 3.0 E USB-stick. Does anyone here have experience with/knowledge about Ember controllers?

To start, I changed the dongle class in line 2 from ZigBeeDongleTiCc2531 to ZigBeeDongleEzsp, and added EzspFrame.SetEzspVersion(7);, corresponding to my firmware version.

But at the statement networkManager.Initialize(); the execution freezes. Diving down the call stack, the hang happens in AshFrameHandler.cs, line 762: _complete = await _tcs.Task;

Any tips?

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

1 participant