AssessingSolar / dtu_solar_station

Content for DTU Construct's weather data website
https://weatherdata.construct.dtu.dk
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

2024-03-07 issue with GHI ventilator #35

Closed AdamRJensen closed 3 months ago

AdamRJensen commented 3 months ago

The ventilator for the GHI instrument was not working due to it not receiving power. It was correctly powered on 7-03-2024. The heater for the GHI was on however, creating the higher thermal offset. The ventilator and heater for the DHI instrument was working correctly.

image

Code: df_raw.loc[df_raw['elevation']<-5, ['GHI', 'DHI', 'DNI']].resample('1h').mean().plot()