Commit graph

50 commits

Author SHA1 Message Date
lumapu
58bc1f1d8a refactored directory structure
revert PR #401 (no class, pasted to app.cpp)
2022-11-09 22:13:31 +01:00
lumapu
e3e141ab57 fixed potential issue while set NRF pin to "off", added "default" behavior 2022-11-06 02:27:35 +01:00
lumapu
700c5c71e4 fixed MQTT crash during boot if no MQTT was set
added #318 status LED support
2022-11-06 02:22:01 +01:00
lumapu
ca8142e781 implemented #318 static IP support 2022-11-06 01:07:12 +01:00
lumapu
74f4a114cd improved GUI password handling
fix serial console uptime
fix #384 round total values
2022-11-04 12:29:04 +01:00
lumapu
6a6d522d3b added login / logout
prepared static IP storage and disable inverter
IMPORTANT: new memory layout, your inverter settings will be lost
2022-11-02 22:41:31 +01:00
lumapu
bafe47e424 improved UI (responsive) 2022-10-24 16:26:51 +02:00
lumapu
f721116987 improved menu (seperators)
added second level for reboot if reboot from menu was selected by mistake
2022-10-23 21:57:03 +02:00
lumapu
a77bea55d0 fix webserial is now in local timezone 2022-10-22 01:28:14 +02:00
DanielR92
000ed8ac53 Pacth from homeautomation22 2022-10-19 16:58:55 +02:00
DanielR92
86b3137b6a Add disclaimer to the Ahoy 2022-10-18 21:25:15 +02:00
lumapu
f2a794d518 fix setup for multiple inverters 2022-10-17 14:14:23 +02:00
DanielR92
7c7a7d25b8 Patch no_eeprom_pl 2022-10-11 17:18:13 +02:00
DanielR92
868012931f Patch from home... 2022-10-04 18:44:27 +02:00
stefan123t
13aa06e5d9 add CleanState_LockAndAlarm in app.cpp, hmRadio.h, web.cpp
and add Inverter Pulldown to serial.html
2022-10-03 23:02:37 +02:00
Sandner, Denny
677acb9416 ESP32 build corrected 2022-09-19 19:29:46 +02:00
lumapu
4c5a9cb37f fix #278 2022-09-14 21:58:34 +02:00
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
2022-09-10 02:19:25 +02:00
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)
2022-09-09 14:46:18 +02:00
lumapu
8ae78842a8 * built visualization as xhr
* converted /update to xhr
* started web serial console /serial
* /save does not work yet - not debugged
2022-09-07 23:09:47 +02:00
lumapu
200ce0c0cc * Merge branch 'development03' into asyncWeb03
* improved webApi
* updated Library Information (version + license)
2022-09-06 16:39:39 +02:00
lumapu
810e16df6e * start creation of visualisation api contents
* removed /json part -> moved to API
* added missing update.html
2022-09-06 13:28:46 +02:00
Andreas Schiffler
f97d365da7
Merge pull request #253 from Grufbert/url-path-relative
Use relative url path on setup page
2022-09-06 11:10:53 +02:00
Nico Hess
330d9d5002
use relative not absolute url path 2022-09-06 08:44:47 +02:00
Sandner, Denny
f89c6e06a3 add General overview for several inverters 2022-09-04 18:37:18 +02:00
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