Commit graph

2268 commits

Author SHA1 Message Date
lumapu
7a34b7e616 0.8.47
* reduce GxEPD2 lib to compile faster
* upgraded GxEPD2 lib to `1.5.3`
* updated espressif32 platform to `6.5.0`
* updated U8g2 to `2.35.9`
* started to convert deprecated functions of new ArduinoJson `7.0.0`
2024-01-06 17:45:53 +01:00
lumapu
f096dc4c7e Merge branch 'fsck-block-development03' into development03 2024-01-06 14:06:55 +01:00
lumapu
e6c55992d0 Merge branch 'development03' of https://github.com/fsck-block/ahoy into fsck-block-development03 2024-01-06 14:06:45 +01:00
lumapu
dd225bdf79 0.8.46
* improved communication
2024-01-06 14:05:49 +01:00
lumapu
1aa14ebf08 0.8.45
fix compile
2024-01-06 10:07:41 +01:00
Frank
8156cd9d30 PROMETHEUS_EP: Update documentation acc. to v0.8.42 2024-01-06 09:23:29 +01:00
lumapu
5ca26895a1 0.8.45
* start implementing a wizard for initial (WiFi) configuration #1199
2024-01-06 02:58:19 +01:00
lumapu
617cf0a92a 0.8.45
* fix MqTT total values #1326
2024-01-05 17:19:53 +01:00
lumapu
b4ba35e6ab 0.8.44
* fix MqTT transmission of data #1326
* live data is read much earlier / faster and more often
2024-01-05 14:08:38 +01:00
lumapu
21d77f58ca 0.8.43
* fix `max_power` in `/visualization` was set to `0` after sunset
2024-01-05 01:33:26 +01:00
lumapu
31ecb9620f 0.8.43
* fix display of sunrise in `/system` #1308
* fix overflow of `getLossRate` calculation #1318
* improved MqTT by marking sent data and improved `last_success` resends #1319
* added timestamp for `max ac power` as tooltip #1324 #1123 #1199
* repaired Power-limit acknowledge #1322
2024-01-05 01:24:38 +01:00
lumapu
0d10d19b30 0.8.42
* add loss rate to `/visualization` in the statistics window
* corrected `getLossRate` infos for MqTT and prometheus
* added information about working IRQ for NRF24 and CMT2300A to `/system`
2024-01-03 01:29:46 +01:00
lumapu
dd0bec6fc0 0.8.42 2024-01-03 00:21:49 +01:00
lumapu
9ad119b39e 0.8.42
* merge PR: beautifiying typography, added spaces between value and unit for `/visualization` #1314
* meger PR: Prometheus add `getLossRate` and bugfixing #1315
2024-01-03 00:20:22 +01:00
lumapu
7823d8201d Merge branch 'GHolli-main' into development03 2024-01-03 00:17:24 +01:00
lumapu
49497c818a Merge branch 'fsck-block-development03-prometheus-nrfLossrate' into development03 2024-01-03 00:14:40 +01:00
lumapu
8930801458 Merge branch 'development03-prometheus-nrfLossrate' of https://github.com/fsck-block/ahoy into fsck-block-development03-prometheus-nrfLossrate 2024-01-03 00:14:32 +01:00
lumapu
cd9cc976e7 0.8.42
* add LED to display whether it's night time or not. Can be reused as output to control battery system #1308
2024-01-03 00:14:10 +01:00
Gerald
4ae4c16766
Add space between values and units. 2024-01-02 16:21:04 +01:00
lumapu
f2e1e536f5 0.8.41
* fix display timeout (OLED) to 60s
* change offs to signed value
2024-01-02 15:12:24 +01:00
Frank
938c42925f PROMETHEUS_EP:
add `LossRate` radio statistics to metric
    bugfix: use specific metric types for each inverter metric
