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 set up Zigbee2MQTT on a fresh install of Home Assistant OS on the Home Assistant Yellow using the installer. Using the default configuration with /dev/ttyAMA1 as the port, Z2M cannot connect to the adapter. That is expected because it tries to use zStack, but the built-in Silabs adapter uses ezsp.
Now the connection to the adapter works. Pairing works. MQTT and the frontend works. Home Assistant Automations work. I did not encounter any problems in my limited testing. BUT: Now the addon log is spammed with the same zigbee-herdsman error message:
addon log
2022-12-23T21:24:46.887Z zigbee-herdsman:adapter:ezsp:uart <-- [2774b1a9902a7d38b25972857e]
2022-12-23T21:24:46.887Z zigbee-herdsman:adapter:ezsp:uart <-- DATA (2,7,0): 2774b1a9902a18b25972857e
2022-12-23T21:24:46.887Z zigbee-herdsman:adapter:ezsp:uart --> ACK (3)
2022-12-23T21:24:46.888Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e]
2022-12-23T21:24:46.888Z zigbee-herdsman:adapter:ezsp:ezsp <== Frame: 369001c4000d0000
2022-12-23T21:24:46.893Z zigbee-herdsman:adapter:ezsp:uart Error while parsing to ZpiObject 'RangeError: Attempt to access memory outside buffer bounds
at new NodeError (node:internal/errors:387:5)
at boundsError (node:internal/buffer:84:11)
at Buffer.readUInt16LE (node:internal/buffer:243:5)
at Buffer.readUIntLE (node:internal/buffer:180:17)
at Function.deserialize (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/types/basic.ts:19:67)
at new EZSPFrameData (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:83:54)
at Ezsp.onFrameReceived (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:294:21)
at SerialDriver.emit (node:events:513:28)
at SerialDriver.handleDATA (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:227:14)
at SerialDriver.onParsed (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:174:22)'
What did you expect to happen?
In a Z2M installation on another device, using a USB adapter, the log is not spammed in the same way.
This issue does not seem to be critical, as the addon still works, but having so many error messages doesn't feel healthy.
How to reproduce it (minimal and precise)
Home Assistant
Home Assistant 2022.12.8
Supervisor 2022.11.2
Operating System 9.4
Frontend 20221213.1 - latest
What happened?
I set up Zigbee2MQTT on a fresh install of Home Assistant OS on the Home Assistant Yellow using the installer. Using the default configuration with
/dev/ttyAMA1
as the port, Z2M cannot connect to the adapter. That is expected because it tries to use zStack, but the built-in Silabs adapter uses ezsp.addon config
addon log
So I configured Z2M to communicate via ezsp:
configuration.yaml
Now the connection to the adapter works. Pairing works. MQTT and the frontend works. Home Assistant Automations work. I did not encounter any problems in my limited testing.
BUT: Now the addon log is spammed with the same zigbee-herdsman error message:
addon log
What did you expect to happen?
In a Z2M installation on another device, using a USB adapter, the log is not spammed in the same way.
This issue does not seem to be critical, as the addon still works, but having so many error messages doesn't feel healthy.
How to reproduce it (minimal and precise)
Home Assistant
Home Assistant 2022.12.8
Supervisor 2022.11.2
Operating System 9.4
Frontend 20221213.1 - latest
Silicon Labs MGM210P
Manufacturer: Nabu Casa
Board Name: Yellow 1.2
EmberYNet version: 6.10.3.0 build 297
bootloader version: 0x2001, nodePlat: 0x04, nodeMicro: 0x18, nodePhy: 0x0f
Zigbee2MQTT version
1.28.4-1
Adapter firmware version
6.10.3.0 build 297
Adapter
Silicon Labs MGM210P
Debug log
No response
The text was updated successfully, but these errors were encountered: