You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought we should take another look at the Huawei inverter.
Right now, I'm running my own automations to control charging, etc., using predbat.status, but a step in the right direction would be to implement charge_rate: and discharge_rate:.
I'm running my inverter in "Maximise Self Consumption" mode, which means that if, for example, the battery is at 50% and charge_rate: is set to 5000, then with excess solar production, the battery would charge (demand).
Similarly, if discharge_rate: is set to 5000, the battery would discharge if the house needs the power (demand).
This means that if the battery should not discharge—such as in the states "Hold charging," "Freeze charging," "Hold for car," or "Hold exporting"—then discharge_rate: must be 0.
charge_rate: should only be 0 when the status is "Freeze charging" or "Hold charging."
Additionally, even if the following action is sent:
Furthermore, number.battery_maximum_charging_power must be set to the desired power value (e.g., XXXXw), otherwise, nothing will happen.
When using forcible_charge, for example at night, discharge_rate:must be set to 0. Otherwise, the battery will immediately discharge, counteracting the charging process.
The text was updated successfully, but these errors were encountered:
I thought we should take another look at the Huawei inverter.
Right now, I'm running my own automations to control charging, etc., using
predbat.status
, but a step in the right direction would be to implementcharge_rate:
anddischarge_rate:
.I'm running my inverter in "Maximise Self Consumption" mode, which means that if, for example, the battery is at 50% and
charge_rate:
is set to 5000, then with excess solar production, the battery would charge (demand).Similarly, if
discharge_rate:
is set to 5000, the battery would discharge if the house needs the power (demand).This means that if the battery should not discharge—such as in the states "Hold charging," "Freeze charging," "Hold for car," or "Hold exporting"—then
discharge_rate:
must be 0.charge_rate:
should only be 0 when the status is "Freeze charging" or "Hold charging."Additionally, even if the following action is sent:
Furthermore,
number.battery_maximum_charging_power
must be set to the desired power value (e.g.,XXXXw
), otherwise, nothing will happen.When using
forcible_charge
, for example at night,discharge_rate:
must be set to 0. Otherwise, the battery will immediately discharge, counteracting the charging process.The text was updated successfully, but these errors were encountered: