lumapu
a8d9b7ad0b
fix MQTT `status` update
removed MQTT `available_text` (can be deducted from `available`)
enhanced MQTT documentation in `User_Manual.md`
remvoed `tickSunset` and `tickSunrise` from MQTT. It's not needed any more because of minute wise check of status (`processIvStatus`)
changed MQTT topic `status` to nummeric value, check documentation in `User_Manual.md`
fix regular expression of `setup.html` for inverter name and channel name
3 years ago
lumapu
c3fc01b956
fix #521 no reconnect at beginning of day
added immediate (each minute) report of inverter status MQTT #522
added protection mask to select which pages should be protected
3 years ago
lumapu
6bb8a4e448
added regex to inverter name and MQTT topic (setup.html)
beautified serial.html
added ticker for wifi loop #515
reverted sunrise / sunset ticker to most recent version
3 years ago
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)
3 years ago
lumapu
c8c8b99957
Mono-Display: show values in offline mode #498
improved wifi class #483
added communication enable / disable (to test mutliple DTUs with the same inverter)
fix factory reset #495
3 years ago
lumapu
614af26cd9
fix #466
3 years ago
lumapu
b1946df32f
updated REST API and MQTT to use the same functionality
added heap as MQTT publish
updated User_Manual.md to latest changes
development build will have now always the same name because of static link from https://ahoydtu.de
3 years ago
DanielR92
9656e880b3
remove maxlength="32"
3 years ago
lumapu
faa28ce1a8
convertion to littfs storage - not complete
3 years ago
DanielR92
834c8115a8
add parseESP in all html
3 years ago
DanielR92
fbf75d1e9e
footer add serial, setup, system, update, visualtion
3 years ago
lumapu
fbad251236
refactored directory structure
3 years ago
lumapu
e3e141ab57
fixed potential issue while set NRF pin to "off", added "default" behavior
3 years ago
lumapu
700c5c71e4
fixed MQTT crash during boot if no MQTT was set
added #318 status LED support
3 years ago
lumapu
ca8142e781
implemented #318 static IP support
3 years ago
lumapu
74f4a114cd
improved GUI password handling
fix serial console uptime
fix #384 round total values
3 years ago
lumapu
6a6d522d3b
added login / logout
prepared static IP storage and disable inverter
IMPORTANT: new memory layout, your inverter settings will be lost
3 years ago
lumapu
26b06184cd
added link to documentation in the footer
3 years ago
lumapu
57b8a0abab
fix mqtt send all received records
renamed inverter address to serial number in setup
3 years ago
lumapu
1a57b23f5b
minor design corrections
fix onkeyup / onchange event while typing / copying serial number to setup
3 years ago
lumapu
bafe47e424
improved UI (responsive)
3 years ago
lumapu
f721116987
improved menu (seperators)
added second level for reboot if reboot from menu was selected by mistake
3 years ago
lumapu
3764aa4ce1
improved wifi scan (must be fired now, not automatically any more)
3 years ago
lumapu
bb1f345e29
added central menu
3 years ago
lumapu
2a3c267906
added link to git commit from git sha in footer (feature request from @stefan123t )
3 years ago
lumapu
dbbfe25a44
added wifi scan to setup
fixed issues on index.html
3 years ago
lumapu
6ed2dfde9c
* fix EPS32 GPIO names #286
* fix negative temperature (OpenDTU issue 246)
* added plausibility check based on payload length
* prepared project for splitting into library and end-user-esp
* added donation link to index.html
* deactivated disclaimer temporarily
3 years ago
lumapu
202d883f38
added different pinout for ESP32 #286
3 years ago
DanielR92
000ed8ac53
Pacth from homeautomation22
3 years ago
DanielR92
86b3137b6a
Add disclaimer to the Ahoy
3 years ago
lumapu
f2a794d518
fix setup for multiple inverters
3 years ago
lumapu
a595950d7d
fix #338 , needs verifcation from homeassistant users
added download link for settings on setup.html and update.html
3 years ago
lumapu
46c3d85936
fix #342 mqtt password is hidden now
3 years ago
lumapu
dbdc2ad5ab
fixed timezone for time sync from browser #336 (thx @DanielR92 )
3 years ago
lumapu
e3532f4464
implemented #336 set time manually or resync NTP
3 years ago
DanielR92
7c7a7d25b8
Patch no_eeprom_pl
3 years ago
lumapu
f53933b473
fix max module name length and hidden module power (1. and 2. of #337 )
3 years ago
lumapu
4561655d9d
* improved serial console
* repaired /save
* removed yields (not allowed with async-web)
3 years ago
lumapu
8ae78842a8
* built visualization as xhr
* converted /update to xhr
* started web serial console /serial
* /save does not work yet - not debugged
3 years ago
Nico Hess
330d9d5002
use relative not absolute url path
3 years ago
lumapu
833e6c4904
improved webApi, added /api/setup for compared json (only 1 XHR is needed to get all infos)
3 years ago
lumapu
2bfb6467e0
* fix #195 : used trim() to remove leading and trailing spaces, added maxlength attr to input field
* started to work on #209 : added another timer for NTP update after configurable interval (default 12h)
3 years ago
lumapu
440d386ec0
* improved api (now webApi)
* converted index to static page
3 years ago
lumapu
08d8658737
setup page complete converted to static version
3 years ago
lumapu
b6ac416665
improved async web setup page
3 years ago
lumapu
13c88b3626
* created new API functions
* bound html through ajax to parse setup page (not finished now)
* added compression option for static html to python module
* removed generated h-file from index (redundant information), they will be created on compile time
3 years ago
lumapu
ae968d618a
* added option for no powerlimit (setup)
* moved function showLiveData to web.cpp
* improved debug messages
* cleaned some code
3 years ago
lumapu
03b9af216d
/setup geht noch nicht
3 years ago
lumapu
9ca1792480
fixed setup layout for mobile devices
3 years ago
Andreas Schiffler
ac79828eb5
0.5.13 Bug fixes and minor updates
- Solves Issue 156, 158, 159
- Uncheck "Reboot after save" by default, It is only madatory if an inverter is added or changed (name,address)
- Add "*" to denote mandatory fields in setup
- Remove "MQTT Interval read only" in setup
- Correct typos in Markdown files
3 years ago