From ece488cb2a24db3855b801fc5c7dd4e67c2ffd5f Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 24 Apr 2023 18:54:52 +0200 Subject: [PATCH] Doc: Added hint regarding multiple DTUs per inverter Fix #831 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5883610..e1bc14e 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ A documentation of the Web API can be found here: [Web-API Documentation](docs/W * If your problem persists, check the [Issues on Github](https://github.com/tbnobody/OpenDTU/issues). Please inspect not only the open issues, also the closed issues contain useful information. * Another source of information are the [Discussions](https://github.com/tbnobody/OpenDTU/discussions/) * When flashing with VSCode Plattform.IO fails and also with ESPRESSIF tool a demo bin file cannot be flashed to the ESP32 with error message "A fatal error occurred: MD5 of file does not match data in flash!" than un-wire/unconnect ESP32 from the NRF24L01+ board. Try to flash again and rewire afterwards. +* Make sure to connect one inverter only to one DTU (Original, Ahoy, OpenDTU doesn't make a difference). If you query a inverter by multiple DTUs you will get strange peaks in your values. ## Related Projects