Skip to content

Ember (Sonoff) controller refuses to initialize #183

@knutt

Description

@knutt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions