Baselight

Photovoltaic Data

Household generation data every 1 minute (10kw/h).

@kaggle.pablofuku_photovoltaic

Loading...
Loading...

About this Dataset

Photovoltaic Data

This file is intended to study power generation from one house, not from a full country or region.

The file includes power generation data every minute with the following information:

  1. V x MPPT (V) : 3 Generative blocks
  2. I x MPPT (A): 3 Inverter connectors
  3. Ua(V)
  4. I CA 1(A)
  5. FAC 1 (Hz)
  6. Power (W)
  7. inverter_temp: Inverter temperature (ΒΊC)
  8. daily_generation: Total daily generation
  9. uptime: total time generating
  10. rssi: RSSI (%)

The idea would be to predict the generative expected power and detect problems with the photovoltaic sets or with the inverter.

Enjoy the dataset! πŸ˜ƒπŸ˜ƒ

Tables

House Generation 10kw

@kaggle.pablofuku_photovoltaic.house_generation_10kw
  • 1.89 MB
  • 97333 rows
  • 16 columns
Loading...

CREATE TABLE house_generation_10kw (
  "tiempo" VARCHAR,
  "style" VARCHAR,
  "v_1_mppt_v" DOUBLE,
  "v_2_mppt_v" DOUBLE,
  "v_3_mppt_v" DOUBLE,
  "i_1_mppt_a" DOUBLE,
  "i_2_mppt_a" DOUBLE,
  "i_3_mppt_a" DOUBLE,
  "ua_v" DOUBLE,
  "i_ca_1_a" DOUBLE,
  "fac_1_hz" DOUBLE,
  "power" BIGINT,
  "inverter_temp" DOUBLE,
  "daily_generation" DOUBLE,
  "uptime" BIGINT,
  "rssi" BIGINT
);

Share link

Anyone who has the link will be able to view this.