Thomas Basler
|
bcf4b70dc9
|
Fix: cpplint errors
|
2024-10-15 19:11:17 +02:00 |
|
Thomas Basler
|
3a4f70dc75
|
Added parser documentation
|
2024-05-30 23:27:29 +02:00 |
|
Thomas Basler
|
8fb43fedf8
|
Add const keyword to methods
|
2023-12-12 01:30:40 +01:00 |
|
Thomas Basler
|
d6494fa791
|
Add const keyword to method parameters
|
2023-12-12 00:21:14 +01:00 |
|
Thomas Basler
|
47e905bcfc
|
Add const statement to several variables
|
2023-12-11 19:54:57 +01:00 |
|
Thomas Basler
|
8023b6620a
|
Fix: Ignore incomplete SystemConfigPara packages
Some inverters seem to transmit too less and incomplete data. These packages will be ignored now.
|
2023-09-07 23:10:01 +02:00 |
|
Thomas Basler
|
0260af9ada
|
Hoymiles Lib: Move semaphore handing into parser base class
|
2023-09-07 22:08:07 +02:00 |
|
Thomas Basler
|
5bbc67bc49
|
Fix: Clear parser buffers to prevent random numbers if no data was received
|
2023-07-31 22:52:38 +02:00 |
|
Thomas Basler
|
74169c3b17
|
Fix: Prevent wrong values of systemconfigpara data because of non-atomic transaction
|
2023-07-31 22:06:04 +02:00 |
|
Thomas Basler
|
7c33688167
|
Use same line ending in printf as in println
This prevents mistakes in the webconsole
|
2023-01-04 18:48:33 +01:00 |
|
Thomas Basler
|
f689fedf4e
|
Hoymiles Lib: Remove hard coded Serial output
The serial port for output of debug information can now changed during runtime
|
2022-12-19 20:52:12 +01:00 |
|
Thomas Basler
|
5feefed14e
|
Added missing copyright information
|
2022-12-14 22:37:37 +01:00 |
|
Thomas Basler
|
4c65be8c55
|
Add comma values to inverter limit
|
2022-10-11 23:04:43 +02:00 |
|
Thomas Basler
|
754913368a
|
Implemented way to periodically fetch the current limit from the inverter
The fetch is only executed at least 4 minutes after the last set command.
Otherwise it would generate a entry in the event log (ID 2)
|
2022-09-30 18:34:30 +02:00 |
|
Thomas Basler
|
a707ab501d
|
Implemented method to check whether the last command was successfull
This also allows to retransmit the command after specific time if not successfull
|
2022-09-30 18:34:30 +02:00 |
|
Thomas Basler
|
c28a532bf1
|
Added base classes for SystemConfigPara
|
2022-09-09 18:41:07 +02:00 |
|