Inverter Object

Information about the inverter(s) used in the system.

Table of Inverter Object

Value NameDescriptionValue Type
idUnique identifier for the panel.integer
company_idID of the company providing the panel.integer
nameThe name of the panel model.string
modelThe model name of the panel.string
manufacturerThe company that manufactures the panel.string
meta_dataAdditional metadata related to the panel.object
max_efficiencyThe maximum efficiency of the inverter.float
created_atTimestamp when the panel record was created.string
updated_atTimestamp when the panel record was last updated.string
is_microinverterIndicator if the inverter is a microinverter.integer
all_officesIndicator if the panel is available to all offices. With 0 equaling False and 1 equaling Trueinteger
all_marketsIndicator if the panel is available to all markets. With 0 equaling False and 1 equaling Trueinteger
all_dealersIndicator if the panel is available to all dealers. With 0 equaling False and 1 equaling Trueinteger
all_lendersIndicator if the panel is available to all lenders. With 0 equaling False and 1 equaling Trueinteger
activeIndicator if the panel is active. With 0 equaling False and 1 equaling Trueinteger
price_adderAdditional cost associated with this panel, if any.integer
fixed_costThe fixed cost of the inverter.string
crm_idCRM identifier for the panel.string

Below is an Example of Inverter Object

"inverter": {
				"id": 0000,
				"company_id": 0000,
				"name": "Inverter Man.: Inverter Model",
				"model": "Inverter Model",
				"manufacturer": "Inverter Man.",
				"meta_data": {
					"aurora_name": null,
					"nominal_rating": null,
					"solo_inverter_id": "194",
					"exclude_from_rebate": null,
					"sighten_inverter_id": null,
					"sunnova_inverter_id": null,
					"dividend_inverter_id": null,
					"sunnova_inverter_name": null,
					"dividend_inverter_name": null,
					"solar_success_inverter_id": null,
					"solar_success_inverter_name": null
				},
				"max_efficiency": 0.97,
				"created_at": "2023-01-28 00:35:33",
				"updated_at": "2023-04-24 17:51:14",
				"is_microinverter": 1,
				"all_offices": 0,
				"all_markets": 1,
				"all_dealers": 1,
				"all_lenders": 1,
				"active": 1,
				"price_adder": null,
				"fixed_cost": "0.00",
				"crm_id": null
			}