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
Started getting this error in the logs right after updating to v2.3.1
Logger: bellows.ezsp.protocol
Source: components/zha/core/gateway.py:205
First occurred: 7:50:22 AM (1 occurrences)
Last logged: 7:50:22 AM
Couldn't set EzspConfigId.CONFIG_PACKET_BUFFER_COUNT=255 configuration value: EzspStatus.ERROR_INVALID_ID
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Which add-on are you reporting an issue with?
Silicon Labs Multiprotocol
What is the version of the add-on?
2.3.1
Steps to reproduce the issue
Error shows up in logs whenever Home Assistant is restarted
// The NCP no longer supports configuration of packet buffer count at runtime
// using this parameter. Packet buffers must be configured using the
// EMBER_PACKET_BUFFER_COUNT macro when building the NCP project.
The Silicon Labs Multiprotocol uses 255 as the number of buffers, which will automatically assign the maximum number. Since this is a changed behavior for Gecko SDK, we can't fix this on the add-on side.
I think this needs to be addressed in ZHA. I've opened a new issue on the Core side: home-assistant/core#97967.
Describe the issue you are experiencing
Started getting this error in the logs right after updating to v2.3.1
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Which add-on are you reporting an issue with?
Silicon Labs Multiprotocol
What is the version of the add-on?
2.3.1
Steps to reproduce the issue
Error shows up in logs whenever Home Assistant is restarted
System Health information
System Information
Home Assistant Community Store
AccuWeather
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Anything in the Supervisor logs that might be useful for us?
Anything in the add-on logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: