Skip to content

Commit

Permalink
deploy: a57758a
Browse files Browse the repository at this point in the history
  • Loading branch information
haneslinger committed Oct 25, 2023
1 parent 056d32b commit df32209
Show file tree
Hide file tree
Showing 8 changed files with 999 additions and 968 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/guides/ingress-bacnet-to-brick.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/model_correction.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/model_creation.doctree
Binary file not shown.
1,915 changes: 973 additions & 942 deletions guides/ingress-bacnet-to-brick.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions tutorials/model_correction.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ <h2>Model Correction with Templates<a class="headerlink" href="#model-correction
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Name (autogenerated): resolvefd68e295
Parameters (autogenerated): {&#39;p3&#39;, &#39;name&#39;, &#39;p1&#39;, &#39;p2&#39;}
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Name (autogenerated): resolve4a0757dc
Parameters (autogenerated): {&#39;p1&#39;, &#39;p3&#39;, &#39;name&#39;, &#39;p2&#39;}
Template body (autogenerated):
@prefix brick: &lt;https://brickschema.org/schema/Brick#&gt; .
@prefix default5: &lt;urn:ashrae/g36/4.8/sz-vav-ahu/&gt; .
Expand All @@ -577,15 +577,15 @@ <h2>Model Correction with Templates<a class="headerlink" href="#model-correction
&lt;urn:___param___#p2&gt;,
&lt;urn:___param___#p3&gt; .

&lt;urn:___param___#p1&gt; a brick:Start_Stop_Command .
&lt;urn:___param___#p1&gt; a brick:Fan_Status .

&lt;urn:___param___#p2&gt; a brick:Fan_Status .
&lt;urn:___param___#p2&gt; a brick:Frequency_Command .

&lt;urn:___param___#p3&gt; a brick:Frequency_Command .
&lt;urn:___param___#p3&gt; a brick:Start_Stop_Command .


-------------------------------------------------------------------------------
Name (autogenerated): resolve9732f419
Name (autogenerated): resolved3d88132
Parameters (autogenerated): {&#39;name&#39;}
Template body (autogenerated):
@prefix brick: &lt;https://brickschema.org/schema/Brick#&gt; .
Expand Down Expand Up @@ -637,9 +637,9 @@ <h2>Model Correction with Templates<a class="headerlink" href="#model-correction
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>p3
p1
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>p1
p2
p3
Added supply fan urn:bldg/Core_ZN-PSC_AC-Fan
</pre></div>
</div>
Expand Down Expand Up @@ -693,16 +693,16 @@ <h2>Model Correction with Templates<a class="headerlink" href="#model-correction
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp2&gt;,
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp3&gt; .

&lt;urn:bldg/Core_ZN-PSC_AC-Fanp1&gt; a brick:Start_Stop_Command .
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp1&gt; a brick:Fan_Status .

&lt;urn:bldg/Core_ZN-PSC_AC-Fanp2&gt; a brick:Fan_Status .
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp2&gt; a brick:Frequency_Command .

&lt;urn:bldg/Core_ZN-PSC_AC-Fanp3&gt; a brick:Frequency_Command .
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp3&gt; a brick:Start_Stop_Command .

&lt;urn:bldg/Core_ZN-PSC_AC-Htg_Coil&gt; a brick:Heating_Coil .
</pre></div>
</div>
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=b04f6768-e1b8-4b53-a352-9909fb15e61c (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=d119c76d-bbae-4caf-beb9-bee0c68a78b8 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down
26 changes: 13 additions & 13 deletions tutorials/model_creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,16 +567,16 @@ <h2>Loading Libraries<a class="headerlink" href="#loading-libraries" title="Perm
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The Brick library contains the following templates:
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> - https://brickschema.org/schema/Brick#Supply_Water_Temperature_Integral_Time_Parameter
- https://brickschema.org/schema/Brick#Zone_Air_Humidity_Setpoint
- https://brickschema.org/schema/Brick#TVOC_Level_Sensor
- https://brickschema.org/schema/Brick#Leaving_Water_Temperature_Setpoint
- https://brickschema.org/schema/Brick#Heating_Supply_Air_Temperature_Deadband_Setpoint
- https://brickschema.org/schema/Brick#Speed_Setpoint
- https://brickschema.org/schema/Brick#Air_Temperature_Step_Parameter
- https://brickschema.org/schema/Brick#Low_Discharge_Air_Temperature_Alarm
- https://brickschema.org/schema/Brick#Hot_Water_Differential_Pressure_Proportional_Band_Parameter
- https://brickschema.org/schema/Brick#Bypass_Air_Flow_Sensor
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> - https://brickschema.org/schema/Brick#Discharge_Air_Humidity_Sensor
- https://brickschema.org/schema/Brick#Motion_Sensor
- https://brickschema.org/schema/Brick#Supply_Air_Humidity_Setpoint
- https://brickschema.org/schema/Brick#Supply_Water_Temperature_Sensor
- https://brickschema.org/schema/Brick#Low_Freeze_Protect_Temperature_Parameter
- https://brickschema.org/schema/Brick#Differential_Speed_Setpoint
- https://brickschema.org/schema/Brick#Imbalance_Sensor
- https://brickschema.org/schema/Brick#Entering_Chilled_Water_Temperature_Sensor
- https://brickschema.org/schema/Brick#Occupancy_Command
- https://brickschema.org/schema/Brick#Occupied_Zone_Air_Temperature_Setpoint
</pre></div>
</div>
</div>
Expand All @@ -600,7 +600,7 @@ <h3>Adding Individual RDF Triples to a Model<a class="headerlink" href="#adding-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=436f177a-c9ea-4d38-a826-5e898a720592 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=178aac76-831b-4354-901f-c77a311a5ca5 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -646,7 +646,7 @@ <h3>Importing RDF Graphs Into a Model<a class="headerlink" href="#importing-rdf-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=436f177a-c9ea-4d38-a826-5e898a720592 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=178aac76-831b-4354-901f-c77a311a5ca5 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -868,7 +868,7 @@ <h3>Adding Evaluated Templates to the Model<a class="headerlink" href="#adding-e
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=436f177a-c9ea-4d38-a826-5e898a720592 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=178aac76-831b-4354-901f-c77a311a5ca5 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down

0 comments on commit df32209

Please sign in to comment.