Skip to content

Commit 8979541

Browse files
authored
Update chap04.md
1 parent fdd52ea commit 8979541

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/chap04.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
By accessing the adapters IP (`http://<IP-address>`), the starting page of the webinterface "BSB-LAN Web" is displayed.
99
If you're using the passkey function (`http://<IP-address>/<passkey>/`) or additional security options, of course the URL has to be specifically expanded.
1010

11-
<img src="https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN_EN/master/docs/pics/webinterface_home_new.png">
11+
![Webinterface home](assets/images/webinterface_home_new.png)
1212

1313
---
1414

@@ -27,6 +27,9 @@ The button "Display log file" will be displayed in black letters, if the logging
2727
Underneath the header area the installed version of BSB-LAN is shown.
2828
BSB-LAN can check if a newer version is available. If there is a newer version, the link leads to the ZIP file of the repo, so that you can save it directly from within the webinterface.
2929

30+
![Webinterface new version](assets/images/neue_version.png)
31+
32+
3033
| Note |
3134
|:-----|
3235
| If you want to use this function, you need to activate it. Please see [chapter 2.2](chap02.md#22-configuration). |
@@ -37,11 +40,11 @@ BSB-LAN can check if a newer version is available. If there is a newer version,
3740
**Heater functions (URL command: /K):**
3841
The button "heater functions" displays a list of all categories within the supported controllers (therefore also categories which aren't supported by certain controller types):
3942

40-
<img src="https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN_EN/master/docs/pics/webinterface_categories.png">
43+
![Categories](assets/images/webinterface_categories.png)
4144

4245
A click on the category name queries all supported parameters and displays them in the webinterface. Parameters which aren't supported/available within that specific type of controller will be displayed in grey letters and the note "(parameter not supported)":
4346

44-
<img src="https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN_EN/master/docs/pics/webinterface_category-c1.png">
47+
![Cat C1](assets/images/webinterface_category-c1.png)
4548

4649
| Note |
4750
|:-----|
@@ -53,15 +56,15 @@ A click on the category name queries all supported parameters and displays them
5356
If [optional sensors](chap07.md#71-usage-of-optional-sensors-dht22-ds18b20-bme280) are connected and configured correctly, the sensors will be listed after clicking this button.
5457

5558
The following screenshot shows the output of a connected BME280 and five DS18B20 sensors.
56-
<img src="https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN_EN/master/docs/pics/sensoren.png">
59+
![Sensors](assets/images/sensoren.png)
5760

5861

5962
---
6063

6164
**Display/Plot log file (URL command: /D and /DG):**
6265
If the [logging function to the microSD card](chap06.md#61-logging-data) is set and active, the belonging button is named "Plot log file". Once you click on it, the logfile (file *datalog.txt*) will be graphically displayed. If the logging function is deaktivated, the button is named "Display log file" and is shown in black letters.
6366

64-
<img src="https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN_EN/master/docs/pics/webinterface_log_graph_en.png">
67+
![Graph](assets/images/webinterface_log_graph_en.png)
6568

6669
Mouseover, click and mouse wheel actions within the graphical display provide various control options:
6770
- better legibility for value numbers with plot lines close to each other (mouseover on plot)
@@ -78,15 +81,15 @@ Mouseover, click and mouse wheel actions within the graphical display provide va
7881
**Device-specific parameter list (URL command: /Q):**
7982
After clicking on "Download" at the end of the displayed text, this function queries all parameters of the connected controller and creates the belonging textfile with the specific output. This file must be sent to Frederik (bsb(ät)code-it.de) in order to have the belonging file `BSB_LAN_custom_defs.h` created for your type of controller. After you received that file from Frederik, you the have to replace the existent file with this version and flash BSB-LAN again to gain full access to your controller. For further informations please see [chap. 3.3](chap03.md#33-create-device-specific-parameter-list).
8083

81-
<img src="https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN_EN/master/docs/pics/QD_en.png">
84+
![QD](assets/images/QD_en.png)
8285

8386
---
8487

8588
**Settings (URL command: /C):**
8689
It shows the [webinterface for configuration](chap02.md#221-configuration-via-webinterface) and an overview of certain functions that have been set.
8790
You get a quick overview of (e.g.) the used version of BSB-LAN, the uptime, the used bus type, the address, the readonly or read/write state of the adapter, about parameters that are set to log, protected GPIO pins and so on.
8891

89-
<img src="https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN_EN/master/docs/pics/webconfig_settings_screenshot_en.png">
92+
![Settings](assets/images/webconfig_settings_screenshot_en.png)
9093

9194

9295
---

0 commit comments

Comments
 (0)