Commit graph

41 commits

Author SHA1 Message Date
DanielR92
240d0c51ed
Update system.html 2024-08-23 18:06:59 +02:00
lumapu
d14d783929 0.8.141
* switch AsyncWebserver to https://github.com/mathieucarbou/ESPAsyncWebServer
* fix missing translations to German #1717
* increased maximum number of alarms to 50 for ESP32 #1470
* fix German translation #1688
* fix display of delete and edit buttons in `/setup` #1372
2024-08-17 00:04:02 +02:00
lumapu
d7007b354d 0.8.135
* translated `/system` #1717
2024-08-11 16:03:08 +02:00
lumapu
5b6ffcc07b 0.8.134
* redesigned `/system`
2024-08-11 02:23:06 +02:00
lumapu
6045cbb31b Ethernet + Wifi fully functional 2024-08-10 01:55:23 +02:00
lumapu
64ee494a06 0.8.123
* show device name in html title #1639
* update AsyncWebserver library to `3.2.2`
2024-05-31 00:10:36 +02:00
VArt67
802dc21863 BF: Navigation was not updated in history.htm due to disable of yieldPerDay graph
* Added wifi channel number info to system.html
2024-03-03 20:03:27 +01:00
lumapu
6c4e6f9d90 0.8.55
* merge PR: fix reboot problem with deactivated power graph #1360
* changed scope of variables and member functions inside display classes
* removed automatically "minimal" builds
* fix include of "settings.h" (was already done in #1360)
* merge PR: Enhancement: Add info about compiled modules to version string #1357
* add info about installed binary to `/update` #1353
* fix lang in `/system` #1346
2024-01-14 17:38:37 +01:00
lumapu
3aa4751689 0.8.49
* fix send total values if inverter state is different from `OFF` #1331
* fix german language issues #1335
2024-01-08 21:54:27 +01:00
lumapu
b765916a2a 0.8.47
* started to have german translations of all variants (environments) #925 #1199
2024-01-07 02:36:19 +01:00
lumapu
0d10d19b30 0.8.42
* add loss rate to `/visualization` in the statistics window
* corrected `getLossRate` infos for MqTT and prometheus
* added information about working IRQ for NRF24 and CMT2300A to `/system`
2024-01-03 01:29:46 +01:00
lumapu
f2e1e536f5 0.8.41
* fix display timeout (OLED) to 60s
* change offs to signed value
2024-01-02 15:12:24 +01:00
lumapu
3dd4997094 0.8.40
* fix display of sunrise and sunset in `/system` #1308
* fix MqTT set power limit #1313
2024-01-02 14:43:33 +01:00
lumapu
86ff9f054a 0.8.35
* changed reload time for opendtufusion after update to 5s
* fix default interval and gap for communication
* fix serial number in exported json (was decimal, now correct as hexdecimal number)
* beautified factory reset
* added second stage for erase settings
* increased maximal number of inverters to 32 for opendtufusion board (ESP32-S3)
* fixed crash if CMT inverter is enabled, but CMT isn't configured
2023-12-30 02:33:57 +01:00
lumapu
cf19423d91 0.8.32
* fix `start` / `stop` / `restart` commands #1287
* added message, if profile was not read until now #1300
2023-12-29 15:09:14 +01:00
lumapu
34dff0b395 small changes
added Radio DTU to /system
2023-11-19 17:24:58 +01:00
lumapu
efdac9634f 0.8.4
* introduced tabs in WebGUI (inverter settings)
* added inverter-wise power level and frequency
2023-11-11 03:12:14 +01:00
lumapu
975f6923d3 0.8.2
* beautified inverter settings in `setup` (preperation for future, settings become more inverter dependent)
2023-11-09 00:08:42 +01:00
lumapu
c3162fd2ed update web, moved radio statistics to live view (footer of inverter) as modal 2023-09-30 23:40:31 +02:00
lumapu
9a09b5f4f8 0.7.54
* added active power control in `W` to live view #201, #673
* updated docu, active power control related #706
* added current AC-Power to `index` page and removed version #763
* improved statistic data, moved to entire struct
* removed `/api/statistics` endpoint from REST-API
2023-09-17 01:55:45 +02:00
lumapu
9521cf756a 0.7.51
* fix CMT configureable pins #1150
* fix default CMT pins for opendtufusion
* beautified `system`
* changed main loops, fix resets #1125, #1135
2023-09-16 01:29:17 +02:00
lumapu
b06f8e98a4 0.7.50
* moved MqTT info to `system`
* added CMT info for ESP32 devices
* improved CMT settings, now `SCLK` and `SDIO` are configurable #1046, #1150
* changed `Power-Limit` in live-view to `Active Power Control`
* increase length of update file selector #1132
2023-09-12 23:37:57 +02:00
lumapu
9dd689b395 0.7.49
* add option to strip webUI for ESP8266 (reduce code size, add ESP32 special features; `IF_ESP32` directives)
* started to get CMT info into `system` - not finished
2023-09-11 23:15:33 +02:00
lumapu
f3192b49ab 0.7.46
* removed `delay` from ePaper
* started improvements of `/system`
* fix LEDs to check all configured inverters
2023-09-01 07:58:33 +02:00
lumapu
3600a2e28c 0.7.43
* improved RSSI for NRF24, now it's read per package (and inverter) #1129
* arranged `heap` related info together in `/system`
* fix display navi during save
* clean up binary output, separated to folders
2023-08-28 16:07:12 +02:00
lumapu
1253960177 small improvements - code review 2023-08-27 22:38:28 +02:00
DanielR92
df2b012093 NRF signal quality aprox 2023-08-24 14:02:13 +02:00
lumapu
4f0d365211 improved html and navi, navi is visible even when API dies #660
reduced maximum allowed JSON size for API to 6000Bytes #660
small fix: output command at `prepareDevInformCmd` #692
improved inverter handling for MQTT #671
2023-02-25 01:40:25 +01:00
lumapu
75539c5daf started implementation of MI inverters (setup.html, own processing MiPayload.h) 2023-02-06 23:37:05 +01:00
lumapu
3adcb68d98 improved payload handling (retransmit all fragments on CRC error)
improved `isAvailable`, checkes all record structs, inverter becomes available more early because version is check first
fix tickers were not set if NTP is not available
disabled annoying `FlashStringHelper` it gives randomly Expeptions during development, feels more stable since then
moved erase button to the bottom in settings, not nice but more functional
split `tx_count` to `tx_cnt` and `retransmits` in `system.html`
fix mqtt retransmit IP address #602
added debug infos for `scheduler` (web -> `/debug` as trigger prints list of tickers to serial console)
2023-01-19 22:43:23 +01:00
lumapu
07bf947ff7 improved stability
improved wifi initial connection - especially if station wifi is not available #509
removed new operators from web.h (reduce dynamic allocation)
improved sun calculation #515, #505
fixed wifi auto reconnect #509
added disable night communication flag to MQTT #505
changed MQTT publish of `available` and `available_text` to sunset #468
2022-12-20 22:43:54 +01:00
lumapu
5977bbaee6 improved stability
added icons to index.html, added wifi-strength symbol on each page
moved packet stats and sun to system.html
refactored communication offset (adjustable in minutes now)
2022-12-20 00:04:25 +01:00
lumapu
4df61833ca beautified system.html (converted to table) 2022-12-18 01:14:54 +01:00
lumapu
b2fc16e030 factory reset formats entire little fs
renamed sunrise / sunset on indext.html to start / stop communication
show system information only if called directly from menu
2022-12-18 00:47:45 +01:00
DanielR92
4f46106228 Add NRF to system site + api 2022-11-19 20:15:54 +01:00
lumapu
0305c114cf improved system infos - not yet nice but informal 2022-11-17 22:15:50 +01:00
DanielR92
8d43db4a21 fix some system information 2022-11-16 21:10:34 +01:00
DanielR92
553f64caa3 Add mqtt sunrise/sunset + setupAp + system.html 2022-11-15 20:34:28 +01:00
DanielR92
834c8115a8 add parseESP in all html 2022-11-14 20:31:06 +01:00
DanielR92
fbf75d1e9e footer add serial, setup, system, update, visualtion 2022-11-14 20:28:27 +01:00
lumapu
fbad251236 refactored directory structure 2022-11-09 22:46:30 +01:00
Renamed from tools/esp8266/html/system.html (Browse further)