NREL / disco

DISCO
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Add pv config customer type #60

Closed jgu2 closed 2 years ago

jgu2 commented 2 years ago

To solve issue - https://agile.nrel.gov/browse/DISCO-331

result example

{
      "name": "small_p10ulv19205_1_2_3_pv",
      "pydss_controller": {
        "controller_type": "PvController",
        "name": "volt-var"
      },
      "pv_profile": "53404_37.74_-122.57_2018",
      "customer_type": "residential"
},
{
      "name": "small_p10ulv1973_1_2_3_pv",
      "pydss_controller": {
        "controller_type": "PvController",
        "name": "volt-var"
      },
      "pv_profile": "60876_37.78_-122.31_2018",
      "customer_type": "commercial"
}