Required information from client / location / generator
aiswei.beta
aiswei.client.app_key
aiswei.client.user_token
aiswei.generator.plant_key
aiswei.client.last_retrieve
aiswei.location.last_retrieve
aiswei.generator.last_retrieve
Data and data convertion
Only DataTypeVo.TYPE_SOLAR_INVERTER_AC_POWER is available
The inverter returns the data with a frequency of 20 minutes, so it need to be aggregated to 60 minutes and the divided by 4 to obtain the values for a 15 minutes frequency.
Weather information is not availabe and must be retrieve from the WeatherService.
API Documentation
https://bronze-rois-22.tiiny.site/
URLs
Endpoints
Required information from client / location / generator
Data and data convertion
DataTypeVo.TYPE_SOLAR_INVERTER_AC_POWER
is availableThe inverter returns the data with a frequency of 20 minutes, so it need to be aggregated to 60 minutes and the divided by 4 to obtain the values for a 15 minutes frequency.
Weather information is not availabe and must be retrieve from the
WeatherService
.