Skip to content

Photovoltaics

API Endpoints to retrieve the photovoltaic data.

Examples:

>>> client = KebaKeEnergyAPI(
>>>     host="ap4400.local",
>>>     username="test",
>>>     password="test",
>>>     ssl=True,
>>>     skip_ssl_verification=True
>>> )
>>> client.photovoltaics.get_excess_power()

get_excess_power() async

Get excess power.

RETURNS DESCRIPTION
float

Excess power in W

get_daily_energy() async

Get daily energy.

RETURNS DESCRIPTION
float

Daily energy in kWh

get_total_energy() async

Get total energy.

RETURNS DESCRIPTION
float

Total energy in kWh