Commit graph

2326 commits

Author SHA1 Message Date
lumapu
444c97e933 0.8.98
* new network routines
2024-03-24 16:58:13 +01:00
lumapu
73c48fab9c esp8266 works 2024-03-24 16:27:24 +01:00
lumapu
ac7c80ddea Merge branch 'development03' into new_network 2024-03-23 11:57:44 +01:00
lumapu
9971ed7f8a 0.8.97
* add support for newest generation of inverters with A-F in their serial number
* fix NTP and sunrise / sunset
* set default coordinates to the mid of Germany #1516
2024-03-22 22:40:35 +01:00
lumapu
99cfdb5324 0.8.97
* add support for newest generation of inverters with A-F in their serial number
2024-03-22 22:38:08 +01:00
lumapu
a0e32bb06c 0.8.96
* fix precision of power limit in `/live` #1517
* fix translation of `Werte ausgeben` in `settings` #1507
* add grid profile #1518
2024-03-21 23:09:19 +01:00
lumapu
825c90c59c fix compile 2024-03-21 22:43:27 +01:00
lumapu
bb3f466c92 started ESP8266 wifi
refactored platformio.ini
2024-03-21 22:41:02 +01:00
lumapu
89f7b4f1c6 ethernet and wifi are working for ESP32 2024-03-21 21:06:02 +01:00
lumapu
a44a5833ca * made ethernet pinout configurable
* combined common network functions into class
* seperated wifi station from AP mode
2024-03-19 00:15:10 +01:00
lumapu
4fc61dc01f 0.8.95
* fix NTP issues #1440 #1497 #1499
2024-03-17 00:42:58 +01:00
lumapu
6af07f5a33 0.8.94 2024-03-16 01:06:04 +01:00
lumapu
0499d32c12 0.8.94
* switched AsyncWebServer library
* Ethernet version now uses same AsyncWebServer library as Wifi version
* fix languange of `/history`
* fix RSSI on `/history` #1463
2024-03-16 01:04:47 +01:00
lumapu
3d2ed81adf Merge branch 'development03' into ethW5500
Ethernet is working, /system seems to be slow
2024-03-15 22:58:16 +01:00
lumapu
0c39f1d2e0 0.8.93
improved history graph in WebUI #1491
merged PR: #1491
2024-03-14 00:47:49 +01:00
lumapu
148c8e2099 reworked html / javascript 2024-03-14 00:45:46 +01:00
lumapu
1e5d788914 optimizing ... 2024-03-10 23:00:31 +01:00
lumapu
3511667701 Merge branch 'development03' of https://github.com/VArt67/ahoy into VArt67-development03 2024-03-10 16:54:15 +01:00
lumapu
96eb7871ed 0.8.92
fix compile
2024-03-10 15:02:51 +01:00
lumapu
b245189aed 0.8.92
* added new environment `esp8266-all` which replace the original `esp8266`. The original now only have `MqTT` support but `Display` and `History` plugins are not included any more #1451
2024-03-10 14:55:50 +01:00
lumapu
c1a9860daa 0.8.92
* added language to display on compile time #1484, #1255, #1479
2024-03-10 14:39:21 +01:00
lumapu
19693d0e9c 0.8.92
* added grid profile for Mexico #1493
2024-03-10 14:08:54 +01:00
lumapu
3dd1b4e73b 0.8.92
* fix read back of limit value, now with one decimal place
2024-03-10 13:26:20 +01:00
VArt67
0dad27be8e history-page responsive (auto-scale graph) 2024-03-09 20:00:45 +01:00
VArt67
33081fde91
Merge pull request #3 from VArt67/development03_merge
History page completed
2024-03-08 17:16:08 +01:00
VArt67
2808781eb2
Merge branch 'development03' into development03_merge 2024-03-08 17:15:21 +01:00
lumapu
7b030a39d5 0.8.91
* fix javascript issues #1480
2024-03-06 00:02:11 +01:00
VArt67
862e8949a0 corrected history "max power of day" 2024-03-05 20:45:52 +01:00
lumapu
e5c0e8e996 0.8.90
* added preprocessor defines to HTML (from platform.ini) to reduce the HTML in size if modules aren't enabled
* auto build minimal English versions of ESP8266 and ESP32
2024-03-05 00:15:12 +01:00
VArt67
864c5f5790 Samll BF: Eine schließende Klammer zuviel (bei ESP32 compile) 2024-03-03 20:15:10 +01:00
VArt67
802dc21863 BF: Navigation was not updated in history.htm due to disable of yieldPerDay graph
* Added wifi channel number info to system.html
2024-03-03 20:03:27 +01:00
lumapu
b2e6223efb Merge branch 'development03' into ethW5500 2024-03-02 01:31:44 +01:00
lumapu
0d7c67dbce 0.8.89
* merge PR: Collection of small fixes #1465
* fix: show esp type on `/history` #1463
* improved HMS-400-1T support (serial number 1125...) #1460
2024-03-02 01:25:59 +01:00
lumapu
6d1ca8020a Merge branch 'You69Man-feature/PR_collection_small_fixes' into development03 2024-03-02 00:03:27 +01:00
you69man
49508ba78e fix two warnings 1) C++ forbids converting a string constant to 'char*'
2) suggest paranthesis around '&&' within '||'
2024-03-01 13:31:21 +01:00
Wusaweki
dd8f8c138b fix typos 2024-03-01 13:31:21 +01:00
you69man
b143eb371b remove strncpy warning in scheduler.h
Warning was: output truncated before terminating nul copying 5 bytes from a string of the same length
2024-03-01 13:31:21 +01:00
you69man
c9a9d6b773 remove unnecessary config entry 'enabled' for cfgInst_t 2024-03-01 13:31:21 +01:00
you69man
363aac5d02 used INVERTERTYPE:: instead of mInverter[0] for global setup 2024-03-01 13:31:21 +01:00
you69man
199d4b3873 use mChList[] instead of switch-case
(cherry picked from commit fdaf80e964a6ecb2423b0c1d8d03bb0184904ab8)
(cherry picked from commit 48c832be5eb05a96204fa1ec70fdf198e06ac94d)
(cherry picked from commit effe05a616615d709455d32c46c2254c8cfe399e)
2024-03-01 13:31:21 +01:00
Wusaweki
58044c34aa remove redundant check for nullpointer
(cherry picked from commit a1de637793bdc14627c68fc1b03d61d5189758cd)
(cherry picked from commit 7ba88180c50d7d0b6c971a477987bb5ded5aa9d8)
(cherry picked from commit 6888d571834ad5cf4b32a00536501e88112f7049)
(cherry picked from commit 8a8b8a61f354992823a77feca3a5193f8c53880e)
2024-03-01 13:31:21 +01:00
VArt67
f2d8208b04 Disabled yield per day graph and upload of history data 2024-02-29 22:39:25 +01:00
VArt67
f2f05a4de9 1st merge of reworked history.html implementation 2024-02-29 22:07:25 +01:00
lumapu
2bc6610a83 0.8.88
* merge PR: Remove hint to INV_RESET_MIDNIGHT resp. INV_PAUSE_DURING_NIGHT #1431
2024-02-29 00:04:45 +01:00
lumapu
75cb97c961 Merge branch 'fsck-block-development03-removal-settings-hint' into development03 2024-02-29 00:04:00 +01:00
lumapu
49d1035fd7 Merge branch 'development03-removal-settings-hint' of https://github.com/fsck-block/ahoy into fsck-block-development03-removal-settings-hint 2024-02-29 00:03:38 +01:00
lumapu
ec88dd19a5 0.8.88
platformio.ini fix
2024-02-29 00:02:15 +01:00
lumapu
3b58522fd5 0.8.88
* fix MqTT statistic data overflow #1458
* add HMS-400-1T support (serial number 1125...) #1460
* removed `yield efficiency` because the inverter already calculates correct #1243
2024-02-29 00:01:09 +01:00
lumapu
4f71ac014c 0.8.87
* fix translations #1455 #1442
2024-02-25 17:16:54 +01:00
lumapu
e7d9a8ebcb 0.8.86
* fix workflow
2024-02-24 01:49:04 +01:00