You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
toZigBeeDongleEzsp
, and addedEzspFrame.SetEzspVersion(7);
, corresponding to my firmware version.But at the statement
networkManager.Initialize();
the execution freezes. Diving down the call stack, the hang happens inAshFrameHandler.cs
, line 762:_complete = await _tcs.Task;
Any tips?
The text was updated successfully, but these errors were encountered: