Commit graph

25 commits

Author SHA1 Message Date
lumapu
1f6db2ffdb * improved api
* finished index page
2022-08-31 23:05:56 +02:00
lumapu
833e6c4904 improved webApi, added /api/setup for compared json (only 1 XHR is needed to get all infos) 2022-08-30 23:26:58 +02:00
lumapu
b871ed06d2 Merge branch 'development02' into asyncWeb02 2022-08-30 21:43:20 +02:00
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)
2022-08-30 15:35:36 +02:00
lumapu
440d386ec0 * improved api (now webApi)
* converted index to static page
2022-08-28 22:32:34 +02:00
lumapu
b6ac416665 improved async web setup page 2022-08-28 01:48:53 +02:00
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
2022-08-27 02:27:32 +02:00
lumapu
2556197509 Merge branch 'development02' into asyncWeb02 2022-08-26 21:59:27 +02:00
lumapu
ae968d618a * added option for no powerlimit (setup)
* moved function showLiveData to web.cpp
* improved debug messages
* cleaned some code
2022-08-26 16:34:10 +02:00
lumapu
3a51f3545c improved generation of power limit control html select element 2022-08-25 10:49:31 +02:00
lumapu
03b9af216d /setup geht noch nicht 2022-08-25 09:44:50 +02:00
Andreas Schiffler
146a1d5eea improvment mqtt after add values 2022-08-24 08:31:33 +02:00
Andreas Schiffler
f76fbea5c2 added last alarm msg request 2022-08-23 17:52:07 +02:00
tastendruecker123
079ba896d1 MQTT reconnect delay, fixed ESP32 build 2022-08-22 19:59:45 +02:00
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)
2022-08-20 22:44:44 +02:00
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
2022-08-20 13:34:31 +02:00
tastendruecker123
0ad53d56d8
ESP32 support added
* ESP32 adjustments, compiles and runs
* Changed gitignore to ignore debug log files
2022-08-19 17:35:10 +02:00
lumapu
9ca1792480 fixed setup layout for mobile devices 2022-08-19 16:13:14 +02:00
Andreas Schiffler
aa1c498524 possible fix ref issue #162 2022-08-18 08:01:24 +02:00
Andreas Schiffler
458639b648 button on index to get FW-Version 2022-08-17 11:30:18 +02:00
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)
2022-08-17 09:01:25 +02:00
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
2022-08-16 15:19:45 +02:00
Andreas Schiffler
6ac3876092 Major Updates active power limit
See the User_Manual.md for more information about the functionality of the active power limit.
2022-08-15 20:56:54 +02:00
lumapu
a5f975bbe4 * moved wifi related stuff to extra class 2022-08-14 03:00:04 +02:00
lumapu
74f053a5ae * webinterface refactored completely 2022-08-14 02:18:53 +02:00