First time here? Check out the Help page!
1 | initial version |
The first two lines indicate that you are applying the AddOutputDiagnostics measure (EnergyPlus measure category) when you simulate, and that it's expecting a string or text input but received something else like a number or blank input.
[23:28:51.948620 ERROR] undefined method getString for nil:NilClass C:/Users/taskiran/AppData/Local/Temp/osmodel-1609194148-0/resources/measures/AddOutputDiagnostics/measure.rb:132:in `run'
This is strange because the measure that you can download from the Building Component Library (BCL) using the link above is set up to have the user select one input from a drop-down window, preventing errors like this (see below).
A few items could be causing your issue: