feedinlib
feedinlib copied to clipboard
Incomplete input data. Data needs to contain ['ghi', 'dni', 'dhi']. Detected data contains: ['wind_speed', 'temp_air', 'ghi', 'dhi']
Cannot convert pv_lib to image, always missing "dni".

The pvlib requires you to provide DNI in your weather data as well. You can use this function to calculate the DNI. Does that solve your problem?