From 7fbfefe5b46ff2d78d5b3a2b485421ebd0e5881d Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 10 Mar 2022 08:42:17 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8e1605b3..019b37a5 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,11 @@ See Tasmota [MQTT Documentation](https://tasmota.github.io/docs/MQTT/) for more #### Use your own Webserver Upload the [tft file from HMI folder](HMI/nspanel.tft) to a Webserver (for example www folder of Home Assistant) and execute the following command in Tasmota Console. + **Webserver needs to support HTTP Range Header Requests, python2/3 http server doesn't work** +**Webserver must be HTTP, HTTPS is not supported, due to limitations of berry lang on tasmota** + `FlashNextion http://ip-address-of-your-homeassistant:8123/local/nspanel.tft` ## Configuration