Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candlerb/solis_exporter
Data collector and gateway for Solis Ginlong 5G inverters with modbus/RS485
https://github.com/candlerb/solis_exporter
Last synced: 22 days ago
JSON representation
Data collector and gateway for Solis Ginlong 5G inverters with modbus/RS485
- Host: GitHub
- URL: https://github.com/candlerb/solis_exporter
- Owner: candlerb
- License: mit
- Created: 2022-11-26T22:19:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T11:37:50.000Z (over 1 year ago)
- Last Synced: 2024-10-30T12:12:02.504Z (2 months ago)
- Language: Go
- Size: 1.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# solis_exporter
![Sample dashboard 17503](docs/configuration/dashboard.png)
This program connects to the RS485 (modbus) link between a Solis Hybrid
inverter and its Wifi stick data logger.It passively sniffs the messages between the data logger and the inverter,
and turns these into Prometheus metrics.Optionally, it can also be used to *inject* modbus messages, acting as a
modbus TCP gateway which can be used to read and alter its configuration.Tested with Solis inverter RHI-6K-48ES-5G, which reports model number 3105,
in the United Kingdom.## Documentation
See
## USE AT YOUR OWN RISK!
Tapping onto to the RS485 link requires opening and modifying the wifi
data logger itself.Before doing this, consider the
[alternative ways](https://solis-exporter.readthedocs.io/en/latest/alternatives/)
of integrating with your inverter.Whilst passive sniffing should be safe, do not enable the modbus TCP gateway
unless you have fully understood the consequences!