Updated Home (markdown)

2020-02-18 06:44:45 +01:00
parent e03e638bba
commit 1e8393d149

12
Home.md

@@ -1,3 +1,5 @@
<a name="RequiredPERLModule"/>
# Required PERL Module # Required PERL Module
The following Perl modules must be installed: The following Perl modules must be installed:
@@ -14,6 +16,7 @@ The following Perl modules must be installed:
`root@fhemdev:~# cpan Crypt::Cipher::AES` `root@fhemdev:~# cpan Crypt::Cipher::AES`
<a name="SetDevelopermodeonthegateway"/>
# Set Developermode on the gateway! # Set Developermode on the gateway!
Without the developer mode, no communication with the XiaomiSmartHome gateway is possible. 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.<br/>Android -> https://louiszl.gitboo
IOS go here -> https://github.com/fooxy/homeassistant-aqara/wiki/Enable-dev-mode<br/> IOS go here -> https://github.com/fooxy/homeassistant-aqara/wiki/Enable-dev-mode<br/>
The password shown in the app must set on the FHEM XioamiSmartHome Gatewaydevice! (see additional pictures below) The password shown in the app must set on the FHEM XioamiSmartHome Gatewaydevice! (see additional pictures below)
<a name="Ports"/>
# Used Ports / Firewall # 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. 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.
<a name="Define"/>
# DEFINE # DEFINE
`define <DEINNAMEWIEDUWILLST> XiaomiSmartHome <IP_DES_MI_GATEWAYS>` `define <DEINNAMEWIEDUWILLST> XiaomiSmartHome <IP_DES_MI_GATEWAYS>`
<a name="Fhem"/>
# Update FHEM Modules # Update FHEM Modules
* update all https://raw.githubusercontent.com/T0RST3N/fhem-XiaomiSmartHome/master/controls_mish.txt * update all https://raw.githubusercontent.com/T0RST3N/fhem-XiaomiSmartHome/master/controls_mish.txt
<a name="devStateIcon"/>
# devStateIcon # devStateIcon
motion: `motion:motion_detector@red off:motion_detector@green` 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` For example `docker run -d --name fhem --net=host fhem/fhem`
https://forum.fhem.de/index.php/topic,78418.msg1024950.html#msg1024950 https://forum.fhem.de/index.php/topic,78418.msg1024950.html#msg1024950
**Thanks to Robin for finding out.** **Thanks to Robin for finding out.**