I have a python script running on the Cerbo GX that continuously updates the ESS “Maximum Inverter Power” at 1 Hz via ModbusTCP at /Settings/Cgwacs/MaxDischargePower (Register 2704). The purpose is to consume PV power as it is available, keeping the SoC on a monotonically increasing curve throughout the day.
It just occurred to me that this may be a non-volatile setting, and is getting written to EEPROM. I’m concerned if this is true that the maximum write count on the eeprom will be exceeded fairly quickly. Can anyone confirm this is the case?
Thanks