lumapu
2435ce7b37
corrected warnings
1 year ago
lumapu
3c0c8eece3
0.8.129
* sort alarms ascending #1471
* fix alarm counter for first alarm
* prevent add inverter multiple times #1700
1 year ago
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
1 year ago
lumapu
940cd71582
reviewed PR #1541
1 year ago
geronet1
07dfb5fcd3
HMT-1600/1800/2000 support
1 year ago
lumapu
8c7bb9358e
0.8.120
* improved and fixed factory image generation
* fix HMT-1800-4T number of inputs #1628
1 year ago
lumapu
b51ba5639b
0.8.120
* fix crash if invalid serial number was set -> inverter will be disabled automatically
* improved and fixed factory image generation
1 year ago
lumapu
437173854f
0.8.120
* fix crash if invalid serial number was set
1 year ago
rejoe2
c29306e074
Fix MI overnight behaviour
will now calculate AC values after midnight reset of state array
1 year ago
lumapu
d43ebc6c5a
0.8.118
* possible fix reset max values #1609
* slightly improved WiFi reconnect
1 year ago
lumapu
fe80d3997d
0.8.117
* fix max temperature tooltip if only one inverter is configured #1605
1 year ago
lumapu
e4a467cd9b
0.8.116
* calculation of max AC power
* fix counter overflow communication queue
* added max inverter temperature
1 year ago
lumapu
abc760e4d2
0.8.115
* fixed calculation of max AC power (API, MqTT)
1 year ago
lumapu
84ac10531a
0.8.115
* fix inverter communication with manual time sync #1603
* improved queue, only add new object once they not exist
* added option to reset values on communication start (sunrise)
1 year ago
lumapu
177420fce2
0.8.113
* code cleanup
* fix ESP32-C3 compile
1 year ago
lumapu
9d8ef19290
fix ESP32-S3
1 year ago
lumapu
0afe0d7fc9
fix SPI topics, not completely tested
2 years ago
lumapu
388cd8976c
0.8.111
* merge PR: Disable upload and import buttons when no file is selected #1586 #1519
2 years ago
lumapu
ede4fba997
try to solve issue without success
2 years ago
lumapu
ec50135b9a
convert EPD2 to hal to share SPI with other devices
2 years ago
lumapu
435aa1748a
0.8.106
fix compile
2 years ago
lumapu
6a5643209a
0.8.106
* change case of `radio.h` to `Radio.h`
2 years ago
lumapu
2d19138463
0.8.106
* fix bootloop with CMT and NRF on ESP32 #1566 #1562
2 years ago
lumapu
29adc76936
0.8.105
* cleanup of `defines.h`
2 years ago
lumapu
f105e25d3c
0.8.104
* fix reboot on inverter save (ESP32) #1559
* fix NRF and Ethernet #1506
2 years ago
geronet1
42ee440e11
MaxTemp Berechnung und Anzeige
2 years ago
lumapu
f47cb107f3
0.8.98
fix compile
2 years ago
lumapu
3dd1b4e73b
0.8.92
* fix read back of limit value, now with one decimal place
2 years ago
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
2 years ago
you69man
49508ba78e
fix two warnings1) C++ forbids converting a string constant to 'char*'
2) suggest paranthesis around '&&' within '||'
2 years ago
Wusaweki
dd8f8c138b
fix typos
2 years ago
you69man
363aac5d02
used INVERTERTYPE:: instead of mInverter[0] for global setup
2 years ago
you69man
199d4b3873
use mChList[] instead of switch-case
(cherry picked from commit fdaf80e964a6ecb2423b0c1d8d03bb0184904ab8)
(cherry picked from commit 48c832be5eb05a96204fa1ec70fdf198e06ac94d)
(cherry picked from commit effe05a616615d709455d32c46c2254c8cfe399e)
2 years ago
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)
2 years ago
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
2 years ago
lumapu
b6afec1c3a
0.8.85 - 2024-02-22
* possible fix of MqTT fix "total values are sent to often" #1421
* fix translation #1442
* availability check only related to live data #1035 #1437
2 years ago
lumapu
8c132048e6
0.8.82
* fixed crash once firmware version was read and sent via MqTT #1428
* possible fix: reset yield offset on midnight #1429
2 years ago
rejoe2
9d1147b371
more gracefull handling of complete retransmits
- Heuristics is less strict with complete retransmits
- fix MI typo
- new logic for MI alarms (not working correctly!)
2 years ago
lumapu
31232bfd80
0.8.80
* optimize API authentication, Error-Codes #1415
* breaking change: authentication API command changed #1415
* breaking change: limit has to be send als `float`, `0.0 .. 100.0` #1415
* updated documentation #1415
* fix don't send control command twice #1426
2 years ago
lumapu
315541ea51
0.8.79
* fix `opendtufusion` build (started only once USB-console was connected)
* code quality improvments
2 years ago
rejoe2
d15e75dbab
simplify rxOffset logic
- Code cleanup
- fix "nRF CE keep high" code (missing argument)
2 years ago
tictrick
d4a4f9cfb6
BugFix: ACK
Die Funktion startWrite() der RF24 Bibliothek ist ungeeignet für den Empfang von ACKs, da der Verstärker während des Sendens statt in den RX-Modus Ausgeschaltet wird.
2 years ago
lumapu
7c532ca1cc
0.8.76
* revert changes from yesterday regarding snprintf and its size #1410 , #1411
* reduced cppcheck linter warnings significantly
* try to improve ePaper (ghosting) #1107
2 years ago
tictrick
716c3da3df
Bugfix: HMT would not start
Am Morgen wollten die HMTs nicht starten.
2 years ago
lumapu
90d4df4b91
0.8.75
* fix active power control value #1406 , #1409
* update Mqtt lib to version `1.6.0`
* take care of null terminator of chars #1410 , #1411
2 years ago
lumapu
3740a09d2a
0.8.74
* reduced cppcheck linter warnings significantly
2 years ago
lumapu
6b5435a246
0.8.73
* fix nullpointer during communication #1401
* added `max_power` to MqTT total values #1375
2 years ago
lumapu
14c5a7ad32
0.8.72
* fixed translation #1403
* fixed sending commands to inverters which are soft turned off #1397
* reduce switchChannel command for HMS (only each 5th cycle it will be send now)
2 years ago
lumapu
d9696dc704
0.8.71
* fix heuristics reset
* fix CMT missing frames problem
* removed inverter gap setting
* removed add to total (MqTT) inverter setting
* fixed sending commands to inverters which are soft turned off
* save settings before they are exported #1395
2 years ago
lumapu
ae799b4c21
0.8.70
* prevent sending commands to inverter which isn't active #1387
2 years ago