From aa6a9046ef1f9aedde40fb36957d18ee160919ec Mon Sep 17 00:00:00 2001 From: Alexey Savin Date: Mon, 6 May 2019 23:29:31 +0300 Subject: [PATCH] Use valid commands for open ports on xiaomi_aqara (#9269) --- source/_components/xiaomi_aqara.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/xiaomi_aqara.markdown b/source/_components/xiaomi_aqara.markdown index ee8729d4b9e..e46eed2ca2d 100644 --- a/source/_components/xiaomi_aqara.markdown +++ b/source/_components/xiaomi_aqara.markdown @@ -287,6 +287,6 @@ That means that Home Assistant is not getting any response from your Xiaomi gate - Open a serial terminal application (e.g. PuTTY) and connect to the serial port assigned to the USB-UART module (baudrate: 115200). - Wait until the gateway is booted up, connect the RX, TX and GND wires to the UART module (don't connect the Vcc (power) wire!). - You will see all the messages from the gateway. - - Send the command `psm-set network.open_pf 3` (the command has to end with a `CR` newline character). - - Check your settings executing the command `psm-get network.open_pf` to be sure it's OK. + - Send the command `psm-set network open_pf 3` (the command has to end with a `CR` newline character). + - Check your settings executing the command `psm-get network open_pf` to be sure it's OK. - Restart the gateway.