-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
[Feature Request]: Avoid Negative House Load - Poll/Timing optimization #767
Comments
Technical feasibility of how registers can be read in batch is limited to how those registers are laid out in the inverter. Registers which are not close to each other numerically cannot be read together. I've already gone above and beyond to get the batching of closely located registers to the best technical solution. There is nothing left to be done here. |
Thanks for your clarifications, but please implement at least: #718 (reply in thread) |
I'll test out possible HA filter options to reduce this announcing impact.
|
This is against the architecture guidelines of HA, as explained in home-assistant/core#105163 (comment) . You can see that all requests / PRs in HA core to add a configurable scan interval are denied. For example home-assistant/core#122294 I already explain in the README how this can be done using the method outlined by the HA core maintainers: https://github.com/wlcrs/huawei_solar?tab=readme-ov-file#inverter-polling-frequency |
Describe your feature request
Negative House Load (for my setup NOT possible) - potentially due to Poll/Timing mismatch between
Inverter Active power
andPower meter Active power
:NOT recognized in versions 1.3.x.
My proposal:
HA log is clean no Huawei solar log entries.
Connection directly to inverter internal WLAN (NOT to the dongle) via dedicated HA WLAN interface - works 100% as expected!!!
Customized update interval in
const.py
:Increasing the timedelta seconds to it's default of 30seconds will increasing this issue!!! - No workarround
Last version of
HA
andHuawei Solar Integration
:System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Solcast PV Forecast
Proper usage
The text was updated successfully, but these errors were encountered: