-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Certain conditions end up with the action set to auto-export when FiT is negative:

In the code block between lines 215 and 252 we have the following conditions:
buy_price <= 0.0 and battery_soc < full_battery
sell_price < 0.0 and buy_price < abs(sell_price) and battery_soc <= full_battery
sell_price < 0.0 and battery_soc > full_batteryHowever there is no check for:
sell_price < 0.0 and battery_soc <= full_batteryReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels