Skip to content

Conversation

@puddly
Copy link
Contributor

@puddly puddly commented Jan 1, 2026

I tested EZSPv18 a bit more thoroughly and while the frame format has indeed changed, it didn't actually change in any way that impacts bellows operation: it should have been supported by "falling back" to EZSPv17 parsing and logic.

ZHA startup fails because config writing tried to look up config for the exact version in our global config, which will fail. We should instead fall back to the latest version's config.

Should resolve home-assistant/core#160051

@codecov
Copy link

codecov bot commented Jan 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.53%. Comparing base (5cd6678) to head (dcf98da).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #705   +/-   ##
=======================================
  Coverage   99.53%   99.53%           
=======================================
  Files          58       58           
  Lines        4128     4128           
=======================================
  Hits         4109     4109           
  Misses         19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@TheJulianJES TheJulianJES left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@puddly puddly merged commit 9e31738 into zigpy:dev Jan 2, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ZHA: EZSP version 18 protocol not supported

2 participants