-
See: https://github.com/bohdan-s/SunGather/issues/31
-
After installation of the file what is the user supposed to do to get the dashboard? Could you please add that information to the readme?
-
Hey mate,
I'm trying to run SunGather against a SG5K-D with a WiFi V31 dongle.
Modbus seems to not work:
> 2021-12-17 13:47:22 INFO Starting SunGather 0.1.0
> 2021-12-17 13:47:22 INFO …
-
I can see ports 80 and 502 open and can telnet into port 502 fine to confirm a connection can be made but solariot is giving a connection failed. Connecting via wifi. I've tried slave 0x01 through 0x0…
-
Environment: Sungrow Inverter SG8K-D with Wifi Adaptor. Raspi8 with Python 3.8.
Port 502 accessible by scanning.
Error: ValueError: AES key must be either, 24, or 32 bytes lon 16g
I have attemp…
-
```
nmap -p- 172.16.50.116
PORT STATE SERVICE
80/tcp open http
502/tcp open mbap
```
cat config.py
```
inverter_ip = "172.16.50.116"
inverter_port = 502
# Slave Defaults
# Sungrow: …
-
Enhancement to send output to a file in json format. Use case could be for a telegraf process to ingest this as input.
-
Enhancement to upload Solariot metrics to pvoutput.org.
API specs: https://pvoutput.org/help.html#api-spec
-
Add a inverter model field in the top-level configuration so we can optionally use SungrowModbusTcpClient to talk Sungow's encrypted modbus using https://github.com/rpvelloso/Sungrow-Modbus.
-
Hi,
I have a sungrow inverter (model SG6K-D) and I want to know if I can use this script (with modbus-sungrow-sh5k.py values).
I don't know if I could explain, but how do I use this script with …