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

Assertion failed: Command (setConfigurationValue) returned unexpected state: [object Object] #19168

Open
madner81 opened this issue Oct 4, 2023 · 97 comments
Labels
problem Something isn't working

Comments

@madner81
Copy link

madner81 commented Oct 4, 2023

What happened?

Hi all,
I've a question about a log entry: I've just completed the setup of the addon that uses a SONOFF E Dongle. It seems that everything is woking fine (I've paired just one device at the moment), but every time I start the the zigbee2mqtt, in the log tab of the addon page in Home Assistant, I have an assertion failed entry.

Looking at the log int the /config/zigbee2mqtt/log/ folder, the Assertion Failed entry in not present.

Do you know which is the meaning of this entry and if it represents a potential problem? Considering that I've just paired just one device, I'm still in time to switch to ZHA.

Any help will be really appreciated.

Have a nice day.

What did you expect to happen?

Have a log with no errors

How to reproduce it (minimal and precise)

Just start

Zigbee2MQTT version

1.33.1

Adapter firmware version

7.3.1.0 build 176

Adapter

Sonoff Zigbee 3.0 USB Dongle Plus V2 model "ZBDongle-E"

Debug log

Zigbee2MQTT:info 2023-10-04 11:41:23: Starting Zigbee2MQTT version 1.33.1 (commit #unknown)
Zigbee2MQTT:info 2023-10-04 11:41:23: Starting zigbee-herdsman (0.19.0)
Zigbee2MQTT:debug 2023-10-04 11:41:23: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[XX],"extendedPanID":[XXX,XXX,XX,XXX,X,XXX,XXX,XXX],"networkKey":"HIDDEN","panID":XXXX},"serialPort":{"adapter":"ezsp","path":"/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_XXXXXXXXXXXXXX-XXXX"}}'
Assertion failed: Command (setConfigurationValue) returned unexpected state: [object Object]
Zigbee2MQTT:info 2023-10-04 11:41:27: zigbee-herdsman started (resumed)

@madner81 madner81 added the problem Something isn't working label Oct 4, 2023
@merlinpimpim
Copy link

Same "problem" with a Skyconnect Dongle !

@Tarik2142
Copy link

image
Version 1.30.3 starts

@madner81
Copy link
Author

1.33.1 starts too, I wrote that everything works fine with the only exception of the assertion failed entry in the log

@merlinpimpim
Copy link

Sometime i have the exception of the assertion and z2m won't start. Then I have to launch z2m in debug mode (1 time).

@Palthe
Copy link

Palthe commented Nov 4, 2023

I also appear to have the same error with the kyconnect Dongle :

[22:15:39] INFO: Preparing to start...
[22:15:39] INFO: Socat not enabled
[22:15:40] INFO: Starting Zigbee2MQTT...
Assertion failed: Command (setConfigurationValue) returned unexpected state: [object Object]

@madner81
Copy link
Author

madner81 commented Nov 5, 2023

UPDATE: now it's randomly happening while the addon is working too, not only in the start phase

@stewe93
Copy link

stewe93 commented Dec 4, 2023

Maybe a similar issue here:
I'm using unraid, updated the image and the container fails to start and stuck at this phase:

Using '/app/data' as data directory
Zigbee2MQTT:info  2023-12-04 12:37:03: Logging to console and directory: '/app/data/log/2023-12-04.12-37-03' filename: log.txt
Zigbee2MQTT:info  2023-12-04 12:37:03: Starting Zigbee2MQTT version 1.34.0-dev (commit #5e3bd75)
Zigbee2MQTT:info  2023-12-04 12:37:03: Starting zigbee-herdsman (0.25.2)
Assertion failed: Command (setConfigurationValue) returned unexpected state: [object Object]
Assertion failed: Command (setValue) returned unexpected state: 55

It should restart automatically but it doesn't.

After this, if I restart the container manually, its fine and everything works as expected.

I'm using the Zigbee Dongle-E with multipan fw, if I remember correctly 4.3.1 fw version, configuration.yaml relevant part:

serial:
  port: tcp://localhost:20108
  adapter: ezsp

@cvladan
Copy link

cvladan commented Dec 8, 2023

Same problem. Is there a way to downgrade addon?

@stevenh
Copy link

stevenh commented Dec 14, 2023

Enabling debug, the error appears to occur when configuring the buffer count to 255 and the status code is 55.

  zigbee-herdsman:adapter:ezsp:ezsp Set EzspConfigId.CONFIG_PACKET_BUFFER_COUNT = 255 +0ms
  zigbee-herdsman:adapter:ezsp:ezsp ==> setConfigurationValue: {"configId":1,"value":255} +1ms
  zigbee-herdsman:adapter:ezsp:ezsp ==> {"_cls_":"setConfigurationValue","_id_":83,"_isRequest_":true,"configId":1,"value":255} +0ms
  zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 0c8001530037 +5ms
  zigbee-herdsman:adapter:ezsp:ezsp <== 0x53: {"_cls_":"setConfigurationValue","_id_":83,"_isRequest_":false,"status":55} +0ms
Assertion failed: Command (setConfigurationValue) returned unexpected state: [object Object]

Editing the assertion to be more verbose I got:

Assertion failed: Command (setConfigurationValue) EzspConfigId.CONFIG_PACKET_BUFFER_COUNT = 255 returned unexpected state: {"_cls_":"setConfigurationValue","_id_":83,"_isRequest_":false,"status":55}

@stevenh
Copy link

stevenh commented Dec 14, 2023

Seems to be related to this addon issue

@merlinpimpim
Copy link

Some news ?

[01:04:38] INFO: Preparing to start... [01:04:39] INFO: Socat not enabled [01:04:44] INFO: Starting Zigbee2MQTT... Assertion failed: Command (setConfigurationValue) returned unexpected state: [object Object] Assertion failed: Command (setValue) returned unexpected state: 55

With Skyconnect / Silicon Labs Multiprotocol

@PetziAt
Copy link

PetziAt commented Dec 19, 2023

[12:17:22] INFO: Preparing to start...
[12:17:22] INFO: Socat not enabled
[12:17:25] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:debug 2023-12-19 12:17:31: Loaded state from file /config/zigbee2mqtt/state.json
Zigbee2MQTT:info 2023-12-19 12:17:31: Logging to console and directory: '/config/zigbee2mqtt/log/2023-12-19.12-17-31' filename: log.txt
Zigbee2MQTT:info 2023-12-19 12:17:31: Starting Zigbee2MQTT version 1.34.0 (commit #unknown)
Zigbee2MQTT:info 2023-12-19 12:17:31: Starting zigbee-herdsman (0.25.0)
Zigbee2MQTT:debug 2023-12-19 12:17:31: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[11],"extendedPanID":[112,15,219,255,208,218,208,223],"networkKey":"HIDDEN","panID":18429},"serialPort":{"adapter":"ezsp","path":"/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20221202092823-if00"}}'
Assertion failed: Command (setConfigurationValue) returned unexpected state: [object Object]
Zigbee2MQTT:info 2023-12-19 12:17:34: zigbee-herdsman started (resumed)
Zigbee2MQTT:info 2023-12-19 12:17:34: Coordinator firmware version: '{"meta":{"maintrel":"1 ","majorrel":"7","minorrel":"3","product":12,"revision":"7.3.1.0 build 176"},"type":"EZSP v12"}'
Zigbee2MQTT:debug 2023-12-19 12:17:34: Zigbee network parameters: {"channel":11,"extendedPanID":112,"panID":18429}
Zigbee2MQTT:info 2023-12-19 12:17:34: Currently 0 devices are joined:
Zigbee2MQTT:info 2023-12-19 12:17:34: Zigbee: disabling joining new devices.
Zigbee2MQTT:info 2023-12-19 12:17:35: Connecting to MQTT server at mqtt://192.168.192.10:1883
Zigbee2MQTT:debug 2023-12-19 12:17:35: Using MQTT login with username: mqtt
Zigbee2MQTT:info 2023-12-19 12:17:35: Connected to MQTT server
Zigbee2MQTT:info 2023-12-19 12:17:35: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online'
Zigbee2MQTT:info 2023-12-19 12:17:35: Started frontend on port 8099
Zigbee2MQTT:info 2023-12-19 12:17:35: MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"commit":"unknown","coordinator":{"meta":{"maintrel":"1 ","majorrel":"7","minorrel":"3","product":12,"revision":"7.3.1.0 build 176"},"type":"EZSP v12"},"log_level":"debug","network":{"channel":11,"extendedPanID":112,"panID":18429},"permit_join":false,"version":"1.34.0"}'
Zigbee2MQTT:info 2023-12-19 12:17:35: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online'
Zigbee2MQTT:info 2023-12-19 12:17:35: Zigbee2MQTT started!

@dierochade
Copy link

I got this error (for the first time) after upgrade to 1.35.01.

my hardware is skyconnect, multipan firmwore on ha supervised/vmware.

Reverted to prior version, what worked

@IgnacioHR
Copy link

@dierochade which version works for you?

Here are my thoughts on this:

  • It appears in EZSP devices when Coordinator Firmware version is 7.3.1.0.
  • As stated here the problem is related with the initialisation of the coordinator

I'm not sure if this is related with z2m or related with the Zigbee-herdsman library. I don't know how is responsible of the coordinator initialisation in the code.

I believe it could be considered a WARNING only. This message shouldn't block the coordinator to work ok at all.

@merlinpimpim
Copy link

I got this error (for the first time) after upgrade to 1.35.01.

my hardware is skyconnect, multipan firmwore on ha supervised/vmware.

Reverted to prior version, what worked

I have the same hardware and the same configuration (supervised, but on a Khadas) and I already had the problem with previous versions (and it continues with version 1.35).

@merlinpimpim
Copy link

@dierochade which version works for you?

Here are my thoughts on this:

  • It appears in EZSP devices when Coordinator Firmware version is 7.3.1.0.
  • As stated here the problem is related with the initialisation of the coordinator

I'm not sure if this is related with z2m or related with the Zigbee-herdsman library. I don't know how is responsible of the coordinator initialisation in the code.

I believe it could be considered a WARNING only. This message shouldn't block the coordinator to work ok at all.

OK but I think that in previous versions of Z2M (<1.35) this error message was blocking.
I remember having to run Z2M a few times in debug mode to get the coordinator to work properly.

@dierochade
Copy link

@dierochade which version works for you?

z2m
1.34.0
Zigbee-herdsman-converters version
15.130.1
Zigbee-herdsman version
0.25.0

  • It appears in EZSP devices when Coordinator Firmware version is 7.3.1.0.

I use this firmware too

As it works for me at the moment I cannot say anything additional.

@xhemp
Copy link

xhemp commented Jan 5, 2024

Just started seeing this on my side as well with the latest zigbee2mqtt, multipan firmware on a dongle E.

@JigSawFr
Copy link

JigSawFr commented Jan 5, 2024

Also facing this bug with SkyConnect and latest upgrade of the Z2M addon... but Z2M don't work anymore.

@MarkMikkelsen83
Copy link

Same issues here :(

@nyok92
Copy link

nyok92 commented Jan 5, 2024

Same issue here with latest zigbee2mqtt version ( 1.35.0-1 ), multipan firmware (2.4.0)on a dongle E.

[11:00:44] INFO: Preparing to start...
[11:00:44] INFO: Socat not enabled
[11:00:45] INFO: Zigbee Herdsman debug logging enabled
[11:00:47] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:debug 2024-01-05 11:00:54: Loaded state from file /config/zigbee2mqtt/state.json
Zigbee2MQTT:info  2024-01-05 11:00:54: Logging to console and directory: '/config/zigbee2mqtt/log/2024-01-05.11-00-54' filename: log.txt
Zigbee2MQTT:debug 2024-01-05 11:00:54: Removing old log directory '/config/zigbee2mqtt/log/2024-01-05.10-20-45'
Zigbee2MQTT:info  2024-01-05 11:00:54: Starting Zigbee2MQTT version 1.35.0 (commit #unknown)
Zigbee2MQTT:info  2024-01-05 11:00:54: Starting zigbee-herdsman (0.30.0)
Zigbee2MQTT:debug 2024-01-05 11:00:54: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[15],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"adapter":"ezsp","path":"tcp://core-silabs-multiprotocol:9999"}}'
2024-01-05T10:00:54.892Z zigbee-herdsman:adapter:ezsp:debg Adapter concurrent: 8
2024-01-05T10:00:54.895Z zigbee-herdsman:controller:log Starting with options '{"network":{"networkKeyDistribute":false,"networkKey":[1,3,5,7,9,11,13,15,0,2,4,6,8,10,12,13],"panID":6754,"extendedPanID":[221,221,221,221,221,221,221,221],"channelList":[15]},"serialPort":{"path":"tcp://core-silabs-multiprotocol:9999","adapter":"ezsp"},"databasePath":"/config/zigbee2mqtt/database.db","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","backupPath":"/config/zigbee2mqtt/coordinator_backup.json","adapter":{"disableLED":false,"concurrent":null,"delay":null}}'
2024-01-05T10:00:54.898Z zigbee-herdsman:adapter:ezsp:uart Opening TCP socket with core-silabs-multiprotocol:9999
2024-01-05T10:00:54.923Z zigbee-herdsman:adapter:ezsp:uart Socket connected
2024-01-05T10:00:54.924Z zigbee-herdsman:adapter:ezsp:uart Socket ready
2024-01-05T10:00:54.925Z zigbee-herdsman:adapter:ezsp:uart Uart reseting
2024-01-05T10:00:54.926Z zigbee-herdsman:adapter:ezsp:uart --> Write reset
2024-01-05T10:00:54.930Z zigbee-herdsman:adapter:ezsp:uart --> [1ac038bc7e]
2024-01-05T10:00:54.932Z zigbee-herdsman:adapter:ezsp:uart -?- waiting reset
2024-01-05T10:00:54.937Z zigbee-herdsman:adapter:ezsp:uart Port closed
2024-01-05T10:00:54.938Z zigbee-herdsman:adapter:ezsp:ezsp Close ezsp
2024-01-05T10:00:54.942Z zigbee-herdsman:adapter:ezsp:driv Close driver
2024-01-05T10:01:04.931Z zigbee-herdsman:adapter:ezsp:uart --> Error: Error: {"sequence":-1} after 10000ms
2024-01-05T10:01:04.932Z zigbee-herdsman:adapter:ezsp:driv Reset connection. Try 0
2024-01-05T10:01:04.932Z zigbee-herdsman:adapter:ezsp:driv Stop driver
2024-01-05T10:01:04.932Z zigbee-herdsman:adapter:ezsp:ezsp Stop ezsp
2024-01-05T10:01:04.932Z zigbee-herdsman:adapter:ezsp:ezsp Close ezsp
2024-01-05T10:01:04.932Z zigbee-herdsman:adapter:ezsp:driv Close driver
2024-01-05T10:01:05.936Z zigbee-herdsman:adapter:ezsp:uart Opening TCP socket with core-silabs-multiprotocol:9999
2024-01-05T10:01:05.940Z zigbee-herdsman:adapter:ezsp:uart Socket connected
2024-01-05T10:01:05.940Z zigbee-herdsman:adapter:ezsp:uart Socket ready
2024-01-05T10:01:05.940Z zigbee-herdsman:adapter:ezsp:uart Uart reseting
2024-01-05T10:01:05.940Z zigbee-herdsman:adapter:ezsp:uart --> Write reset
2024-01-05T10:01:05.941Z zigbee-herdsman:adapter:ezsp:uart --> [1ac038bc7e]
2024-01-05T10:01:05.942Z zigbee-herdsman:adapter:ezsp:uart -?- waiting reset
2024-01-05T10:01:05.946Z zigbee-herdsman:adapter:ezsp:uart <-- [c1020b]
2024-01-05T10:01:05.947Z zigbee-herdsman:adapter:ezsp:uart <-- [0a527e]
2024-01-05T10:01:05.948Z zigbee-herdsman:adapter:ezsp:uart <-- RSTACK: c1020b0a527e
2024-01-05T10:01:05.950Z zigbee-herdsman:adapter:ezsp:uart RSTACK Version: 2 Reason: RESET_SOFTWARE frame: c1020b0a527e
2024-01-05T10:01:05.955Z zigbee-herdsman:adapter:ezsp:uart -+- waiting reset success
2024-01-05T10:01:05.957Z zigbee-herdsman:adapter:ezsp:ezsp ==> version: {"desiredProtocolVersion":4}
2024-01-05T10:01:05.964Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"_cls_":"version","_id_":0,"_isRequest_":true,"desiredProtocolVersion":4}
2024-01-05T10:01:05.968Z zigbee-herdsman:adapter:ezsp:uart --> DATA (0,0,0): 00000004
2024-01-05T10:01:05.972Z zigbee-herdsman:adapter:ezsp:uart --> [004221a850ed2c7e]
2024-01-05T10:01:05.973Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (1)
...
2024-01-05T10:01:35.304Z zigbee-herdsman:adapter:ezsp:uart --> ACK  (2)
2024-01-05T10:01:35.305Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e]
2024-01-05T10:01:35.305Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 18800128000001dddddddddddddddd621a050f0000000000f8ff07
2024-01-05T10:01:35.307Z zigbee-herdsman:adapter:ezsp:ezsp <== 0x28: {"_cls_":"getNetworkParameters","_id_":40,"_isRequest_":false,"status":0,"nodeType":1,"parameters":{"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":5,"radioChannel":15,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}}
2024-01-05T10:01:35.308Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (1) success
2024-01-05T10:01:35.309Z zigbee-herdsman:adapter:ezsp:driv Current Node type: 1, Network parameters: EmberNetworkParameters: {"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":5,"radioChannel":15,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}
2024-01-05T10:01:35.310Z zigbee-herdsman:adapter:ezsp:ezsp ==> networkState: null
2024-01-05T10:01:35.310Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"_cls_":"networkState","_id_":24,"_isRequest_":true}
2024-01-05T10:01:35.310Z zigbee-herdsman:adapter:ezsp:uart --> DATA (1,2,0): 1900011800
2024-01-05T10:01:35.310Z zigbee-herdsman:adapter:ezsp:uart --> [125b21a94c2ac9677e]
2024-01-05T10:01:35.311Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (2)
2024-01-05T10:01:35.313Z zigbee-herdsman:adapter:ezsp:uart <-- [225ba1a94c2a1736ee7e]
2024-01-05T10:01:35.314Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (2,2,0): 225ba1a94c2a1736ee7e
2024-01-05T10:01:35.314Z zigbee-herdsman:adapter:ezsp:uart --> ACK  (3)
2024-01-05T10:01:35.314Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e]
2024-01-05T10:01:35.315Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 198001180002
2024-01-05T10:01:35.315Z zigbee-herdsman:adapter:ezsp:ezsp <== 0x18: {"_cls_":"networkState","_id_":24,"_isRequest_":false,"status":2}
2024-01-05T10:01:35.315Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (2) success
2024-01-05T10:01:35.315Z zigbee-herdsman:adapter:ezsp:driv Network state 2
2024-01-05T10:01:35.315Z zigbee-herdsman:adapter:ezsp:ezsp ==> getNetworkParameters: null
2024-01-05T10:01:35.315Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"_cls_":"getNetworkParameters","_id_":40,"_isRequest_":true}
2024-01-05T10:01:35.315Z zigbee-herdsman:adapter:ezsp:uart --> DATA (2,3,0): 1a00012800
2024-01-05T10:01:35.316Z zigbee-herdsman:adapter:ezsp:uart --> [235821a97c2a480c7e]
2024-01-05T10:01:35.316Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (3)
2024-01-05T10:01:35.318Z zigbee-herdsman:adapter:ezsp:uart <-- [33]
2024-01-05T10:01:35.319Z zigbee-herdsman:adapter:ezsp:uart <-- [58a1a97c2a15b3844997f877884f94fe5422a4edce678bfd3e9c8e80317e]
2024-01-05T10:01:35.320Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (3,3,0): 3358a1a97c2a15b3844997f877884f94fe5422a4edce678bfd3e9c8e80317e
2024-01-05T10:01:35.320Z zigbee-herdsman:adapter:ezsp:uart --> ACK  (4)
2024-01-05T10:01:35.320Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e]
2024-01-05T10:01:35.320Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 1a800128000001dddddddddddddddd621a050f0000000000f8ff07
2024-01-05T10:01:35.322Z zigbee-herdsman:adapter:ezsp:ezsp <== 0x28: {"_cls_":"getNetworkParameters","_id_":40,"_isRequest_":false,"status":0,"nodeType":1,"parameters":{"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":5,"radioChannel":15,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}}
2024-01-05T10:01:35.322Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (3) success
2024-01-05T10:01:35.322Z zigbee-herdsman:adapter:ezsp:driv Node type: 1, Network parameters: EmberNetworkParameters: {"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":5,"radioChannel":15,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}
2024-01-05T10:01:35.322Z zigbee-herdsman:adapter:ezsp:ezsp ==> getNodeId: null
2024-01-05T10:01:35.323Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"_cls_":"getNodeId","_id_":39,"_isRequest_":true}
2024-01-05T10:01:35.323Z zigbee-herdsman:adapter:ezsp:uart --> DATA (3,4,0): 1b00012700
2024-01-05T10:01:35.323Z zigbee-herdsman:adapter:ezsp:uart --> [345921a9732a20a67e]
2024-01-05T10:01:35.324Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (4)
2024-01-05T10:01:35.324Z zigbee-herdsman:adapter:ezsp:uart <-- [4459a1a9732a15b2ccf97e]
2024-01-05T10:01:35.325Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (4,4,0): 4459a1a9732a15b2ccf97e
2024-01-05T10:01:35.325Z zigbee-herdsman:adapter:ezsp:uart --> ACK  (5)
2024-01-05T10:01:35.325Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e]
2024-01-05T10:01:35.326Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 1b800127000000
2024-01-05T10:01:35.326Z zigbee-herdsman:adapter:ezsp:ezsp <== 0x27: {"_cls_":"getNodeId","_id_":39,"_isRequest_":false,"nodeId":0}
2024-01-05T10:01:35.326Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (4) success
2024-01-05T10:01:35.326Z zigbee-herdsman:adapter:ezsp:ezsp ==> getEui64: null
2024-01-05T10:01:35.326Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"_cls_":"getEui64","_id_":38,"_isRequest_":true}
2024-01-05T10:01:35.327Z zigbee-herdsman:adapter:ezsp:uart --> DATA (4,5,0): 1c00012600
2024-01-05T10:01:35.327Z zigbee-herdsman:adapter:ezsp:uart --> [455e21a9722a747f7e]
2024-01-05T10:01:35.328Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (5)
2024-01-05T10:01:35.328Z zigbee-herdsman:adapter:ezsp:uart <-- [555ea1a9722a017d38c56ab5a8d3b5725a7e]
2024-01-05T10:01:35.329Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (5,5,0): 555ea1a9722a0118c56ab5a8d3b5725a7e
2024-01-05T10:01:35.329Z zigbee-herdsman:adapter:ezsp:uart --> ACK  (6)
2024-01-05T10:01:35.329Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e]
2024-01-05T10:01:35.329Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 1c8001260014aa9cfeff8d79e0
2024-01-05T10:01:35.330Z zigbee-herdsman:adapter:ezsp:ezsp <== 0x26: {"_cls_":"getEui64","_id_":38,"_isRequest_":false,"eui64":{"type":"Buffer","data":[224,121,141,255,254,156,170,20]}}
2024-01-05T10:01:35.331Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (5) success
2024-01-05T10:01:35.331Z zigbee-herdsman:adapter:ezsp:driv Network ready
2024-01-05T10:01:35.333Z zigbee-herdsman:adapter:ezsp:debg Device join request received: 0 e0798dfffe9caa14
2024-01-05T10:01:35.334Z zigbee-herdsman:adapter:ezsp:debg Requesting 'Node Descriptor' for '0'
2024-01-05T10:01:35.335Z zigbee-herdsman:adapter:ezsp:driv ZDO Node_Desc_req params: {"dstaddr":0}
2024-01-05T10:01:35.338Z zigbee-herdsman:adapter:ezsp:driv EZSP nwk=0, IEEE=0xe0798dfffe9caa14
2024-01-05T10:01:35.338Z zigbee-herdsman:adapter:ezsp:ezsp ==> getKey: {"keyType":1}
2024-01-05T10:01:35.338Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"_cls_":"getKey","_id_":106,"_isRequest_":true,"keyType":1}
2024-01-05T10:01:35.339Z zigbee-herdsman:adapter:ezsp:uart --> DATA (5,6,0): 1d00016a0001
2024-01-05T10:01:35.339Z zigbee-herdsman:adapter:ezsp:uart --> [565f21a93e2a14d1337e]
2024-01-05T10:01:35.340Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (6)
2024-01-05T10:01:35.340Z zigbee-herdsman:adapter:ezsp:ezsp ==> setExtendedTimeout: {"remoteEui64":{"_value":{"type":"Buffer","data":[224,121,141,255,254,156,170,20]}},"extendedTimeout":true}
2024-01-05T10:01:35.341Z zigbee-herdsman:adapter:ezsp:uart <-- [665fa1a93e2aa04d317e]
2024-01-05T10:01:35.341Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (6,6,0): 665fa1a93e2aa04d317e
2024-01-05T10:01:35.341Z zigbee-herdsman:adapter:ezsp:uart --> ACK  (7)
2024-01-05T10:01:35.341Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e]
2024-01-05T10:01:35.342Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 1d80016a00b5
2024-01-05T10:01:35.402Z zigbee-herdsman:adapter:ezsp:erro Frame getKey parsing error: RangeError: Attempt to access memory outside buffer bounds
    at new NodeError (node:internal/errors:405:5)
    at boundsError (node:internal/buffer:86:11)
    at Buffer.readUInt16LE (node:internal/buffer:245:5)
    at Buffer.readUIntLE (node:internal/buffer:182:17)
    at Function.deserialize (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/types/basic.ts:19:67)
    at Function.deserialize (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/types/struct.ts:22:36)
    at new EZSPFrameData (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:102:54)
    at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:76:23
    at Array.every (<anonymous>)
    at Function.createFrame (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:70:15)
