solarmon
solarmon copied to clipboard
A simple Python Script for reading Growatt PV Inverter Modbus RS485 RTU Protocol and storing into InfluxDB
Bumps [pymodbus](https://github.com/riptideio/pymodbus) from 2.3.0 to 3.0.2. Release notes Sourced from pymodbus's releases. Version 3.0.2 Add pygments as requirement for repl Update datastore remote to handle write requests (#1166) Allow multiple...
Hi! I'm having issues getting "solarmon" to connect to my inverter. Have tried some other projects from github - https://github.com/Heleen/growatt-reader, and that one works. It seams to me that both...
Running 100% I had to change unit number ..
Hi I have got a growatt SPF-5000TL, I run the script on the Raspberry, I receive a syntax error **File "solarmon.py", line 23 print('Setup InfluxDB Client... ', end='') ^ SyntaxError:...
It might be useful/dangerous to have a write to register option. I'm thinking here where you might want to change the operation mode based on Time-of-Use settings - i.e. set...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
Hi, Thank you for this software. I use it for some weeks now and works fine. 1. The growatt protocol has been updated to [v3.15](https://github.com/jrbenito/canadianSolar-pvoutput/blob/dev/docs/Growatt%20PV%20Inverter%20Modbus%20RS485%20RTU%20Protocol%20V3.15.pdf) and now supports string voltage...
Hi, Added possibility to change the inverter type. Added reading script for a Growatt SPH-TL3. Also, included basic reading of battery values but definitely can be improved, following the protocol...
Is possible to add more values from PV hrowatt SPH? Which registry and how? Thank you.