-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix bug for battery powered devices & attempt to fix memory leak #271
Conversation
Codecov Report
@@ Coverage Diff @@
## main plugwise/plugwise-beta#271 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 2663 2663
=========================================
Hits 2663 2663 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good to me!
Please raise the version to v0.27.7 both in the files CHANGELOG.md and pyproject.toml
I'll create a plugwise-beta test-release first. |
Memory leak doesn't look to be fixed: https://community.home-assistant.io/t/plugwise-core-and-custom-component/236250/323 |
@brefra are there any more changes coming? If not, should we merge and release this update? |
Let's release to get this improvement out to more users. |
See python-plugwise/pyproject.toml Line 170 in 28e2aaa
|
Prevent sending request for fully known memory addresses
a8c389c
to
ab54da1
Compare
🥳 |
Fix potential crash of submit thread when queued message of SED (battery powered devices) are send.
Attempt to fix memory leak reported at plugwise/plugwise_usb-beta#10 by introducing thread locking.
My setup, running this change, is stable for two day's now so looks promising....