2024-01-05T10:01:35.402Z zigbee-herdsman:adapter:ezsp:erro Unparsed frame 0x6a. Skipped
2024-01-05T10:01:35.403Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (6) success
2024-01-05T10:01:39.513Z zigbee-herdsman:adapter:ezsp:uart <-- [765fb1a97d312a15b658]
2024-01-05T10:01:39.513Z zigbee-herdsman:adapter:ezsp:uart <-- [944a24ab5593499cdbd867cbbf9874f6ce4b83fd7d5e1fe20f32fe6fab5a7e]
2024-01-05T10:01:39.514Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (7,6,0): 765fb1a9112a15b658944a24ab5593499cdbd867cbbf9874f6ce4b83fd7e1fe20f32fe6fab5a7e
2024-01-05T10:01:39.514Z zigbee-herdsman:adapter:ezsp:uart --> ACK  (0)
2024-01-05T10:01:39.514Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e]
2024-01-05T10:01:39.514Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 1d90014500000401000001010001000095ffcc2671ffff0b08280a01002045e4ff2000
2024-01-05T10:01:39.515Z zigbee-herdsman:adapter:ezsp:ezsp <== 0x45: {"_cls_":"incomingMessageHandler","_id_":69,"_isRequest_":false,"type":0,"apsFrame":{"profileId":260,"sequence":149,"clusterId":0,"sourceEndpoint":1,"destinationEndpoint":1,"groupId":0,"options":256},"lastHopLqi":255,"lastHopRssi":-52,"sender":28966,"bindingIndex":255,"addressIndex":255,"message":{"type":"Buffer","data":[8,40,10,1,0,32,69,228,255,32,0]}}
2024-01-05T10:01:39.516Z zigbee-herdsman:adapter:ezsp:debg processMessage: {"messageType":0,"apsFrame":{"profileId":260,"sequence":149,"clusterId":0,"sourceEndpoint":1,"destinationEndpoint":1,"groupId":0,"options":256},"lqi":255,"rssi":-52,"sender":28966,"bindingIndex":255,"addressIndex":255,"message":{"type":"Buffer","data":[8,40,10,1,0,32,69,228,255,32,0]}}
2024-01-05T10:01:45.090Z zigbee-herdsman:adapter:ezsp:ezsp Time to watchdog ... 0
2024-01-05T10:01:45.091Z zigbee-herdsman:adapter:ezsp:ezsp ==> nop: null
Error: {"address":0,"clusterId":32770,"sequence":2} after 10000ms
    at Timeout._onTimeout (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35)
    at listOnTimeout (node:internal/timers:569:17)
    at processTimers (node:internal/timers:512:7)

@sixfact
Copy link

sixfact commented Jan 5, 2024

Same issue with zigbee2mqtt version ( 1.35.0-1 ), multipan firmware (2.4.0)on a dongle E.
Correct by reverse to multipan firmware 2.3.2

@aLimp86
Copy link

aLimp86 commented Jan 5, 2024

I have the same problem now. Sky connect and multiprozocol enabled.
is there a solution for this? Downgrading what and how?

@sixfact
Copy link

sixfact commented Jan 5, 2024

I have the same problem now. Sky connect and multiprozocol enabled. is there a solution for this? Downgrading what and how?

In my case, I downgrade Silicon Labs Multiprotocol addon from 2.4.0 to 2.3.2 by restoring a backup : addon_core_silabs_multiprotocol_2.3.2 (System > Backup >addon_core_silabs_multiprotocol_2.3.2 >restore)

@yvos
Copy link

yvos commented Jan 5, 2024

Same here since this morning. After upgrading HA to the latest version.
Unable to start z2m at all meaning all lights are unavailable.

Edit: Downgrading Silicon Labs Multiprotocol addon from 2.4.0 to 2.3.2 by restoring a backup did the trick!

@aLimp86
Copy link

aLimp86 commented Jan 5, 2024

I have the same problem now. Sky connect and multiprozocol enabled. is there a solution for this? Downgrading what and how?

