lumapu
f8fe044e1b
Release 0.5.66
(fix NTP sync)
2 years ago
lumapu
52423e679f
wifi, code optimization #509
2 years ago
lumapu
73b6ff073c
channel name can use any character, not limited any more
added `/` to MQTT topic and Inverter name
trigger for `calcSunrise` is now using local time #515
fix reconnect timeout for WiFi #509
start AP only after boot, not on WiFi connection loss
improved /system `free_heap` value (measured before JSON-tree is built)
2 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
2 years ago
lumapu
c973d6eace
fix github actions for ESP32
2 years ago
lumapu
de4c572ee2
fix night communication enable
improved different WiFi connection scenarios (STA WiFi not found, reconnect #509 , redirect for AP to configuration)
2 years ago
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
2 years ago
lumapu
c8ec1c193f
fix workflow compile
2 years ago
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
2 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
2 years ago
lumapu
03080b1d7d
implemented fixes of #483
2 years ago
lumapu
49b530a743
added interface class for app
refactored web and webApi -> now RestApi.h
fix calcSunrise
fixed calcSunrise trigger calculation
display zero values on /live
added changes from #483
2 years ago
lumapu
3e9b08569c
fix compilation errors (display, ESP32)
2 years ago
lumapu
183b9b35f6
improved scheduler #483
refactored NTP
generate bin.gz only for ESP8285
fix calcSunrise calculation
2 years ago
lumapu
d9290d9fdf
fix #480 AP Mode on fresh ESP
included #483 improvements
fix #468 last_success MQTT
fix #468 update available status at sunset
fix #447 reorderd enqueue commands to not have same payload length in a row
added ssd1306 and nokia display to build script
2 years ago
lumapu
d11d3134f6
fix ESP32 (also tested in hardware)
2 years ago
lumapu
7c6ab6792b
fix #472 refactored ahoyWifi class completely
-> now Ahoy opens an AP during boot. This will be closed once a station WiFi connection is established
improved NTP after boot, will be synced immediately after successful WiFi connection
2 years ago
lumapu
22715a1a4a
first draft version, callback and subscription not included
2 years ago
DanielR92
553f64caa3
Add mqtt sunrise/sunset + setupAp + system.html
2 years ago
lumapu
da04d3ff73
fix ESP32 build
2 years ago
lumapu
faa28ce1a8
convertion to littfs storage - not complete
2 years ago
lumapu
24de3ac39b
clean up mqtt stuff
fix workflow
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
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
ca8142e781
implemented #318 static IP support
2 years ago
lumapu
ea991a7723
fix #389 prevent connect to default Wifi 'YOUR_WIFI_SSID'
implemented #388 add inverter Id to the front of serial print
fix inverter serial number length in input field (api.js)
2 years ago
Sven Naumann
365cedccf0
Wifi getAvailNetworks sort by RSSI signal strength
2 years ago
lumapu
3764aa4ce1
improved wifi scan (must be fired now, not automatically any more)
2 years ago
lumapu
201af3a315
fix build error
2 years ago
lumapu
dbbfe25a44
added wifi scan to setup
fixed issues on index.html
2 years ago
DanielR92
000ed8ac53
Pacth from homeautomation22
2 years ago
lumapu
8ae78842a8
* built visualization as xhr
* converted /update to xhr
* started web serial console /serial
* /save does not work yet - not debugged
2 years ago
tastendruecker123
0ad53d56d8
ESP32 support added
* ESP32 adjustments, compiles and runs
* Changed gitignore to ignore debug log files
2 years ago
lumapu
a5f975bbe4
* moved wifi related stuff to extra class
2 years ago