Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xThaid/inverterlogger
A small library that encodes and decodes data from Solarman data loggers. It works with wifi kits with a s/n starting with 17xxxxxxxx.
https://github.com/xThaid/inverterlogger
deye go inverter sofarsolar solarman
Last synced: 29 days ago
JSON representation
A small library that encodes and decodes data from Solarman data loggers. It works with wifi kits with a s/n starting with 17xxxxxxxx.
- Host: GitHub
- URL: https://github.com/xThaid/inverterlogger
- Owner: xThaid
- License: mit
- Created: 2021-09-17T18:31:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T15:18:22.000Z (12 months ago)
- Last Synced: 2024-08-03T23:27:22.251Z (4 months ago)
- Topics: deye, go, inverter, sofarsolar, solarman
- Language: Go
- Homepage:
- Size: 1.42 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - inverterlogger
README
# inverterlogger
A small library that encodes and decodes data from Solarman data loggers.
It works with wifi kits with a s/n starting with 17xxxxxxxx.Please be careful with changing constants, as you can accidentialy send different command.
So instead of fetching real-time data, you could change some setting of an inverter (this can be really dangerous).Refer to the [example](https://github.com/xThaid/inverterlogger/tree/main/example) to see how it can be used.
Hope this helps you to understand how the protocol works.