In my case, I downgrade Silicon Labs Multiprotocol addon from 2.4.0 to 2.3.2 by restoring a backup : addon_core_silabs_multiprotocol_2.3.2 (System > Backup >addon_core_silabs_multiprotocol_2.3.2 >restore)

Worked also for me. After downgrade und restart of Home assistant it works again. That was an easy fix.

Edit:
Ok at least it started. But I can't send a command now. No lamp is turning on.
Someone still with the same problem?

@hensjl
Copy link

hensjl commented Jan 5, 2024

Worked also for me. After downgrade und restart of Home assistant it works again. That was an easy fix.

Easy fix but one hour without services. All is OK now.

@samoz83
Copy link

samoz83 commented Jan 5, 2024

Edit: Ok at least it started. But I can't send a command now. No lamp is turning on. Someone still with the same problem?

Yep, same here, commands fail (multipan firmware, E dongle)

@merlinpimpim
Copy link

I have the same problem now. Sky connect and multiprozocol enabled. is there a solution for this? Downgrading what and how?

In my case, I downgrade Silicon Labs Multiprotocol addon from 2.4.0 to 2.3.2 by restoring a backup : addon_core_silabs_multiprotocol_2.3.2 (System > Backup >addon_core_silabs_multiprotocol_2.3.2 >restore)

How to downgrade to version 2.3.2, without having to reconfigure everything, when you don't have a backup of the previous version?

@derbirch
Copy link

countered the same issue and ended up coming here by searching the log. Downgrade the multiprotocol addon did help

@noobzilla81
Copy link

I had the same problem a view days ago. You have to downgrade the silicon labs protocol add-on
Screenshot 2024-01-13 105450

@merlinpimpim
Copy link

@noobzilla81 : Don't you read the previous posts before writing something?

@joeybab3
Copy link

Trying to setup z2m today, so I don't have a backup since I just installed it... Any ideas for how to get around this or do I just need to wait for now?

@derbirch
Copy link

Trying to setup z2m today, so I don't have a backup since I just installed it... Any ideas for how to get around this or do I just need to wait for now?

This might be helpful. But I am not sure if it has flashed incompatible firmware too. So I just moved all Zigbee devices back to their gateway, connecting them to HA again and wait.

https://community.home-assistant.io/t/hass-io-api-specify-version-for-add-on-install/144340/6

@gabry1609
Copy link

gabry1609 commented Jan 15, 2024

Having the same issue here... Please help, I can't get it to work 👎🏻
Z2M is stuck loading...

  • Core: 2024.1.3
  • Supervisor: 2023.12.0
  • Operating System: 11.4
  • Frontend: 20240104.0
  • Sonoff Zigbee 3.0 Dongle Plus V2 Model E + FW: MultiPan RCP 4.4.0
  • Silicon Labs Multiprotocol v2.4.3
  • Mosquitto Broker v6.4.0
  • Zigbee2MQTT Edge (1.35.1-dev)
  • Running on Synology VM (DS423+)
z2m

@joeybab3
Copy link

Trying to setup z2m today, so I don't have a backup since I just installed it... Any ideas for how to get around this or do I just need to wait for now?

This might be helpful. But I am not sure if it has flashed incompatible firmware too. So I just moved all Zigbee devices back to their gateway, connecting them to HA again and wait.

https://community.home-assistant.io/t/hass-io-api-specify-version-for-add-on-install/144340/6

I switched to the Edge version and it works now, thanks for the link though

@gchristina
Copy link

gchristina commented Jan 21, 2024

Hi Folks,

I'm new to HA and installed the silicon lab multiprotocol version 2.4.3 (only one available). I have the same issues with s2m. So i dont have a backup and i cant revert/downgrade to version 2.4.3.

Log:
2024-01-21T20:11:37.529Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (5) success
2024-01-21T20:11:37.529Z zigbee-herdsman:adapter:ezsp:driv Network ready
2024-01-21T20:11:37.530Z zigbee-herdsman:adapter:ezsp:debg Device join request received: 0 e0798dfffed3d668
2024-01-21T20:11:37.530Z zigbee-herdsman:adapter:ezsp:debg Requesting 'Node Descriptor' for '0'
2024-01-21T20:11:37.531Z zigbee-herdsman:adapter:ezsp:driv ZDO Node_Desc_req params: {"dstaddr":0}
2024-01-21T20:11:37.531Z zigbee-herdsman:adapter:ezsp:driv EZSP nwk=0, IEEE=0xe0798dfffed3d668
2024-01-21T20:11:37.531Z zigbee-herdsman:adapter:ezsp:ezsp ==> getKey: {"keyType":1}
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"cls":"getKey","id":106,"isRequest":true,"keyType":1}
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> DATA (5,6,0): 1d00016a0001
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> [565f21a93e2a14d1337e]
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (6)
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:ezsp ==> setExtendedTimeout: {"remoteEui64":{"_value":{"type":"Buffer","data":[224,121,141,255,254,211,214,104]}},"extendedTimeout":true}
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart <-- [665fa1a93e2aa04d317e]
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (6,6,0): 665fa1a93e2aa04d317e
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> ACK (7)
2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e]
2024-01-21T20:11:37.533Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 1d80016a00b5
2024-01-21T20:11:37.623Z zigbee-herdsman:adapter:ezsp:erro Frame getKey parsing error: RangeError: Attempt to access memory outside buffer bounds
at new NodeError (node:internal/errors:405:5)
at boundsError (node:internal/buffer:86:11)
at Buffer.readUInt16LE (node:internal/buffer:245:5)
at Buffer.readUIntLE (node:internal/buffer:182:17)
at Function.deserialize (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/types/basic.ts:19:67)
at Function.deserialize (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/types/struct.ts:22:36)
at new EZSPFrameData (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:102:54)
at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:76:23
at Array.every ()
at Function.createFrame (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:70:15)

