Skip to content

Sungrow Data

Sungrow Data #6847

Triggered via schedule January 19, 2025 06:32
Status Failure
Total duration 1m 27s
Artifacts

SungrowData.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Run-Data
Process completed with exit code 1.
Run-Data: src/Common/Services/DataService.cs#L16
Non-nullable event 'OnDataChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Run-Data: src/Common/Services/DataService.cs#L16
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/Common/Prediction.cs#L22
Non-nullable property 'T' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/June.Data/Commands/Wem.cs#L131
Non-nullable property 'RawDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/June.Data/Commands/Wem.cs#L135
Non-nullable property 'RawTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/June.Data/Commands/Wem.cs#L139
Non-nullable property 'RawRoomTempHZK0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/June.Data/Commands/Wem.cs#L143
Non-nullable property 'RawOutTempHZK0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/June.Data/Commands/Wem.cs#L147
Non-nullable property 'RawPressureWE0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/June.Data/Commands/Wem.cs#L151
Non-nullable property 'RawOutSYS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run-Data: src/June.Data/Commands/June.cs#L168
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.