mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-01 11:16:20 +02:00
Added a collection of inverter inforamtion
Just to see later the differenc between inverters
This commit is contained in:
parent
9efe7cf6ad
commit
1daddbaf3c
1 changed files with 9 additions and 0 deletions
|
@ -130,3 +130,12 @@ typedef enum { // ToDo: to be verified by field tests
|
|||
RelativPersistent = 0x0101 // 257
|
||||
} PowerLimitControlType;
|
||||
```
|
||||
|
||||
## Firmware Version collection
|
||||
Gather user inverter information here to understand what differs between some inverters.
|
||||
|
||||
| Name | FWVersion | FWBuildYe | FWBuildMo | HWPartId |
|
||||
| -----------------| ----------- | ----------- | ----------- | ----------- |
|
||||
| DanielR92 | 10016.000 | 2021.000 | 1012.000 | 100.000 |
|
||||
| isdor | 10014.000 | 2021.000 | 1209.000 | 102.000 |
|
||||
| aschiffler | 10012.000 | 2020.000 | 624.000 | 100.000 |
|
||||
|
|
Loading…
Add table
Reference in a new issue