What can i do? Please help/advise (thnx)

@MondoGao
Copy link

Hi Folks,

I'm new to HA and installed the silicon lab multiprotocol version 2.4.3 (only one available). I have the same issues with s2m. So i dont have a backup and i cant revert/downgrade to version 2.4.3.

Log: 2024-01-21T20:11:37.529Z zigbee-herdsman:adapter:ezsp:uart -+- waiting (5) success 2024-01-21T20:11:37.529Z zigbee-herdsman:adapter:ezsp:driv Network ready 2024-01-21T20:11:37.530Z zigbee-herdsman:adapter:ezsp:debg Device join request received: 0 e0798dfffed3d668 2024-01-21T20:11:37.530Z zigbee-herdsman:adapter:ezsp:debg Requesting 'Node Descriptor' for '0' 2024-01-21T20:11:37.531Z zigbee-herdsman:adapter:ezsp:driv ZDO Node_Desc_req params: {"dstaddr":0} 2024-01-21T20:11:37.531Z zigbee-herdsman:adapter:ezsp:driv EZSP nwk=0, IEEE=0xe0798dfffed3d668 2024-01-21T20:11:37.531Z zigbee-herdsman:adapter:ezsp:ezsp ==> getKey: {"keyType":1} 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:ezsp ==> {"cls":"getKey","id":106,"isRequest":true,"keyType":1} 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> DATA (5,6,0): 1d00016a0001 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> [565f21a93e2a14d1337e] 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart -?- waiting (6) 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:ezsp ==> setExtendedTimeout: {"remoteEui64":{"_value":{"type":"Buffer","data":[224,121,141,255,254,211,214,104]}},"extendedTimeout":true} 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart <-- [665fa1a93e2aa04d317e] 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (6,6,0): 665fa1a93e2aa04d317e 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> ACK (7) 2024-01-21T20:11:37.532Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] 2024-01-21T20:11:37.533Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 1d80016a00b5 2024-01-21T20:11:37.623Z zigbee-herdsman:adapter:ezsp:erro Frame getKey parsing error: RangeError: Attempt to access memory outside buffer bounds at new NodeError (node:internal/errors:405:5) at boundsError (node:internal/buffer:86:11) at Buffer.readUInt16LE (node:internal/buffer:245:5) at Buffer.readUIntLE (node:internal/buffer:182:17) at Function.deserialize (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/types/basic.ts:19:67) at Function.deserialize (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/types/struct.ts:22:36) at new EZSPFrameData (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:102:54) at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:76:23 at Array.every () at Function.createFrame (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:70:15)

What can i do? Please help/advise (thnx)

Install Edge version in add-on store

@gchristina
Copy link

gchristina commented Jan 22, 2024

Install Edge version in add-on store

@MondoGao : Thank you very much for your response/advice. Keep up da good work!

Installing Edge version results in:

Log zigbee:
2024-01-22T11:38:17.851Z zigbee-herdsman:adapter:ezsp:ezsp Next attempt 4
2024-01-22T11:38:17.851Z zigbee-herdsman:adapter:ezsp:uart Opening TCP socket with core-silabs-multiprotocol:9999
2024-01-22T11:38:17.854Z zigbee-herdsman:adapter:ezsp:uart Socket error
2024-01-22T11:38:17.854Z zigbee-herdsman:adapter:ezsp:erro Connection attempt 4 error: Error: Error while opening socket
at Socket. (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:150:24)
at Socket.emit (node:events:529:35)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
2024-01-22T11:38:17.855Z zigbee-herdsman:adapter:ezsp:erro EZSP could not connect: Error: Error while opening socket
2024-01-22T11:38:17.855Z zigbee-herdsman:adapter:ezsp:erro Reset error Error: Failure to connect
at Ezsp.connect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:293:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Driver.startup (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:143:13)
at Driver.reset (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:116:24)
at Driver.onReset (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:132:9)

Log Silicon:
[2024-01-22T11:36:59.303129Z] Info : Endpoint socket #12: Client disconnected. 1 connections
[2024-01-22T11:36:59.303191Z] Info : Client disconnected
[2024-01-22T11:37:00.305631Z] Info : New client connection using library v4.4.0.0
[2024-01-22T11:37:00.309019Z] Info : Endpoint socket #12: Client connected. 2 connection(s)
Reusing socket from previous instance.
Socket connection has been closed, restarting...
Listening on port 9999 for connection...
Accepting connection.
Accepted connection 10.
Restarting
[2024-01-22T11:37:05.242023Z] Info : Endpoint socket #12: Client disconnected. 1 connections
[2024-01-22T11:37:05.242088Z] Info : Client disconnected
[2024-01-22T11:37:06.244584Z] Info : New client connection using library v4.4.0.0
[2024-01-22T11:37:06.247234Z] Info : Endpoint socket #12: Client connected. 2 connection(s)
Reusing socket from previous instance.

Installation:
HAOS 11.4
SONOFF DONGLE E - MULTIPAN FIRMWARE 4.4
SILABS MULTIPRO - 2.4.3
MOSQUITTO - 6.4.0
ZIGBEE2MQTT - Edge