2024-01-02 14:58:19 +01:00
lumapu
3dd4997094 0.8.40
* fix display of sunrise and sunset in `/system` #1308
* fix MqTT set power limit #1313
2024-01-02 14:43:33 +01:00
lumapu
40097aba18 0.8.39
* add `getLossRate` to radio statistics and to MqTT #1199
2024-01-02 01:03:40 +01:00
lumapu
27ad75b7d3 0.8.39
* merge update documentation / readme #1305
2024-01-02 00:45:42 +01:00
lumapu
8d301a11d9 Merge branch 'DanielR92-development03' into development03 2024-01-02 00:30:13 +01:00
lumapu
725faa77d8 Merge branch 'development03' of https://github.com/DanielR92/ahoy into DanielR92-development03 2024-01-02 00:30:02 +01:00
lumapu
54b9e2f3ea 0.8.39
* merge Prometheus metrics fix #1310
* merge MI grid profile request #1306
2024-01-02 00:29:36 +01:00
lumapu
8e6f511549 Merge branch 'rejoe1-development03' into development03 2024-01-02 00:25:50 +01:00
lumapu
0b3f82def0 Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03 2024-01-02 00:25:43 +01:00
lumapu
ed6ce55284 Merge branch 'fsck-block-development03-prometheus-powerlimit' into development03 2024-01-02 00:23:53 +01:00
lumapu
4f37f994b6 Merge branch 'development03-prometheus-powerlimit' of https://github.com/fsck-block/ahoy into fsck-block-development03-prometheus-powerlimit 2024-01-02 00:23:44 +01:00
lumapu
ea29e49c93 0.8.39
* fix MqTT dis_night_comm in the morning #1309 #1286
* seperated offset for sunrise and sunset #1308
* **BREAKING CHANGE**: powerlimit (active power control) now has one decimal place (MqTT / API) #1199
2024-01-02 00:21:06 +01:00
lumapu
2cda39c9f9 0.8.39
* fix MqTT dis_night_comm in the morning #1309
* seperated offset for sunrise and sunset #1308
2024-01-01 23:02:14 +01:00
Frank
29d2bdefab PROMETHEUS_EP: Add NRF-radio statistics and power-limit metrics 2024-01-01 15:20:14 +01:00
rejoe2
2571e3c9f9
MI - add grid profile request
Note: this doesn't deliver entire grid profile infos...
2023-12-31 14:24:23 +01:00
lumapu
1b73e493a9 0.8.38
* fix Grid-Profile JSON #1304
2023-12-31 13:04:13 +01:00
DanielR92
50a6e4cb80
Merge branch 'lumapu:development03' into development03 2023-12-31 12:38:56 +01:00
lumapu
41485a9af3 0.8.37
* added grid profiles
2023-12-31 03:03:14 +01:00
lumapu
f5b0bacbe6 0.8.37
* added grid profiles
* format version of grid profile
2023-12-30 15:27:08 +01:00
DanielR92
a993c7a2cf
Update ahoy_config.md
add some pictures
2023-12-30 10:40:26 +01:00
DanielR92
8ca0cc5d27 move to folder 2023-12-30 10:21:00 +01:00
DanielR92
0d1de14747
Merge branch 'lumapu:development03' into development03 2023-12-30 10:18:16 +01:00
lumapu
6fb0535939 0.8.36 release 2023-12-30 02:49:21 +01:00
lumapu
86ff9f054a 0.8.35
* changed reload time for opendtufusion after update to 5s
* fix default interval and gap for communication
* fix serial number in exported json (was decimal, now correct as hexdecimal number)
* beautified factory reset
* added second stage for erase settings
* increased maximal number of inverters to 32 for opendtufusion board (ESP32-S3)
* fixed crash if CMT inverter is enabled, but CMT isn't configured
2023-12-30 02:33:57 +01:00
lumapu
b5cdd775a7 0.8.35
* added dim option for LEDS
* changed reload time for opendtufusion after update to 5s
2023-12-30 00:20:36 +01:00
DanielR92
35e530c0c9 Some changes in readme 2023-12-29 19:55:10 +01:00
lumapu
3178325b42 0.8.34 release 2023-12-29 17:01:07 +01:00
lumapu
b8c651e0a8 0.8.33 2023-12-29 15:48:46 +01:00
lumapu
b043f4c2ac 0.8.33
* improved communication thx @rejoe2
2023-12-29 15:48:25 +01:00
lumapu
a8b10eec6c 0.8.32
* added developer option to use 'syslog-server' instead of 'web-serail' #1299
2023-12-29 15:12:47 +01:00