-
Notifications
You must be signed in to change notification settings - Fork 24
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
Energy Usage and back to grid not calculating correctly #83
Comments
Tried to do a little investigating into this myself. So I found how kwh to gird and kwh to home are set. https://github.com/krbaker/hass-sunpower/blob/main/custom_components/sunpower/const.py#L353-L367 Looking at the output I shared above my At least I see consumption and production now but the energy distribution for the day, self consumed solar, and self-sufficiency charts now don't work. HA things all solar energy is sent to grid and then all energy comes from the grid. Overall seems like a step in the right direction but still not working as expected. |
I think this might need to be a computed 'net' between the two meters |
Could you explain that a little more. Do you mean I need to use add current/volt meter to my panel or since you marked it enhancements is this something that can be fixed in the plugin? |
Set up this integration, solar panel data is coming in fine. total solar production is fine but back to grid and home energy usage aren't being calculated correctly in HA.
Example data from yesterday HA is adding grid + solar production.
HA Energy Config. I do noticed both devices end with a c but they are the only options I have.
In FAQs I see you wrote
Is this one of those issues?
Relevant output of deviclist command
The text was updated successfully, but these errors were encountered: