{
"name": "My Advancded PV",
"street": "Egerlandstraße",
"house": "7",
"postal_code": "91058",
"city": "Erlangen",
"latitude": 49.57,
"longitude": 11.02,
"country": "Germany",
"year": 2022,
"kWp": 9,
"electricity_price": 0.3,
"feed_in_tariff": 0.1,
"modules": [
{
"name": "Test Modul 380W",
"quantity": 10,
"azimuth": 90,
"tilt": 35,
"surface_type": "urban",
"string_name": "East Roof",
"custom_details": {
"pdc0": 380,
"gamma_pdc": -0.004,
"bifacial": true
}
},
{
"name": "Test Modul 300W",
"quantity": 8,
"azimuth": 180,
"tilt": 25,
"surface_type": "grass",
"string_name": "Garage Roof",
"custom_details": {
"pdc0": 300,
"gamma_pdc": -0.004,
"bifacial": false
}
}
],
"inverter": {
"name": "Test Inverter",
"pdc0": 16500,
"eta_inv_nom": 0.9835
},
"correction_factors": []
}curl --location --request PUT 'https://api.solariance.de/v1/system/update?system_id=PVXXXX' \
--header 'Authorization: Bearer eyxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Advancded PV",
"street": "Egerlandstraße",
"house": "7",
"postal_code": "91058",
"city": "Erlangen",
"latitude": 49.57,
"longitude": 11.02,
"country": "Germany",
"year": 2022,
"kWp": 9,
"electricity_price": 0.3,
"feed_in_tariff": 0.1,
"modules": [
{
"name": "Test Modul 380W",
"quantity": 10,
"azimuth": 90,
"tilt": 35,
"surface_type": "urban",
"string_name": "East Roof",
"custom_details": {
"pdc0": 380,
"gamma_pdc": -0.004,
"bifacial": true
}
},
{
"name": "Test Modul 300W",
"quantity": 8,
"azimuth": 180,
"tilt": 25,
"surface_type": "grass",
"string_name": "Garage Roof",
"custom_details": {
"pdc0": 300,
"gamma_pdc": -0.004,
"bifacial": false
}
}
],
"inverter": {
"name": "Test Inverter",
"pdc0": 16500,
"eta_inv_nom": 0.9835
},
"correction_factors": []
}'{
"code": 200,
"message": "Info for system PVXXXX",
"data": {
"user_id": "7ha92anqk74y6n9",
"system_id": "PV0DTDKEAUJV",
"name": "My Advancded PV",
"street": "Egerlandstraße",
"house": "7",
"postal_code": "91058",
"city": "Erlangen",
"latitude": 49.57,
"longitude": 11.02,
"country": "Germany",
"time_zone": "Europe/Berlin",
"year": 2022,
"kWp": 9,
"electricity_price": 0.3,
"feed_in_tariff": 0.1,
"modules": [
{
"name": "Test Modul 380W",
"quantity": 10,
"azimuth": 90,
"tilt": 35,
"surface_type": "urban",
"string_name": "East Roof",
"custom_details": {
"pdc0": 380,
"gamma_pdc": -0.004,
"bifacial": true
}
},
{
"name": "Test Modul 300W",
"quantity": 8,
"azimuth": 180,
"tilt": 25,
"surface_type": "grass",
"string_name": "Garage Roof",
"custom_details": {
"pdc0": 300,
"gamma_pdc": -0.004,
"bifacial": false
}
}
],
"inverter": {
"name": "Test Inverter",
"pdc0": 16500,
"eta_inv_nom": 0.9835
},
"correction_factors": [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
}
}