Zigbee config for serial:
port: tcp://core-silabs-multiprotocol:9999
adapter: ezsp

Please bear with me
Thanks again

@merlinpimpim
Copy link

merlinpimpim commented Jan 26, 2024

Someone has tested Silicon Labs Multiprotocol version 2.4.4 with Z2M ?

@noobzilla81
Copy link

Someone has tested Silicon Labs Multiprotocolcversion 2.4.4 with Z2M ?

Same Problem, Z2M doesn't work

@merlinpimpim
Copy link

Someone has tested Silicon Labs Multiprotocolcversion 2.4.4 with Z2M ?

Same Problem, Z2M doesn't work

Ok, thanks.
(Strange, I thought that with the downgrade of the Gecko SDK and the disappearance of the Z2M alert in the changelog, it might have worked again by now).

@merlinpimpim
Copy link

It seems that Z2M 1.35.2-1 fixes the problems with SLM 2.4.4, doesn't it?

@aLimp86
Copy link

aLimp86 commented Feb 1, 2024

Is someone brave enough to try this?

@kurdybanek
Copy link

kurdybanek commented Feb 2, 2024 via email

@cvladan
Copy link

cvladan commented Feb 2, 2024

I don't know - I simply gave up and am waiting for this Z2M bug to be fixed. In the meantime, I've gotten used to restarting z2m as soon as everything freezes. I made a serious mistake switching to the Silabs dongle, but now I'm too lazy to reconnect everything.

@merlinpimpim
Copy link

I don't know - I simply gave up and am waiting for this Z2M bug to be fixed. In the meantime, I've gotten used to restarting z2m as soon as everything freezes. I made a serious mistake switching to the Silabs dongle, but now I'm too lazy to reconnect everything.

The problem doesn't seem to be the dongle but the firmware that enables multiprotocol. I think that with the simple Zigbee firmware, it's more stable. But I'm also fed up of having to reassociate everything (some of my devices aren't very accessible, for example in the post of my electric gate...).

@kurdybanek
Copy link

kurdybanek commented Feb 2, 2024 via email

@merlinpimpim
Copy link

merlinpimpim commented Feb 2, 2024

For me it works pretty stable after the fixed version of silabs multiprotocol was released. I noticed some delays in operation from time to time for several devices (mostly those which are at the edge of the range,so it doesn't have to be firmware related), but nothing like at total freeze Wysłano z programu Outlook dla systemu Androidhttps://aka.ms/AAb9ysg

Are you talking about version 2.4.4?

@kurdybanek
Copy link

kurdybanek commented Feb 2, 2024 via email

@merlinpimpim
Copy link

Successfully updated to 2.4.4 😀

On the other hand, there's always an error of this type in the Z2m logs (but it doesn't seem to be blocking):

Assertion failed: Command (setValue(EzspValueId.VALUE_CCA_THRESHOLD, 0)) returned unexpected state: {"cls": "setValue","id":171,"isRequest":false, "status":55}

@jmcollin78
Copy link

jmcollin78 commented Mar 2, 2024

Same problem with Skyconnect flashed in RCP 4.3.1, SLM addon in 2.4.4 (which uses 4.3.1 firmware if my understanding is good) and Z2M in 1.36.0-1 (the latest when I wrote this line).

The exact error is:

Assertion failed: Command (setValue(EzspValueId.VALUE_CCA_THRESHOLD, 0)) returned unexpected state: {"_cls_":"setValue","_id_":171,"_isRequest_":false,"status":55}

If there is a combination that works I will be able to test it.

@merlinpimpim

Successfully updated to 2.4.4 😀On the other hand, there's always an error of this type in the Z2m logs (but it doesn't seem to be blocking):

It seems I have the same config, but it is blocking on my side. No Zigbee devices are found. Can you please tell me your firmware release on the Skyconnect and the Z2M release ?

@merlinpimpim
Copy link

merlinpimpim commented Mar 2, 2024

@merlinpimpim

Successfully updated to 2.4.4 😀On the other hand, there's always an error of this type in the Z2m logs (but it doesn't seem to be blocking):

It seems I have the same config, but it is blocking on my side. No Zigbee devices are found. Can you please tell me your firmware release on the Skyconnect and the Z2M release ?

image
SLM 2.4.4

@jmcollin78
Copy link

Thank you @merlinpimpim, where did you find this informations, I cannot find the equivalent on my system ? I search for Coordinator type and revision 7.3.1.0 which I don't understand. I flash the Skyconnect with RCP 4.3.1 firmware. It doesn't to have any 7.3.1.0 firmware release for RCP. 7.3.1 looks more like a EZSP firmware (https://github.com/NabuCasa/silabs-firmware). And my understanding is good, this cannot works for Thread and Matter.

I'm certainly confused with all this release and try to find a working combinaison.

@dierochade
Copy link

and try to find a working combinaison.

I doubt that you are on the right track with this error message if your system is not working.

this kinda strange error 55 message shows up for some people for quite a while but does not seem to impair functionality (as far as I can see/at least for me).

all the posts in this thread with people that had actual problems were with wrong firmware and totally unrelated to the error message (did post here anyway, confusing).

@jmcollin78
Copy link

@merlinpimpim, my problems occurs with the RCP 4.3.1. So I already have tried with it. Than you anyway for the tips.
I have surrender yet (and loose all my Zigbee network wil doing the tests...).

@h4ypal
Copy link

h4ypal commented Mar 15, 2024

As someone newly setting up Zigbee2MQTT with a new Sonoff Zigbee 3.0 Dongle Plus V2 Model E with MultiPan firmware - what's my best route to get set-up?
I don't have an old version of Silicon Labs Multiprotocol to rollback to and Zigbee2MQTT isn't playing nice.

I'm getting the above error:
Assertion failed: Command (setValue(EzspValueId.VALUE_CCA_THRESHOLD, 0)) returned unexpected state: {"_cls_":"setValue","_id_":171,"_isRequest_":false,"status":55}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests