-
Notifications
You must be signed in to change notification settings - Fork 47
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
NCP requires unsupported version of EZSP #143
Comments
Hi @Mallik-Tarigopula, |
any update? |
I got rid of my issue. I guess by updating the dongle and also Zigbee2MQTT to the latest firmware version. But not sure, it‘s a long time ago. What hardware do you use, @amosrohe ? |
hi tnx Amos |
I got past this error by manually setting the version: |
hi |
I am running NCP on MGM210PA32 Module from Silabs. I have connected NCP to my PC over UART. Below is the log when I run my .Net application. I got an error "NCP requires unsupported version of EZSP". I did not find any option in simplicity studio to change the version of NCP. Can you please guide me how to resolve this issue. Any changes on .Net code will resolve this issue?
Enter COM Port: COM9
[08:05:31 DBG] Network state is updated to INITIALISING
[08:05:31 DBG] EZSP Dongle: Initialize with protocol ASH2.
[08:05:31 DBG] Opening port COM9 at 57600 baud with FLOWCONTROL_OUT_XONOFF
[08:05:31 DBG] ASH: Connect
[08:05:31 DBG] AshFrameHandler parser task started
[08:05:31 DBG] ASH: Reconnect
[08:05:31 DBG] --> TX ASH frame: AshFrameRst []
[08:05:31 DBG] TX EZSP: EzspVersionRequest [desiredProtocolVersion=4]
[08:05:31 DBG] ASH: TX EZSP queue size: 1
[08:05:33 DBG] <-- RX ASH frame: AshFrameRstAck [version=2, resetCode=11, Reset: Software]
[08:05:34 DBG] ASH: Connected
[08:05:34 DBG] Ember: Link State change to True, initialised=False, networkStateUp=False
[08:05:34 DBG] Ember: Link State change to True ignored.
[08:05:34 DBG] --> TX ASH frame: AshFrameData [frmNum=0, ackNum=0, reTx=False, data=01 00 00 04]
[08:05:34 DBG] <-- RX ASH frame: AshFrameData [frmNum=0, ackNum=1, reTx=False, data=01 80 00 08 02 80 67]
[08:05:34 DBG] ASH: Frame acked and removed AshFrameData [frmNum=0, ackNum=0, reTx=False, data=01 00 00 04]
[08:05:34 DBG] EzspVersionResponse [protocolVersion=8, stackType=2, stackVersion=0x6780]
[08:05:34 DBG] RX EZSP: EzspVersionResponse [protocolVersion=8, stackType=2, stackVersion=0x6780]
[08:05:34 ERR] EZSP Dongle: NCP requires unsupported version of EZSP (required = V8, supported = V4)
[08:05:34 DBG] --> TX ASH frame: AshFrameAck [ackNum=1, notRdy=False]
[08:05:34 DBG] Network state is updated to OFFLINE
[08:05:34 ERR] Cannot add supported client cluster 6 when network state is OFFLINE
[08:05:34 ERR] Cannot add supported client cluster 768 when network state is OFFLINE
[08:05:34 ERR] Cannot add supported client cluster 1280 when network state is OFFLINE
PAN ID = 0
Extended PAN ID =
Channel = CHANNEL_00
[08:05:34 DBG] TX EZSP: EzspGetKeyRequest [keyType=EMBER_CURRENT_NETWORK_KEY]
[08:05:34 DBG] ASH: TX EZSP queue size: 1
[08:05:34 DBG] --> TX ASH frame: AshFrameData [frmNum=1, ackNum=1, reTx=False, data=02 00 6A 03]
[08:05:34 DBG] <-- RX ASH frame: AshFrameData [frmNum=1, ackNum=2, reTx=False, data=02 80 01 58]
[08:05:34 DBG] ASH: Frame acked and removed AshFrameData [frmNum=1, ackNum=1, reTx=False, data=02 00 6A 03]
[08:05:34 DBG] RX EZSP: EzspGetLibraryStatusResponse [status=UNKNOWN]
[08:05:34 DBG] --> TX ASH frame: AshFrameAck [ackNum=2, notRdy=False]
The text was updated successfully, but these errors were encountered: