From bea0ee77266304a6f5f1eb4784a0fd7679ac43a5 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 20 Jul 2020 15:55:32 +0200 Subject: [PATCH] added bit explaining tx_modes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36308a889..61a84a1bb 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ - Connect to the Access Point called ems-esp using the WPA password `ems-esp-neo`. When you see the captive portal sign-in with username `admin` and password `admin`. Set the WiFi credentials and restart the ESP. - When it connects to your wifi network you can use either the Web UI to further configure the other settings or using Telnet. If using the Telnet console refer to the full set of commands below. To change any settings you need to be admin which can be accessed via the `su` command. The password here is the same as the JWT secret from the Web UI, default `ems-esp-neo`. + - First thing to check is if Tx is working. Use `show ems` and if you have a large number of Tx fails try changing the Tx Mode using `set tx_mode` as admin. Typical values are 1 for EMS1.0, 2 for EMS2.0/EMS+ and 3 for Heatronics. ## **List of console commands** @@ -123,6 +124,7 @@ thermostat - Multi-language. German, Dutch, French - Click on a device in the Web UI shows it's details - Publish time can be customized per device (solar, mixing etc) +- add homeassistant mqtt discovery for Boiler as well ### **Customizing the Web UI**