lumapu
e3e141ab57
fixed potential issue while set NRF pin to "off", added "default" behavior
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
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
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
a77bea55d0
fix webserial is now in local timezone
2 years ago
DanielR92
000ed8ac53
Pacth from homeautomation22
2 years ago
DanielR92
86b3137b6a
Add disclaimer to the Ahoy
2 years ago
lumapu
f2a794d518
fix setup for multiple inverters
2 years ago
DanielR92
7c7a7d25b8
Patch no_eeprom_pl
2 years ago
DanielR92
868012931f
Patch from home...
2 years ago
stefan123t
13aa06e5d9
add CleanState_LockAndAlarm in app.cpp, hmRadio.h, web.cpp
and add Inverter Pulldown to serial.html
2 years ago
Sandner, Denny
677acb9416
ESP32 build corrected
2 years ago
lumapu
4c5a9cb37f
fix #278
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
lumapu
0759bff4cd
* web-serial: added internal buffer which is transmitted every second if its fill state is different from 0
* added uptime to serial console
* time will be instantiated in ESP (was in in JS)
* fixed SerialDebug inside hmRadio.h (thx to klahus1)
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
lumapu
810e16df6e
* start creation of visualisation api contents
* removed /json part -> moved to API
* added missing update.html
2 years ago
Nico Hess
330d9d5002
use relative not absolute url path
2 years ago
Sandner, Denny
f89c6e06a3
add General overview for several inverters
2 years ago
lumapu
1f6db2ffdb
* improved api
* finished index page
2 years ago
lumapu
833e6c4904
improved webApi, added /api/setup for compared json (only 1 XHR is needed to get all infos)
2 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)
2 years ago
lumapu
440d386ec0
* improved api (now webApi)
* converted index to static page
2 years ago
lumapu
b6ac416665
improved async web setup 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
lumapu
3a51f3545c
improved generation of power limit control html select element
2 years ago
lumapu
03b9af216d
/setup geht noch nicht
2 years ago
Andreas Schiffler
146a1d5eea
improvment mqtt after add values
2 years ago
Andreas Schiffler
f76fbea5c2
added last alarm msg request
2 years ago
tastendruecker123
079ba896d1
MQTT reconnect delay, fixed ESP32 build
2 years ago
DanielR92
8f389f8939
Delete checkserial() in the input field
Webbrowser error when the site 'setup' is called.
JS function not exist.
https://github.com/grindylow/ahoy/issues/184 (first row)
2 years ago
Andreas Schiffler
51fbe7868c
added command queue
+ command queue
+ feedback from inverter for actual power limit via InfoCmd -> SystemConfigPara (0x05)
+ REST API will enqueue a new info command
+ change in power limit will enqueue infocm to get actual power limit
+ actual power limit is available under mqtt topic <TOPIC>/<NAME>/ch0/PowerLimit ALWAYS in percent
+ Firmware information will be requested automatically up on start of dtu
2 years ago
tastendruecker123
0ad53d56d8
ESP32 support added
* ESP32 adjustments, compiles and runs
* Changed gitignore to ignore debug log files
2 years ago
lumapu
9ca1792480
fixed setup layout for mobile devices
2 years ago
Andreas Schiffler
aa1c498524
possible fix ref issue #162
2 years ago
Andreas Schiffler
458639b648
button on index to get FW-Version
2 years ago
Andreas Schiffler
3e1b120b74
0.5.14 Bug fix mqtt payload & get FWVersion
Changes 0.5.14.
- bug fix in mqtt payload handling thx to @klahus1 and silversurfer
- small improvements in code styling
- refactoring to get have the option to implement different parse for InfoCommands
- Get FWVersion by REST API call
- Display FWVersion in webui (only after REST API call)
2 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
2 years ago
Andreas Schiffler
6ac3876092
Major Updates active power limit
See the User_Manual.md for more information about the functionality of the active power limit.
3 years ago
lumapu
a5f975bbe4
* moved wifi related stuff to extra class
3 years ago
lumapu
74f053a5ae
* webinterface refactored completely
3 years ago