Skip to content

Commit

Permalink
Deployed 941cef7 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Jul 1, 2024
1 parent ce2cefa commit 6ea4b55
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 47 deletions.
11 changes: 9 additions & 2 deletions de/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@

<li class="nav-item" data-bs-level="1"><a href="#quickstart-instructions" class="nav-link">Quickstart instructions</a>
<ul class="nav flex-column">
<li class="nav-item" data-bs-level="2"><a href="#its-not-working" class="nav-link">It's not working!</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-bs-level="2"><a href="#why-do-i-only-see-so-few-parameters" class="nav-link">Why do I only see so few parameters?</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -194,8 +198,8 @@ <h1 id="quickstart-instructions">Quickstart instructions</h1>
<li><code>byte gateway_addr[4] = {192,168,178,1};</code></li>
<li><code>byte dns_addr[4] = {192,168,178,1};</code></li>
<li><code>byte subnet_addr[4] = {255,255,255,0};</code></li>
<li><code>char wifi_ssid[32] = "***Your Wifi network name***";</code></li>
<li><code>char wifi_pass[32] = "***Your WiFi network password***";</code></li>
<li><code>char wifi_ssid[32] = "Your_Wifi_network_name";</code></li>
<li><code>char wifi_pass[32] = "Your_WiFi_network_password";</code></li>
</ol>
</li>
</ol>
Expand All @@ -208,6 +212,9 @@ <h1 id="quickstart-instructions">Quickstart instructions</h1>
<li><strong>Done :-)</strong></li>
</ol>
<hr />
<h2 id="its-not-working">It's not working!</h2>
<p>Please make sure you check <strong>every entry</strong> in the <a href="troubleshooting.html">Troubleshooting-Section</a> first before getting in touch with us!</p>
<hr />
<h2 id="why-do-i-only-see-so-few-parameters">Why do I only see so few parameters?</h2>
<p>Once you access BSB-LAN for the first time, you will see that only very few parameters are shown on the device’s web interface. This is because each model of the Siemens controller built into your heating system supports a different set of parameters. Previously, I provided a list of parameters collected from all different kinds of heating systems, but it turned out that this list was ambiguous or even contained errors that we couldn’t fix reliably. This list is still available in release version 2.2.x of BSB-LAN and can be copied from there if needed.<br />
However, it is not advisable to do so because the said ambiguities and errors pose too great a risk of misconfiguring the heating system. Instead, it is recommended to click on the "<strong>Device-specific parameter list</strong>" button in BSB-LAN's menu and send the generated list to Frederik (bsb(ät)code-it.de). From this file, a parameter list can be generated that fits exactly the controller of your heating system. Unfortunately, this process cannot be automated yet, but at least it has to be done just once. These raw data do not contain any settings or other kinds of personal data, just the parameter structure of the heating system.<br />
Expand Down
11 changes: 9 additions & 2 deletions fr/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@

<li class="nav-item" data-bs-level="1"><a href="#quickstart-instructions" class="nav-link">Quickstart instructions</a>
<ul class="nav flex-column">
<li class="nav-item" data-bs-level="2"><a href="#its-not-working" class="nav-link">It's not working!</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-bs-level="2"><a href="#why-do-i-only-see-so-few-parameters" class="nav-link">Why do I only see so few parameters?</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -194,8 +198,8 @@ <h1 id="quickstart-instructions">Quickstart instructions</h1>
<li><code>byte gateway_addr[4] = {192,168,178,1};</code></li>
<li><code>byte dns_addr[4] = {192,168,178,1};</code></li>
<li><code>byte subnet_addr[4] = {255,255,255,0};</code></li>
<li><code>char wifi_ssid[32] = "***Your Wifi network name***";</code></li>
<li><code>char wifi_pass[32] = "***Your WiFi network password***";</code></li>
<li><code>char wifi_ssid[32] = "Your_Wifi_network_name";</code></li>
<li><code>char wifi_pass[32] = "Your_WiFi_network_password";</code></li>
</ol>
</li>
</ol>
Expand All @@ -208,6 +212,9 @@ <h1 id="quickstart-instructions">Quickstart instructions</h1>
<li><strong>Done :-)</strong></li>
</ol>
<hr />
<h2 id="its-not-working">It's not working!</h2>
<p>Please make sure you check <strong>every entry</strong> in the <a href="troubleshooting.html">Troubleshooting-Section</a> first before getting in touch with us!</p>
<hr />
<h2 id="why-do-i-only-see-so-few-parameters">Why do I only see so few parameters?</h2>
<p>Once you access BSB-LAN for the first time, you will see that only very few parameters are shown on the device’s web interface. This is because each model of the Siemens controller built into your heating system supports a different set of parameters. Previously, I provided a list of parameters collected from all different kinds of heating systems, but it turned out that this list was ambiguous or even contained errors that we couldn’t fix reliably. This list is still available in release version 2.2.x of BSB-LAN and can be copied from there if needed.<br />
However, it is not advisable to do so because the said ambiguities and errors pose too great a risk of misconfiguring the heating system. Instead, it is recommended to click on the "<strong>Device-specific parameter list</strong>" button in BSB-LAN's menu and send the generated list to Frederik (bsb(ät)code-it.de). From this file, a parameter list can be generated that fits exactly the controller of your heating system. Unfortunately, this process cannot be automated yet, but at least it has to be done just once. These raw data do not contain any settings or other kinds of personal data, just the parameter structure of the heating system.<br />
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-06-28 01:47:01.691313+00:00
Build Date UTC : 2024-07-01 18:52:54.848373+00:00
-->
11 changes: 9 additions & 2 deletions quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@

<li class="nav-item" data-bs-level="1"><a href="#quickstart-instructions" class="nav-link">Quickstart instructions</a>
<ul class="nav flex-column">
<li class="nav-item" data-bs-level="2"><a href="#its-not-working" class="nav-link">It's not working!</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-bs-level="2"><a href="#why-do-i-only-see-so-few-parameters" class="nav-link">Why do I only see so few parameters?</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -194,8 +198,8 @@ <h1 id="quickstart-instructions">Quickstart instructions</h1>
<li><code>byte gateway_addr[4] = {192,168,178,1};</code></li>
<li><code>byte dns_addr[4] = {192,168,178,1};</code></li>
<li><code>byte subnet_addr[4] = {255,255,255,0};</code></li>
<li><code>char wifi_ssid[32] = "***Your Wifi network name***";</code></li>
<li><code>char wifi_pass[32] = "***Your WiFi network password***";</code></li>
<li><code>char wifi_ssid[32] = "Your_Wifi_network_name";</code></li>
<li><code>char wifi_pass[32] = "Your_WiFi_network_password";</code></li>
</ol>
</li>
</ol>
Expand All @@ -208,6 +212,9 @@ <h1 id="quickstart-instructions">Quickstart instructions</h1>
<li><strong>Done :-)</strong></li>
</ol>
<hr />
<h2 id="its-not-working">It's not working!</h2>
<p>Please make sure you check <strong>every entry</strong> in the <a href="troubleshooting.html">Troubleshooting-Section</a> first before getting in touch with us!</p>
<hr />
<h2 id="why-do-i-only-see-so-few-parameters">Why do I only see so few parameters?</h2>
<p>Once you access BSB-LAN for the first time, you will see that only very few parameters are shown on the device’s web interface. This is because each model of the Siemens controller built into your heating system supports a different set of parameters. Previously, I provided a list of parameters collected from all different kinds of heating systems, but it turned out that this list was ambiguous or even contained errors that we couldn’t fix reliably. This list is still available in release version 2.2.x of BSB-LAN and can be copied from there if needed.<br />
However, it is not advisable to do so because the said ambiguities and errors pose too great a risk of misconfiguring the heating system. Instead, it is recommended to click on the "<strong>Device-specific parameter list</strong>" button in BSB-LAN's menu and send the generated list to Frederik (bsb(ät)code-it.de). From this file, a parameter list can be generated that fits exactly the controller of your heating system. Unfortunately, this process cannot be automated yet, but at least it has to be done just once. These raw data do not contain any settings or other kinds of personal data, just the parameter structure of the heating system.<br />
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6ea4b55

Please sign in to comment.