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
|
2376da1722
|
Create function to set ActivePower on inverter level
|
2022-09-30 18:34:30 +02:00 |
|
Thomas Basler
|
950b211fd5
|
Set getLocalTime timeout to 0 to prevent watchdog triggers
This happens especially when no WiFi is configured and the user enters the NTP info page
|
2022-09-19 20:45:44 +02:00 |
|
Thomas Basler
|
c28a532bf1
|
Added base classes for SystemConfigPara
|
2022-09-09 18:41:07 +02:00 |
|
Thomas Basler
|
528c56eaa6
|
Added parser and commands for hardware version and part nr
|
2022-08-10 20:12:52 +02:00 |
|
Thomas Basler
|
8715320282
|
Implemented DevInfo command
|
2022-08-10 19:03:02 +02:00 |
|
Thomas Basler
|
4413b603e3
|
Replace inverter_transaction with new command classes
|
2022-07-30 00:37:54 +02:00 |
|
Thomas Basler
|
5bb9acdbc6
|
Refactored Hoymiles Lib: Move statistics parser into separate class
|
2022-07-12 18:27:56 +02:00 |
|
Thomas Basler
|
b9bb753906
|
First try to implement Alarm Log fetching
|
2022-07-08 18:22:35 +02:00 |
|
Thomas Basler
|
56f764d10f
|
Fixed queue handling and added event log count
|
2022-07-04 19:36:58 +02:00 |
|
Thomas Basler
|
c4e911cecf
|
Add very simple method differ between requests
The last request is required to use the right parser for the received payload as the package type is not encoded in the received data
|
2022-06-30 21:14:58 +02:00 |
|
Thomas Basler
|
65fb13fa41
|
Better detection of invalid dates (no NTP sync)
|
2022-06-27 21:06:54 +02:00 |
|
Thomas Basler
|
ab6261da92
|
Move the whole stats request into the inverter class
This enables in future releases so send multiple requests for e.g. MI inverters
|
2022-06-27 19:26:16 +02:00 |
|
Thomas Basler
|
7a0394151a
|
First implementation of TX queue
This is required to implement some features of e.g. MI Inverters or to read the event log of HM inverters
|
2022-06-27 19:09:52 +02:00 |
|
Thomas Basler
|
db0a3da803
|
Generate a second class abstraction to support different inverter types in future
|
2022-06-24 17:49:14 +02:00 |
|