lumapu
d11d3134f6
fix ESP32 (also tested in hardware)
2 years ago
lumapu
614af26cd9
fix #466
2 years ago
lumapu
28594aff4f
partial fix #468 MQTT
fix #466 calculation of sunrise and sunset
fix #463 Webserial Timestamp fix
2 years ago
lumapu
0a5833e6ec
improved mqtt
removed wrong "inverter type can't be detected!" messages
repaired NTP and static IP #459
MQTT status about availability and produce are retain messages now
2 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
2 years ago
lumapu
43af07716e
fix logout
2 years ago
lumapu
22715a1a4a
first draft version, callback and subscription not included
2 years ago
lumapu
59b8baab41
release v0.5.41
2 years ago
DanielR92
04c18944e2
Increase MQTT LEN of ADDR,USER,PWD,TOPIC
2 years ago
lumapu
657f594307
fix erase without wifi settings
added minute wise ntp check
2 years ago
lumapu
4fe03d641b
moved elements to scheduler
2 years ago
lumapu
d0db3ece88
fix build
added scheduler (not finished now, draft)
2 years ago
lumapu
72652f5a2c
littlefs
2 years ago
lumapu
faa28ce1a8
convertion to littfs storage - not complete
2 years ago
lumapu
56cfffbcd8
fix mqtt #407 #398 #391
2 years ago
lumapu
1d7b02571d
added PR #356 , prometheus endpoint thanks to @avendretter
changed default wifi IP to 192.168.4.1 (to avoid conflicts with local router configurations)
added default pinout for ESP32
2 years ago
lumapu
43e8714526
refactored `sendMqttDiscoveryConfig`
2 years ago
lumapu
fbad251236
refactored directory structure
2 years ago
lumapu
58bc1f1d8a
refactored directory structure
revert PR #401 (no class, pasted to app.cpp)
2 years ago
lumapu
64fb587cf3
fix settings length -> version number was display incorrect (footer)
2 years ago
lumapu
700c5c71e4
fixed MQTT crash during boot if no MQTT was set
added #318 status LED support
2 years ago
lumapu
ca8142e781
implemented #318 static IP support
2 years ago
lumapu
6fc5fb75b2
fix #390 geo location was not saved - wrong length of config struct was used while storing values
2 years ago
lumapu
1620b633d8
potential fix #393 corrupted MQTT total values
2 years ago
lumapu
74f4a114cd
improved GUI password handling
fix serial console uptime
fix #384 round total values
2 years ago
lumapu
6a6d522d3b
added login / logout
prepared static IP storage and disable inverter
IMPORTANT: new memory layout, your inverter settings will be lost
2 years ago
lumapu
ef72fe9a40
fix sync time from browser issue
2 years ago
lumapu
cd694f9482
run workflow
2 years ago
lumapu
0721910fe3
fix receive payload
2 years ago
lumapu
57b8a0abab
fix mqtt send all received records
renamed inverter address to serial number in setup
2 years ago
lumapu
0ab382986b
another MQTT optimization (reduced lines and duplicates)
2 years ago
lumapu
71da175fc0
refactored mqtt send out
2 years ago
lumapu
bafe47e424
improved UI (responsive)
2 years ago
lumapu
f721116987
improved menu (seperators)
added second level for reboot if reboot from menu was selected by mistake
2 years ago
lumapu
bb1f345e29
added central menu
2 years ago
lumapu
dbbfe25a44
added wifi scan to setup
fixed issues on index.html
2 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
2 years ago
DanielR92
59b53237f8
incement version
for add sunset/sunrise function
2 years ago
DanielR92
000ed8ac53
Pacth from homeautomation22
2 years ago
DanielR92
86b3137b6a
Add disclaimer to the Ahoy
2 years ago
lumapu
38bb3fd7e2
fix #334 added button to index if ntp timeserver was not reachable
2 years ago
lumapu
e3532f4464
implemented #336 set time manually or resync NTP
2 years ago
DanielR92
7c7a7d25b8
Patch no_eeprom_pl
2 years ago
lumapu
7cd075fbad
added receive no answer counter #332
corrected resetPayload in app loop
2 years ago
lumapu
6bd7e01f1a
* started to implement POST api
* improved web serial console
* added multi inverter total values (published through MQTT)
* fixed: after boot there were transferred wrong data because of incorrect assignment (mqtt, visualization)
-> not tested with sun
2 years ago
Andreas Schiffler
bc14a6c6b8
inccrease minor release number for sprint 03
2 years ago
Andreas Schiffler
0ae56efb2f
Build Dev-Version 0.5.17
2 years ago
lumapu
440d386ec0
* improved api (now webApi)
* converted index to static page
2 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
2 years ago
lumapu
ae968d618a
* added option for no powerlimit (setup)
* moved function showLiveData to web.cpp
* improved debug messages
* cleaned some code
2 years ago