Solarbank 2 Output Power target control#27
Open
jul1an-s wants to merge 4 commits into
Open
Conversation
added 4 commits
May 21, 2026 11:02
- Exposes SolixBLE set_schedule(power_w) flip-dots/SolixBLE#36 as a user-facing control. - Number entity (0-800 W, 10 W step, slider) stages the target value; - Apply button to commit it to the device. - Last value restored across HA restarts via RestoreEntity. - Library errors surface as HomeAssistantError so they show as UI notifications. - No Version increment yet -> Maintainer - Add Solarbank 2 to README supported devices list - Added unit tests
Owner
|
Damn awesome work, I dont have the time at the moment to properly review it and do a release as I still have a few weeks of exams left but I will sort it out as soon as I can, sorry :( |
Author
|
Thanks :-) I wanted to look into Smartmeter mode to mitigate this memory topic, but currently I'm super busy as well and I've spent way too much time on this project for this year :D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows setting the Grid output target power from HA:
Added:
Bugfix
Tests
Pytest
75 passed (100%)
Manual
Controls show up in HA, I can control the Device from the Dashboard 🎉
Version increment
Not done yet, release decision is up to @flip-dots