diff --git a/Home.md b/Home.md
index 30be277..6dd3f49 100644
--- a/Home.md
+++ b/Home.md
@@ -1,3 +1,5 @@
+
+
# Required PERL Module
The following Perl modules must be installed:
@@ -14,6 +16,7 @@ The following Perl modules must be installed:
`root@fhemdev:~# cpan Crypt::Cipher::AES`
+
# Set Developermode on the gateway!
Without the developer mode, no communication with the XiaomiSmartHome gateway is possible.
@@ -22,15 +25,23 @@ Here is how to turn on the developer mode.
Android -> https://louiszl.gitboo
IOS go here -> https://github.com/fooxy/homeassistant-aqara/wiki/Enable-dev-mode
The password shown in the app must set on the FHEM XioamiSmartHome Gatewaydevice! (see additional pictures below)
+
+
# Used Ports / Firewall
The gateway communicates via UDP ports 9898 and 4321. If you use a firewall, both ports must be opened. Disabling multicastfilters in your firewall is also a good idea.
+
+
# DEFINE
`define XiaomiSmartHome `
+
+
# Update FHEM Modules
* update all https://raw.githubusercontent.com/T0RST3N/fhem-XiaomiSmartHome/master/controls_mish.txt
+
+
# devStateIcon
motion: `motion:motion_detector@red off:motion_detector@green`
@@ -81,4 +92,5 @@ The FHEM user "ROAM" Robin has found a way to run FHEM in a docker container. Th
For example `docker run -d --name fhem --net=host fhem/fhem`
https://forum.fhem.de/index.php/topic,78418.msg1024950.html#msg1024950
+
**Thanks to Robin for finding out.**