-
Notifications
You must be signed in to change notification settings - Fork 44
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
Misalignement of sensor values between python library and home assistant integration #332
Comments
I can confirm the above is a problem and would be nice to have this fixed. I ended up using Modbus to resolve this on my end Replace xxx.xxx.xxx.xxx with the IP address and add to your configuration.yaml
|
Just a helpful FYI that may help you in the future - Contact goodwe for the latest firmware as you seem to be one version behind |
Thanks for that! I'm able to read the data as expected. I'll get in touch with Goodwe to update my inverter firmware as well. |
Amazing... so many hours spent on this... Glad it was helpful to someone else :) |
I have a GW5000-DNS-30 with a GM1000 smart meter. Running included Goodwe integration, I don't get any information about the consumption (or sale) of energy from the grid. So have installed v0.9.9.27 of this experimental version via HACS.
Home Assistant Core Version: 2024.8.2
I get the following sensor values when using the standalone goodwe python library:
active_power accurately represents the net buy/sell of my home and aligns with the data in the SEMS platform.
However, in Home Assistant active_power seems to reflect total_inverter_power or ppv. I suspect this has something to do with lack of model name. Appears that Home Assistant treats this as a DT family inverter, so might be to do with how the returned information from the inverter is mapped & calculated into sensor values.
The text was updated successfully, but these errors were encountered: