From b26d6506f2170e239e8347dc683a3b1dbbb08e39 Mon Sep 17 00:00:00 2001 From: Matthew Duffin Date: Fri, 20 Sep 2024 23:25:22 +0100 Subject: [PATCH] update script --- examples/inverter_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/inverter_example.py b/examples/inverter_example.py index ec82bd49..fc950f37 100644 --- a/examples/inverter_example.py +++ b/examples/inverter_example.py @@ -14,7 +14,7 @@ def main(save_outputs: bool = False): ts = pd.to_datetime(timestamp_str) # make input data with live enphase, solis, givenergy, or solarman data - site_live = PVSite(latitude=51.75, longitude=-1.25, capacity_kwp=1.25, inverter_type="enphase") # inverter_type="enphase", "solis", "givenergy", or "solarman" + site_live = PVSite(latitude=51.75, longitude=-1.25, capacity_kwp=1.25, inverter_type="enphase") # inverter_type="enphase", "solis", "givenergy", "solarman" or "victron" # make input data with nan data site_no_live = PVSite(latitude=51.75, longitude=-1.25, capacity_kwp=1.25)