Update Task Finland authored by Johannes Hug's avatar Johannes Hug
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
In our hands-on course, we will use an IoT energy monitoring device that cyclically provides us with the following parameters: In our hands-on course, we will use an IoT energy monitoring device that cyclically provides us with the following parameters:
You can check the datasheet of the used Sensor PZEM-016.
* **Voltage** * **Voltage**
* **Current low** * **Current low**
* **Current high** * **Current high**
...@@ -15,7 +17,9 @@ In our hands-on course, we will use an IoT energy monitoring device that cyclica ...@@ -15,7 +17,9 @@ In our hands-on course, we will use an IoT energy monitoring device that cyclica
* **Power factor** * **Power factor**
* **Alarm level** * **Alarm level**
![Systemarchitecture](Documentation/Self-Learn/images/Systemarchitekture.pngSystemarchitekture.png) ![BILD](../images/Systemarchitekture.png)
!\[11\](\<img src="../images/Systemarchitekture.png" alt="Systemarchitektur" width="600"/\>)
The IoT device sends this information cyclically to a topic on the MQTT broker. To understand the system architecture, please refer to the schematic diagram below. The IoT device sends this information cyclically to a topic on the MQTT broker. To understand the system architecture, please refer to the schematic diagram below.
... ...
......