Commit graph

2514 commits

Author SHA1 Message Date
lumapu
384ee6ea7f added comments and cleanup 2024-09-14 12:10:40 +02:00
lumapu
84f21f441b fixed NTP and DNS 2024-09-14 12:06:20 +02:00
lumapu
f1f4481693 0.8.140 release
* fix workflow
2024-08-16 16:36:29 +02:00
lumapu
351f2b2c1c 0.8.140 release 2024-08-16 16:35:06 +02:00
lumapu
fe5dacd144 0.8.139
* fix reload after save for WiFi configurations (5s -> 20s)
2024-08-15 22:08:16 +02:00
Lukas Pusch
01285f0cb7 0.8.138
* fix ePaper not functional #1722
2024-08-15 14:53:52 +02:00
lumapu
8f12bfed8e 0.8.137
* fix storage of timezone and region #1723
2024-08-14 00:08:56 +02:00
lumapu
d607bf1041 fix partitions for 16MB variants
update yml files for github actions
2024-08-13 23:58:23 +02:00
lumapu
8217448d3e 0.8.136
* fix save settings for ESP32 devices #1720
2024-08-12 22:38:43 +02:00
lumapu
83b386deda 0.8.135
* translated `/system` #1717
* added default pin seetings for opendtufusion board
* fixed ethernet static IP
* fixed ethernet MAC address read back
2024-08-11 17:06:02 +02:00
lumapu
d7007b354d 0.8.135
* translated `/system` #1717
2024-08-11 16:03:08 +02:00
lumapu
cd16b37ca3 0.8.134
fix compile error
2024-08-11 02:29:22 +02:00
lumapu
57dd70bec9 0.8.134
fix compile error
2024-08-11 02:26:27 +02:00
lumapu
5b6ffcc07b 0.8.134
* redesigned `/system`
2024-08-11 02:23:06 +02:00
lumapu
a7702437f1 0.8.134
* combined Ethernet and WiFi variants - Ethernet is now always included, but needs to be enabled if needed
* improved statistic data in `/system`
2024-08-11 00:01:19 +02:00
lumapu
c4276965de 0.8.133
* Ethernet variants now support WiFi as fall back / configuration
2024-08-10 02:00:29 +02:00
lumapu
6045cbb31b Ethernet + Wifi fully functional 2024-08-10 01:55:23 +02:00
lumapu
054683fe87 Merge branch 'development03' into Ethernet+Wifi 2024-08-10 00:05:00 +02:00
lumapu
c64f028ec1 0.8.132
* improved refresh routine of ePeper
* added default pin seetings for opendtufusion board
2024-08-09 18:46:19 +02:00
lumapu
77ac64dfa2 0.8.132
* fix boot loop once no ePaper is connected #1713, #1714
2024-08-09 16:43:57 +02:00
lumapu
55e45c7ffb 0.8.131
* improved refresh routine of ePaper, full refresh each 12h #1107 #1706
2024-08-08 23:28:09 +02:00
lumapu
991de14d04 fixed define error 2024-08-08 22:48:12 +02:00
lumapu
e3fdb04f0c WiFi with Ethernet functional 2024-08-08 22:27:23 +02:00
lumapu
b98e702ad8 Merge branch 'development03' into Ethernet+Wifi 2024-08-06 23:58:06 +02:00
lumapu
2435ce7b37 corrected warnings 2024-08-05 23:19:27 +02:00
lumapu
24ceb3e97e 0.8.130
* add timestamp to JSON output #1707
* restart Ahoy using MqTT #1667
2024-08-05 01:05:16 +02:00
lumapu
a8117eeb8a 0.8.130
* fix message `ERR_DUPLICATE_INVERTER` #1705, #1700
* merge PR: Power limit command accelerated #1704
* merge PR: reduce update cycle of ePaper from 5 to 10 seconds #1706
* merge PR: small fixes in different files #1711
2024-08-04 23:27:50 +02:00
lumapu
671a4307c6 Merge branch 'DanielR92-patch-1' into development03 2024-08-04 23:23:36 +02:00
lumapu
bd12c030dd Merge branch 'patch-1' of https://github.com/DanielR92/ahoy into DanielR92-patch-1 2024-08-04 23:23:30 +02:00
lumapu
c1c63c1c77 Merge branch 'You69Man-feature/PR_attempt_to_fix_ePaper' into development03 2024-08-04 23:22:00 +02:00
lumapu
4535adf993 changed epaper interval to 15s 2024-08-04 23:21:27 +02:00
lumapu
93439e4f6c Merge branch 'feature/PR_attempt_to_fix_ePaper' of https://github.com/You69Man/ahoy into You69Man-feature/PR_attempt_to_fix_ePaper 2024-08-04 23:19:38 +02:00
lumapu
096b6ca54e Merge branch 'Telekatz-fast_limit' into development03 2024-08-04 23:08:57 +02:00
lumapu
b09f23c4f0 Merge branch 'fast_limit' of https://github.com/Telekatz/ahoy into Telekatz-fast_limit 2024-08-04 23:08:48 +02:00
lumapu
ae5c9cdb9e 0.8.130
* fix message `ERR_DUPLICATE_INVERTER` #1705, #1700
2024-08-04 23:06:21 +02:00
DanielR92
b7703a11b5
fix (c) footer.html 2024-07-26 17:44:11 +02:00
DanielR92
ae23f15486
smal fix - Update setup.html
some small fixes:

- input type wrong (come in this commit in: a44a5833ca)
2024-07-26 17:41:33 +02:00
you69man
440d7748b9 reduce update cycle of ePaper from 5 to 10 seconds
... and fix calls to mEpaper.fullRefresh() and  mEpaper.tickerSecond() if no ePaper is configured
2024-07-18 21:02:28 +02:00
lumapu
8d3f372d7e wifi_init_default: netstack cb reg failed with 12308 2024-07-12 23:54:24 +02:00
lumapu
1ab05f3a98 Merge branch 'development03' into Ethernet+Wifi 2024-07-12 23:10:17 +02:00
lumapu
81d336f9f2 update json library 2024-07-12 23:09:58 +02:00
lumapu
8d787f2d0d update espressif idf to 6.7.0 2024-07-12 22:59:26 +02:00
lumapu
3c0c8eece3 0.8.129
* sort alarms ascending #1471
* fix alarm counter for first alarm
* prevent add inverter multiple times #1700
2024-07-11 22:20:11 +02:00
lumapu
dcb4b49fa0 0.8.128
* add environments for 16MB flash size ESP32-S3 aka opendtufusion
* prevent duplicate alarms, update end time once it is received
2024-07-10 23:13:43 +02:00
Telekatz
19185ae635 Execute ticker immediately when timeout value is 0 2024-07-07 13:28:34 +02:00
lumapu
82e4d84522 0.8.128
* add environments for 16MB flash size ESP32-S3 aka opendtufusion
2024-07-02 20:47:11 +02:00
lumapu
8cdf3644df 0.8.127 2024-06-21 23:27:19 +02:00
lumapu
dbdc901641 Merge branch 'geronet1-development03' into development03 2024-06-21 23:26:22 +02:00
lumapu
8e83a88f6e Merge branch 'development03' of https://github.com/geronet1/ahoy into geronet1-development03 2024-06-21 23:26:14 +02:00
lumapu
75e9022d83 0.8.127
* add grid file #1677
2024-06-21 23:25:34 +02:00