Commit graph

107 commits

Author SHA1 Message Date
lumapu
38bb3fd7e2 fix #334 added button to index if ntp timeserver was not reachable 2022-10-16 22:51:55 +02:00
lumapu
6bf6e357ca Merge branch 'development03' of https://github.com/lumapu/ahoy into development03 2022-10-11 21:52:06 +02:00
lumapu
e3532f4464 implemented #336 set time manually or resync NTP 2022-10-11 21:52:01 +02:00
DanielR92
7c7a7d25b8 Patch no_eeprom_pl 2022-10-11 17:18:13 +02:00
lumapu
7cd075fbad added receive no answer counter #332
corrected resetPayload in app loop
2022-10-11 13:21:29 +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
200ce0c0cc * Merge branch 'development03' into asyncWeb03
* improved webApi
* updated Library Information (version + license)
2022-09-06 16:39:39 +02:00
Andreas Schiffler
bc14a6c6b8 inccrease minor release number for sprint 03 2022-09-06 09:12:32 +02:00
Andreas Schiffler
0ae56efb2f
Build Dev-Version 0.5.17 2022-09-05 09:01:38 +02:00
lumapu
440d386ec0 * improved api (now webApi)
* converted index to static page
2022-08-28 22:32:34 +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
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
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
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
Andreas Schiffler
12b109c8fc Merge branch 'development' of https://github.com/grindylow/ahoy into development 2022-08-18 22:06:07 +02:00
Andreas Schiffler
fdf45926cc complete rework of release workflow add CHANGES.md 2022-08-18 22:06:02 +02:00
KlausHustede
75e6afc328 fix possible problems in struct (byte) alignment 2022-08-18 20:08:52 +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
16d348dc0b Improve MQTT Power Limit Handling 2022-08-16 19:09:59 +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
9a14d534d0 * refactored code
* v0.5.12
2022-08-14 21:10:21 +02:00
lumapu
74f053a5ae * webinterface refactored completely 2022-08-14 02:18:53 +02:00
lumapu
3c8a4c49a1 * first refactored version which is accessible through web interface 2022-08-14 01:40:55 +02:00
lumapu
15402dbd99 * merged showSetup (app + main) 2022-08-13 23:59:19 +02:00
lumapu
778f209eb5 * improved read / save to eep 2022-08-13 23:16:33 +02:00
lumapu
f1b19bccfe * improved mqtt settings 2022-08-13 03:07:09 +02:00
lumapu
e1c713fb00 * make mClient in mqtt private again (#145)
* v0.5.10
2022-08-12 15:41:27 +02:00
stefan123t
b663951206 0.5.9 fix PowerPFDev.Desc=0x0001 for PowerLimit 2022-08-12 12:12:24 +02:00
lumapu
2f88fea229 fix #146
v0.5.8
2022-08-12 11:17:04 +02:00
lumapu
9974748be8
version update 0.5.7 2022-08-11 21:54:14 +02:00
lumapu
adf3de510f
Update defines.h
update version to 0.5.6
2022-08-11 13:43:22 +02:00
lumapu
6276957b22 version increase 0.5.5
reformat defines.h (beautified)
2022-08-10 12:03:58 +02:00
Andreas Schiffler
14b6e08532 alarm handling 2022-08-10 10:41:38 +02:00
Andreas Schiffler
4be61785d0 Merge branch 'main' of https://github.com/grindylow/ahoy 2022-08-10 09:28:37 +02:00
lumapu
155f9e3f41 * new NRF24 lib (1.4.2 -> 1.4.5)
* add build info on index.html (like OpenDTU)
* add Discord Link to index.html
2022-08-08 22:06:33 +02:00
lumapu
94f18295bb * version increase to 0.5.3 2022-08-07 20:58:30 +02:00
Andreas Schiffler
72732ebd2a updat version patch 2022-08-07 20:02:49 +02:00
Andreas Schiffler
7050da5c8e Merge remote-tracking branch 'upstream/main' into pwrlimit 2022-08-07 19:02:28 +02:00
Andreas Schiffler
028aedb788 prototype webapi to get info, improved pwr limit 2022-08-07 17:27:50 +02:00
fila612
32ac9e9dc4 #Bugfix #125 PowerLimit 2022-08-07 12:54:35 +02:00
lumapu
6e4c22dda4
Update defines.h
Version increase
2022-08-07 01:55:10 +02:00
stefan123t
6256c7a178
Merge branch 'main' into main 2022-08-07 01:23:31 +02:00
stefan123t
2c177fbfa8 add #114 ntp_server_name and port to eeprom 2022-08-07 01:10:42 +02:00
Andreas Schiffler
78d8c69917 update revision 2022-08-05 13:47:10 +02:00
Andreas Schiffler
6032a5ad41 Merge branch 'upstream/HEAD' into control 2022-08-05 13:43:37 +02:00
lumapu
375a1ca955 increased version to 0.4.26 2022-08-04 07:31:36 +02:00
Andreas Schiffler
dccd04ab42 first poc for power set via mqtt 2022-07-21 17:08:55 +02:00
stefan123t
3684680157 update changelog in README.md and increase version in defines.h 2022-07-13 00:13:51 +02:00