Update Task Finland authored by Johannes Hug's avatar Johannes Hug
# Task: Hack Your Coffeemaschine # Task: Hack Your Coffeemachine
## Goal: Using Energy-Monitoring and AI to determine Processdata ## Goal: Using Energy-Monitoring and AI to determine Processdata
In unserem Präsenzkurs werden wir eine IOT-Energymonitoring-Device nutzen, welche uns folgende Parameter zyklisch bereitstellt. In our hands-on course, we will use an IoT energy monitoring device that cyclically provides us with the following parameters:
* Spannung * **Voltage**
* Strom low * **Current low**
* Strom high * **Current high**
* Leistung low * **Power low**
* Leistung high * **Power high**
* Energie low * **Energy low**
* Energie high * **Energy high**
* Frequenz in Hz * **Frequency in Hz**
* Leistungsfaktor * **Power factor**
* Alarmstufe * **Alarm level**
![Schematic Diagram](media/Systemarchitekture.png)
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.
Das IoT-Device sendet diese Informationen zyklisch auf ein Topic des MQTT-Brokers. Damit die Systemarchitektur klar wird schauen Sie sich bitte folgendes schematische Bild an. Das IoT-Device sendet diese Informationen zyklisch auf ein Topic des MQTT-Brokers. Damit die Systemarchitektur klar wird schauen Sie sich bitte folgendes schematische Bild an.
... ...
......