Skip to main content

Solar Inverter Attributes

Solar inverter attributes are writable parameters that control battery behavior, self-consumption optimization, and system configuration for photovoltaic installations.

Required Parameters

string (UUID)
required
User ID that owns this solar inverter.Example: 016b78a7-0c7c-4241-a277-015c3ad3cb90Writable: No (set at device creation)

Device Model

object
The device model assigned to this inverter. Set during onboarding.Writable: No (set at device creation)

Optimization Control

boolean
Flag indicating whether Podero’s smart optimization is actively controlling this inverter.Set to false to pause optimization without disconnecting the device.Example: trueWritable: Yes

Solar System Configuration

float
Currently installed peak power rating of the solar system in kilowatts.Example: 10.2Writable: Yes

Battery Configuration

boolean
Flag indicating whether the inverter has a storage battery connected.Set to false for solar-only installations without battery storage.Example: trueWritable: Yes
float
Currently installed battery capacity in kilowatt-hours.Required if is_battery_connected is true.Example: 10.0Writable: Yes

Battery Charge Limits

float
Minimum allowed battery charge level in percent.Battery will not discharge below this level, ensuring backup power availability.Example: 20Range: 0-100Writable: Yes
float
Maximum allowed battery charge level in percent.Useful for battery longevity or to reserve capacity for grid services.Example: 90Range: 0-100Writable: Yes

Usage Examples

Configure Solar System with Battery

Configure Solar-Only System (No Battery)

Configure Battery Limits for Backup Reserve

Best Practices

  • Set min_battery_charge to 20-30% to ensure backup power availability
  • Set max_battery_charge to 90-95% for battery longevity
  • Adjust limits seasonally based on usage patterns
  • Keep solar_power_rating_kw updated if panels are added or removed
  • Update battery_capacity_kwh if the battery is upgraded
  • Set is_battery_connected to false for solar-only installations
  • Review configuration after system maintenance

Common Scenarios

Solar Inverter State

Read-only state data and current readings

Setting Preferences

User workflow for configuring preferences