From 5c33690f1ac71ca6814d93530f403669cd33375f Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Wed, 24 Aug 2022 20:06:48 +0200 Subject: [PATCH] Update Scheduler / Task manager + MQTT --- tools/esp8266/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/esp8266/README.md b/tools/esp8266/README.md index 3f37baa0..143982dc 100644 --- a/tools/esp8266/README.md +++ b/tools/esp8266/README.md @@ -79,11 +79,14 @@ The webinterface has the following abilities: - some statistics about communication (debug) The serial console will print the converted values which were read out of the inverter(s) + +### MQTT command to set the DTU without webinterface + [Read here](https://github.com/grindylow/ahoy/blob/development02/tools/esp8266/User_Manual.md) ## Todo's [See this post](https://github.com/grindylow/ahoy/issues/142) - [ ] Wechsel zu AsyncWebServer und ElegantOTA für Stabilität -- [ ] klarer Scheduler / Task manager, der ggf. den Receive Task priorisieren kann +- [x] klarer Scheduler / Task manager, der ggf. den Receive Task priorisieren kann - [x] Device Info Kommandos (Firmware Version, etc.) über das Dashboard anzeigen [Device Information ( `0x15` `REQ_ARW_DAT_ALL` ) SubCmd Kommandos #145](https://github.com/grindylow/ahoy/issues/145) - [ ] AlarmData & AlarmUpdate Parsen und auf eigener Seite darstellen