添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

I’m trying to read some hefty SQL result file into Honeybee (simulated with DesignBuilder v7.0.2.006) for postprocessing, and I am having trouble with the Read tabular data component.

image 1920×628 62.9 KB

My goal is to read zone volumes directly from the result SQL file ( Zone Summary table ), any ideas why this could happen? The Zone Summary table is present in the HTML output report.

The error message reads:

Solution exception:No JSON object could be decoded

As a workaround, I can copy and paste directly from the EP summary HTML, but that is prone to errors and pretty inconvenient.

Thanks!

Hi @furtonb ,

I second what Mostapha is saying in that having the SQLite file would be really helpful. My hunch is that the settings DesignBuilder uses to format their output SQLite files are very different than the ones used by OpenStudio. For example, it’s very possible that DesignBuilder chooses to only write the Zone Summary table into the HTML and not both the HTML and SQL file like OpenStudio. But having your SQL file would confirm this.

If it turns out that the Zone Summary is not in the Design Builder SQL, I can tell you the line of the DesignBuilder IDF that you can change to enable this when you go to re-simulate the IDF.

Hey @furtonb ,

I received your SQL file through PM and I can confirm that your SQL file from DesignBuilder does not contain any of the tabular data that’s reported in the HTML file. Just doing a side-by-side comparison with a SQL from Honeybee/OpenStudio, you can see that the SQL on the left (from OpenStudio) contains a table in the SQL called “Tabular Data” while the one on the right (from DesignBuilder) does not contain this table:

image 1920×1039 112 KB

So I can definitively say that the Zone Summary table does not exist in your DesignBuilder SQL. In order to get the DesignBuilder IDF to write the tabular data into the SQL I think you would need to change the following field within the IDF:

I imagine that your current IDF only has “Simple” as the Option Type and not “SimpleAndTabular”.

Hi Chris, I am having a similar issue with my model analysis but I am unable to upload my file. It is giving me an error report that JSON could not be decoded and I don’t know how to fix this. If I use IDF editor, will I load the editor back into Grasshopper? Kindly help, I am new to Ladybug tools.

I think both @Rotimy and @Bruno are experiencing an issue that is related to Rhino 8, which is fully fixed in the latest stable release of LBT 1.8.0.

Just let us know if upgrading to LBT 1.8.0 does not fix the issue.