SunGather
SunGather copied to clipboard
SG8.0RS Support
It seems that in order to get Sungather working consistently with an SG8.0RS registers-sungrow.yaml needs to be modified to remove modbus entries that cause errors on the inverter. The bad requests to restricted/non-existent modbus addresses were crashing my Winet adapter almost daily and it would come back at midnight (looks like logs were maxing out and causing the module to freeze).
Comment out the following lines in the registers-sungrow.yaml file: 1993-1996 (Modbus #6099 and #6199) 1999-2006 (Modbus #6399, #6499, #6599 and #6699) 2011-2012 (Modbus #12999) 2020-2021 (Modbus #13000)
It's outlined in another issue [https://github.com/bohdan-s/SunGather/issues/191] but also commented out all #last_reset_value_template: "{{ value_json.last_reset }}"
lines in config.yaml
@bohdan-s not sure if you plan on any further development but it would be awesome if this could be included natively in a future build?