From a691dc42dc9c308cf6176f8ea9f9e73f51d3bc9c Mon Sep 17 00:00:00 2001 From: schizza Date: Wed, 1 May 2024 13:44:18 +0200 Subject: [PATCH] Update firmware_bug.md --- firmware_bug.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/firmware_bug.md b/firmware_bug.md index 5d9608a..bce070a 100644 --- a/firmware_bug.md +++ b/firmware_bug.md @@ -15,8 +15,7 @@ If you ommit the `:port`, station will send data to designated port `:80` of you ## :adhesive_bandage: Workaround -[!TIP] -There is a solution to this! :bulb: +:bulb: There is a solution to this! You have to redirect incoming data on `port 80` from station's IP address to `port 8123` or what ever port your instance of Home Assistant is running. To achive this, you have to run `iptables` to redirect ports. @@ -28,9 +27,9 @@ Ok, now how to do it? ### Step one -Install [`Advanced SSH & Web Terminal`](https://github.com/hassio-addons/addon-ssh/blob/main/ssh/DOCS.md) from add-ons. Yes, it **has to be** `Advanced SSH & Web Terminal` not regular `Terminal & SSH`, as regular `Terminal & SSH` do not have such functions, capabilities and privileges. +Install [Advanced SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh/blob/main/ssh/DOCS.md) from add-ons. Yes, it **has to be** `Advanced SSH & Web Terminal` not regular `Terminal & SSH`, as regular `Terminal & SSH` do not have such functions, capabilities and privileges. -### Step two +### Step two After you have installed `Advanced SSH & Web Terminal` [configure ](https://github.com/hassio-addons/addon-ssh/blob/main/ssh/DOCS.md) it to run on some free port (eg. 23). Make sure you have configured `username` and `authorized_keys`. Please be advised, that this script will not work with `password`.