Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
mduffin95 committed Sep 20, 2024
1 parent 52d99b8 commit b26d650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/inverter_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b26d650

Please sign in to comment.