Remote control and peak shaving #283
Replies: 12 comments 40 replies
-
Thanks for the comment, we indeed have the plan to implement another computed mode similar to "Enabled Grid Control", but intended to just determine the max grid import. It should not be that difficult to implement, we only wanted to make sure the currently implemented modes work well, in the presence of PV as well as without PV. |
Beta Was this translation helpful? Give feedback.
-
Thanks, but I am not sure what you mean by remove the max value for Active Power.
Or do you meane something else? In my Flemish Belgian region, from Januari 1st 2023 on, we get taxed for peaks (15 minute intervals), so it is important for me too to come up with a solution that avoids grid import peaks.
I would like to implement a variation of that Battery Control, where the target value is more a maximum import level, and where the battery target charge/discharge is zero (or configurable) as long as we do not exceed the grid import max level. Your picture around 20:40 seems to show a situation that matches such a situation, but I may not understand it completely |
Beta Was this translation helpful? Give feedback.
-
One more remark: the remotecontrol active power limits are now restricted to 6000W. This limit should become dependent on the inverter power, so I suggest we modify that in the coming days |
Beta Was this translation helpful? Give feedback.
-
One more remark: |
Beta Was this translation helpful? Give feedback.
-
I am less convinced that the battery (always) needs to be topped up from grid. If I expect a lot of sunshine in the coming hours, I do not want to top up the battery with more expensive grid power. I just want to keep the current battery level until the PV power is there, grid provides the house load in this situation, but needs to be shaved |
Beta Was this translation helpful? Give feedback.
-
I noticed in the wiki you added an example automation to force charging when prices are low. |
Beta Was this translation helpful? Give feedback.
-
On my github development fork, https://github.com/infradom/homeassistant-solax-modbus I now have implemented a version with 2 new controls:
I dont need an extre mode to implement peak shaving with this extension as it applies to all modes (but only makes sense with "Enabled Power Control" and "Enabled_Battery_Control" My automations tend to use
Sometimes I leave remote power control disabled |
Beta Was this translation helpful? Give feedback.
-
In the current implementation, although my inverter is only 8 kW, we allow grid import/export up to 12 kW |
Beta Was this translation helpful? Give feedback.
-
The first implementation was intended for initial tests, and had this fixed 6000 watt limit. The development version in my development fork already uses limits that are inverter dependent and typically 150% of the inverter power. We can increase that if there is a need or make it configurable, but maybe the 150% already meets your needs |
Beta Was this translation helpful? Give feedback.
-
In my development fork, I have made the limits on remotecontrol_import_limit and export_limit 30kW fixed |
Beta Was this translation helpful? Give feedback.
-
Thanks and Sorry, I corrected this and issued a PR, as I am currently not in debug mode, this error did not appear on my system(afaik) |
Beta Was this translation helpful? Give feedback.
-
For your information: after some tests, I found out that remotecontrol_export_limit was not capable of throttling the PV power, so this parameter became useless. In cases op periods with negative prices, I have an automation that sets export_control_user_limit to zero. |
Beta Was this translation helpful? Give feedback.
-
Hi,
First of all, thanks for an excellent work on this HA plugin!
I have been testing the new remote control functions, and from what I can see all three modes work as intended on my X3 Gen4. With today's volatile electricity prices this is very useful.
With a small modification I think this could also be used for Peak Shaving, by using the Grid Control mode and setting active power to what you want to limit your grid import to. To be useful for Peak Shaving the Active Power positive limit would need to be removed when in Grid Control mode.
/Johan
Beta Was this translation helpful? Give feedback.
All reactions