Browse Source

Merge pull request #200 from DanielR92/patch-10

Update Scheduler / Task manager + MQTT
pull/202/head
Andreas Schiffler 2 years ago
committed by GitHub
parent
commit
8bf539aea4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tools/esp8266/README.md

5
tools/esp8266/README.md

@ -81,11 +81,14 @@ The webinterface has the following abilities:
- some statistics about communication (debug) - some statistics about communication (debug)
The serial console will print the converted values which were read out of the inverter(s) 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) ## Todo's [See this post](https://github.com/grindylow/ahoy/issues/142)
- [ ] Wechsel zu AsyncWebServer und ElegantOTA für Stabilität - [ ] 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) - [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 - [ ] AlarmData & AlarmUpdate Parsen und auf eigener Seite darstellen

Loading…
Cancel
Save