Conversation
…alternative to control via SolisSensor
…alternative to control via SolisSensor
First code for Octopus Free Electricity Session handling.
in def write_and_poll_time: 1) change variable time to times to avoid confusion with time.sleep. 2) change verbose to false (couple into debug mode as future work) Correct bug in solis.py so that value of id_timed_charge_discharge_button is loaded from config.yaml if overide is in place.
The day of week weighting guides the contribution of two arrrays. One is an average of all 7 days. The other is from what it was last week on that particular day. Whilst they are the same length (and there is a check for that), they start at different times so all the final summations are off. This fix rectifies that. refactor: move EV substraction to separate def, no code changes. Bugfix for #424, add "_" to calls to host to sunsynk.py to match solis.py factor.
Added a detailed table of contents to the README for easier navigation and included additional information about the application and its benefits.
Updated introduction section for clarity and conciseness.
Removed the Table of Contents title from the README.
…P post errors) Resolve issue with handling 0, see AppDaemon/appdaemon#2492
Update feature from main
Updated links to point to the new repository locations for Solis integration and configuration files.
Removed extra code block markers from log examples.
Added a step to pull latest changes before pushing.
Replaced git push command with force-with-lease option and removed unnecessary pull command.
Updated the GitHub Actions workflow to ensure correct branch checkout and removed unnecessary fetch and rebase steps.
Added fetch-depth option to checkout step
Feature soliscontrol
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.
No description provided.