@@ -24,13 +24,14 @@ ingress: true
2424ingress_port : 5000
2525ingress_stream : true
2626options :
27- costfun : profit
2827 logging_level : INFO
28+ costfun : profit
29+ sensor_power_photovoltaics : sensor.power_photovoltaics
30+ sensor_power_load_no_var_loads : sensor.power_load_no_var_loads
2931 set_total_pv_sell : false
3032 set_nocharge_from_grid : false
3133 set_nodischarge_to_grid : false
32- sensor_power_photovoltaics : sensor.power_photovoltaics
33- sensor_power_load_no_var_loads : sensor.power_load_no_var_loads
34+ maximum_power_from_grid : 9000
3435 number_of_deferrable_loads : 2
3536 list_nominal_power_of_deferrable_loads :
3637 - nominal_power_of_deferrable_loads : 3000
@@ -59,7 +60,6 @@ options:
5960 load_peak_hours_cost : 0.1907
6061 load_offpeak_hours_cost : 0.1419
6162 photovoltaic_production_sell_price : 0.065
62- maximum_power_from_grid : 9000
6363 list_pv_module_model :
6464 - pv_module_model : CSUN_Eurasia_Energy_Systems_Industry_and_Trade_CSUN295_60M
6565 list_pv_inverter_model :
@@ -77,21 +77,20 @@ options:
7777schema :
7878 hass_url : " str?" # optional
7979 long_lived_token : " password?" # optional
80- costfun : " list(profit|cost|self-consumption)?"
8180 logging_level : " list(DEBUG|INFO|WARNING|ERROR)?"
81+ costfun : " list(profit|cost|self-consumption)?"
82+ sensor_power_photovoltaics : " str?"
83+ sensor_power_load_no_var_loads : " str?"
8284 optimization_time_step : " int(10,1440)?" # optional
8385 historic_days_to_retrieve : " int(2,365)?" # optional
8486 method_ts_round : " list(nearest|first|last)?" # optional
8587 set_total_pv_sell : " bool?"
8688 lp_solver : " list(PULP_CBC_CMD|GLPK_CMD|COIN_CMD)?" # optional
8789 lp_solver_path : " str?" # optional
90+ load_negative : " bool?" # optional
91+ set_zero_min : " bool?" # optional
8892 set_nocharge_from_grid : " bool?"
8993 set_nodischarge_to_grid : " bool?"
90- set_battery_dynamic : " bool?" # optional
91- battery_dynamic_max : " float(0.0,1.0)?" # optional
92- battery_dynamic_min : " float?" # optional
93- weight_battery_discharge : " float?" # optional
94- weight_battery_charge : " float?" # optional
9594 load_forecast_method : " list(naive|csv|list|mlforecaster)?" # optional
9695 delta_forecast_daily : " int?" # optional
9796 weather_forecast_method : " list(scrapper|solcast|csv|solar.forecast)?" # optional
@@ -104,11 +103,7 @@ schema:
104103 optional_solcast_api_key : " password?" # optional
105104 optional_solcast_rooftop_id : " str?" # optional
106105 optional_solar_forecast_kwp : " float?" # optional
107- load_cost_forecast_method : " list(hp_hc_periods|csv)?"
108- sensor_power_photovoltaics : " str?"
109- sensor_power_load_no_var_loads : " str?"
110- load_negative : " bool?" # optional
111- set_zero_min : " bool?" # optional
106+ maximum_power_from_grid : " int(0,)?"
112107 number_of_deferrable_loads : " int(1,10)?"
113108 list_nominal_power_of_deferrable_loads :
114109 - nominal_power_of_deferrable_loads : " int(0,)?"
@@ -126,11 +121,11 @@ schema:
126121 - treat_deferrable_load_as_semi_cont : " bool?"
127122 list_set_deferrable_load_single_constant :
128123 - set_deferrable_load_single_constant : " bool?"
124+ load_cost_forecast_method : " list(hp_hc_periods|csv)?"
125+ production_price_forecast_method : " list(constant|csv)?" # optional
129126 load_peak_hours_cost : " float(0,)?"
130127 load_offpeak_hours_cost : " float(0,)?"
131- production_price_forecast_method : " list(constant|csv)?" # optional
132128 photovoltaic_production_sell_price : " float(0,)?"
133- maximum_power_from_grid : " int(0,)?"
134129 list_pv_module_model :
135130 - pv_module_model : " str?"
136131 list_pv_inverter_model :
@@ -144,6 +139,11 @@ schema:
144139 list_strings_per_inverter :
145140 - strings_per_inverter : " int(0,)?"
146141 set_use_battery : " bool?"
142+ set_battery_dynamic : " bool?" # optional
143+ battery_dynamic_max : " float(0.0,1.0)?" # optional
144+ battery_dynamic_min : " float?" # optional
145+ weight_battery_discharge : " float?" # optional
146+ weight_battery_charge : " float?" # optional
147147 battery_discharge_power_max : " int(0,)?" # optional
148148 battery_charge_power_max : " int(0,)?" # optional
149149 battery_discharge_efficiency : " float(0.0,1.0)?" # optional
@@ -176,4 +176,4 @@ schema:
176176 # custom_unit_prod_price_id:
177177 # - entity_id: "str?"
178178 # - unit_of_measurement: "str?"
179- # - friendly_name: "str?"
179+ # - friendly_name: "str?"
0 commit comments