Skip to content
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

Fixed bug solar to battery line not showing #403

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

shycats
Copy link
Contributor

@shycats shycats commented Oct 15, 2023

grid.state.toBattery was equal to battery.state.toBattery when solar.state.toHome was positive, so it was assuming all charge comming from grid and not from solar.

`grid.state.toBattery` was equal to `battery.state.toBattery` when `solar.state.toHome` was positive, so it was assuming all charge comming from grid and not from solar.
@flixlix flixlix changed the base branch from main to refactor-states January 14, 2024 21:44
@flixlix flixlix merged commit 3c64965 into flixlix:refactor-states Jan 14, 2024
1 check passed
@flixlix
Copy link
Owner

flixlix commented Jan 14, 2024

Thank you for your contribution!

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.

2 participants