Skip to content

Commit

Permalink
update serial number doc, thanks @netadair issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
hn authored Dec 20, 2022
1 parent e94ef9f commit ebecc03
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,13 @@ and [a discussion at esp8266.ru](https://esp8266.ru/forum/threads/emw3080.3013/)

- According to [Serial Number Naming Rule](https://ginlongsolis.freshdesk.com/support/solutions/articles/36000044079-serial-number-naming-rule)
and [Ginlong Solis Serial Number decoder V1.1.pdf](https://ginlongsolis.freshdesk.com/helpdesk/attachments/36042847221)
Solis inverter serial numbers consist of 12 or 15 digits and can be more or less decoded like this: `D-O-0-MM-0-YYMDD-SSSS`.
However, I can only partially confirm this (mine has 16 digits and a slightly different format), this would still need to be clarified.
Solis inverter serial numbers consist of 12 or 15 digits. Supplemented by [helpful comments](https://github.com/hn/ginlong-solis/issues/1),
the following extended syntax can be derived::
```
MM-0-YYMDD-SSSS (12 digit style)
D-O-0-MM-0-YYMDD-SSSS (15 digit style)
D-O-0-MMM-0-YYMDD-SSSS (16 digit style)
```

## Credits

Expand Down

0 comments on commit ebecc03

Please sign in to comment.