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
|
|
get_daily_energy()
async
Get daily energy.
| RETURNS |
DESCRIPTION |
float
|
|
get_total_energy()
async
Get total energy.
| RETURNS |
DESCRIPTION |
float
|
|