Browse Source
Merge pull request #166 from DanielR92/patch-8
Added a collection of inverter information
pull/168/head
Andreas Schiffler
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
0 deletions
-
tools/esp8266/User_Manual.md
|
|
@ -130,3 +130,14 @@ 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 | Inverter Typ | FWVersion | FWBuildYe | FWBuildMo | HWPartId | | | |
|
|
|
| -----------------| ----------- | ----------- | ----------- | ----------- | ----------- | -------- | -------- | |
|
|
|
| DanielR92 | HM-1500 | 10016.000 | 2021.000 | 1012.000 | 100.000 | | | |
|
|
|
| isdor | HM-300 | 10014.000 | 2021.000 | 1209.000 | 102.000 | | | |
|
|
|
| aschiffler | HM-1500 | 10012.000 | 2020.000 | 624.000 | 100.000 | | | |
|
|
|
| klahus1 | HM-300 | 10010.000 | 2020.000 | 707.000 | 102.000 | | | |
|
|
|
| eeprom23 | HM-1200 | 1.0.16 | 2021(-10-12) | 10-12 | 269619207 | 17:06:00 | HWRev 256 | |
|
|
|