Commit graph

2557 commits

Author SHA1 Message Date
lumapu
9c074b9814 0.8.30
* merge PR #1293
* merge PR #1295 fix ESP8266 pin settings
2023-12-28 21:45:37 +01:00
lumapu
9eadd05f10 Merge branch 'You69Man-feature/PR_0_8_29_fix_esp8266_pin_settings' into development03 2023-12-28 21:41:35 +01:00
lumapu
ca4d000c9d Merge branch 'feature/PR_0_8_29_fix_esp8266_pin_settings' of https://github.com/You69Man/ahoy into You69Man-feature/PR_0_8_29_fix_esp8266_pin_settings 2023-12-28 21:41:20 +01:00
lumapu
031dcf86e3 Merge branch 'rejoe2-development03' into development03 2023-12-28 21:37:43 +01:00
lumapu
dd7635280d Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03 2023-12-28 21:37:18 +01:00
lumapu
61ebe3e989 0.8.30
* added info if grid profile was not found
2023-12-28 21:36:35 +01:00
rejoe2
0d3bfe3710
fix some double counts 2023-12-28 20:59:52 +01:00
rejoe2
8a489ca14c
Delete Communication.h
wrong place...
2023-12-28 20:59:22 +01:00
rejoe2
2ab73d9627
fix double counts 2023-12-28 20:56:08 +01:00
rejoe2
f047e31d4b
fix double success counts 2023-12-28 20:53:39 +01:00
you69man
cf7fa9c3a3 fix yields for displays 128x64 and 84x48 2023-12-28 19:10:03 +01:00
you69man
f925793430 fix esp8266 pin settings 2023-12-28 12:38:22 +01:00
rejoe2
6ec9561d7a
discord .2902
- disable cmdDone() calls for GridProfile+GetLossRate
- Typo
2023-12-28 12:16:02 +01:00
rejoe2
e8185b9e80
discord .2901
- add longer timeout + more retransmits to GridProfile req.
- close GridProfile + GetLossRate req. explicitly (also for heuristiscs)
2023-12-28 12:03:00 +01:00
rejoe2
b942b37cfd
Merge branch 'lumapu:development03' into development03 2023-12-28 11:54:04 +01:00
lumapu
4e277e20c8 0.8.29
* fix compile for ESP32-C3
2023-12-28 10:29:55 +01:00
lumapu
cbb93cfd5a 0.8.29
* added ESP32-C3 mini environment #1289
2023-12-28 02:30:13 +01:00
lumapu
12cf055dd1 Merge branch 'kscholty-esp32-c3' into development03 2023-12-28 02:22:46 +01:00
lumapu
d9f155ac65 Merge branch 'esp32-c3' of https://github.com/kscholty/ahoyDtu into kscholty-esp32-c3 2023-12-28 02:22:29 +01:00
lumapu
4f75ce7dd1 0.8.29
* fix crash if `getLossRate` was read from inverter #1288 #1290
* reduce reload time for opendtufusion ethernet variant to 5 seconds
* added basic grid parser
2023-12-28 02:21:37 +01:00
rejoe2
28fd60f896
Fix https://github.com/lumapu/ahoy/issues/1288
#1288
2023-12-24 15:26:47 +01:00
kscholty
e5176b7430 Added ESP32-C3 chip 2023-12-23 17:33:00 +01:00
lumapu
8b379f768e 0.8.29
* fix MqTT generic topic `comm_disabled` #1265 #1286
* potential fix of #1285 (reset yield day)
* fix fraction of yield correction #1280
2023-12-23 16:47:07 +01:00
lumapu
5a52677cbd 0.8.28
* add get loss rate @rejoe2
* improve communication @rejoe2
2023-12-23 15:57:40 +01:00
lumapu
b3ceadadd4 0.8.28
* fix bug heuristic
* add version information to clipboard once 'copy' was clicked
2023-12-23 14:53:47 +01:00
lumapu
d31f39286e 0.8.27
* fix set power limit #1276
2023-12-18 13:55:49 +01:00
lumapu
16d0eb2048 0.8.26
* read grid profile as HEX (`live` -> click inverter name -> `show grid profile`)
2023-12-17 15:04:09 +01:00
lumapu
681c58e6a2 0.8.25
fix platformio.ini
2023-12-17 01:30:39 +01:00
lumapu
d7f7cfb7ce 0.8.25
updated version number
2023-12-17 01:01:53 +01:00
lumapu
d62b53019a 0.8.25
* RX channel ID starts with fixed value #1277
* fix static IP for Ethernet
2023-12-17 01:01:20 +01:00
lumapu
78b603e373 0.8.24
* remove debug flag for fusion eth
2023-12-16 03:13:01 +01:00
lumapu
f191c036bb 0.8.24
* fix NRF communication for opendtufusion ethernet variant
2023-12-16 03:06:28 +01:00
Frank
21848bd5ae Enhancement: log to syslog server instead of web-serial 2023-12-15 11:33:48 +01:00
Frank
69cdacaac7 Enhancement: log to syslog server instead of web-serial 2023-12-15 11:33:12 +01:00
lumapu
222bf0e54a 0.8.23
* heuristics fix #1269 #1270
* moved `sendInterval` in settings, **important:** *will be reseted to 15s after update to this version*
* try to prevent access to radio classes if they are not activated
* fixed millis in serial log
* changed 'print whole trace' = `false` as default
* added communication loop duration in [ms] to serial console
* don't print Hex-Payload if 'print whole trace' == `false`
2023-12-14 23:34:10 +01:00
lumapu
30f580891f 0.8.22
* fix communication state-machine regarding zero export #1267
2023-12-13 22:51:59 +01:00
lumapu
3938216db2 0.8.21
fix fusion cdc boot
2023-12-12 23:33:16 +01:00
lumapu
8c0ff5a3bd 0.8.21
* fix ethernet save inverter parameters #886
* fix ethernet OTA update #886
* improved radio statistics, fixed heuristic output for HMS and HMT inverters
2023-12-12 23:29:06 +01:00
lumapu
689a295d0b 0.8.20
* improved HM communication #1259 #1249
* fix `loadDefaults` for ethernet builds #1263
* don't loop through radios which aren't in use #1264
2023-12-12 20:49:43 +01:00
lumapu
5e5d6ab355 Merge branch 'geronet1-development03' into development03 2023-12-12 20:29:21 +01:00
lumapu
c9803159e5 Merge branch 'development03' of https://github.com/geronet1/ahoy into geronet1-development03 2023-12-12 20:29:09 +01:00
lumapu
97899365ab Merge branch 'You69Man-PR_conditioned_radio_loop' into development03 2023-12-12 20:27:00 +01:00
you69man
41e000f01a Only call loop() functions of radio modules that are enabled and set up 2023-12-11 23:50:29 +01:00
geronet1
d3f1372857 Merge branch 'development03' of https://github.com/geronet1/ahoy into development03 2023-12-11 23:19:34 +01:00
lumapu
1c12f4c141 0.8.19
* added ms to serial log
* added (debug) option to configure gap between inverter requests
2023-12-11 22:38:48 +01:00
geronet1
e6b5edb784 ETH config bugfix 2023-12-11 21:59:13 +01:00
lumapu
e4ab7e9e5b 0.8.18
fix mDNS
2023-12-10 23:16:09 +01:00
lumapu
01b3e8f60a Merge branch 'fsck-block-development03' into development03 2023-12-10 22:50:44 +01:00
lumapu
2f51bd1070 added ESP32 mDNS support 2023-12-10 22:49:55 +01:00
lumapu
767f9708be Merge branch 'development03' of https://github.com/fsck-block/ahoy into fsck-block-development03 2023-12-10 22:42:09 +01:00