solarSimulatorQuote
Get solar simulator response data.
Deprecation
The 'solarSimulatorQuote' field is deprecated.Migrated to OE Backend API.
- Marked as deprecated on 2025-10-27.
- Scheduled for removal on or after 2025-11-10.
Arguments
Returns
SolarSimulationQuoteExamples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query SolarSimulatorQuote(
$consumption: Int!,
$roofSize: Float!
) {
solarSimulatorQuote(
consumption: $consumption,
roofSize: $roofSize
) {
batteryPrice
cashPaymentPrice
cashPaymentPriceWithBattery
cashPrice
chargerPrice
co2Emissions {
...SolarSimulationCO2SavingsFragment
}
financedPrices {
...SolarSimulationFinancedPricesFragment
}
financePaymentPrices
financePaymentPricesWithBattery
governmentSubsidiesMultiplier
message
numberOfPanels
panelPower
panelPowerUnit
postInstalationMonthlySpending
postInstallationMultipliers {
...SolarSimulationPostInstallationMultipliersFragment
}
priceUnit
totalPower
totalPowerUnit
twentyFiveYearSavings
twentyFiveYearSavingsMultipliers {
...SolarSimulationTwentyFiveYearSavingsMultipliersFragment
}
twentyFiveYearSavingsWithBattery
}
}
Variables
{
"consumption": 55,
"roofSize": 947.3
}
Response
{
"data": {
"solarSimulatorQuote": {
"batteryPrice": 878.44,
"cashPaymentPrice": 720.59,
"cashPaymentPriceWithBattery": 823.42,
"cashPrice": 451.66,
"chargerPrice": 770.1,
"co2Emissions": SolarSimulationCO2Savings,
"financedPrices": SolarSimulationFinancedPrices,
"financePaymentPrices": NO_EXAMPLE_AVAILABLE,
"financePaymentPricesWithBattery": NO_EXAMPLE_AVAILABLE,
"governmentSubsidiesMultiplier": 148.91,
"message": "service-skill-between-evening-difference",
"numberOfPanels": 73,
"panelPower": 188.56,
"panelPowerUnit": "group-strong-although-provide-home",
"postInstalationMonthlySpending": 361.44,
"postInstallationMultipliers": SolarSimulationPostInstallationMultipliers,
"priceUnit": "product-suddenly-value-impact-meeting",
"totalPower": 469.1,
"totalPowerUnit": "apply-news-sea-try-defense",
"twentyFiveYearSavings": 570.74,
"twentyFiveYearSavingsMultipliers": SolarSimulationTwentyFiveYearSavingsMultipliers,
"twentyFiveYearSavingsWithBattery": 814.25
}
}
}