π·οΈ Are export_power_limit and grid_charge_current stored in EEPROM or RAM? #457
Replies: 2 comments
-
Ideally you should ask Sunsynk. These settings are persistent, so it wonβt be RAM. I doubt the design intention was that this is a real-time control channel |
Beta Was this translation helpful? Give feedback.
-
Hi @kellerza, thanks so much for the quick reply! Yes, that makes sense β and your confirmation that these registers are persistent is very helpful. Our use case is a bit unusual: we're participating in a project to provide balancing (regulation) energy, which requires us to adjust power targets every few seconds dynamically β both positive and negative. So unfortunately, the CT/meter-based feedback loop isnβt an option for us, since we need precise external control over both export and battery charging. Iβll reach out to Sunsynk or Deye directly to see if thereβs a RAM-based or temporary control register for this use case. Thanks again for your amazing work on this integration β itβs really enabling next-level energy control setups. π Best regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @kellerza π
I'm working on a dynamic control system using a Deye/Sunsynk inverter (SUN-50K-SG01HP3-EU-BM4). For grid services (balancing energy), I need to frequently write to the following registers:
export_power_limit
(Register 1405)grid_charge_current
(Register 754)Can you confirm if these values are stored in volatile memory (RAM) or if they are written to non-volatile memory (EEPROM/Flash)?
We need to update them every 5β10 seconds, and frequent EEPROM writes could wear out the memory. If these are RAM-based, we plan to purchase 10 inverters for deployment.
Also, since our use case requires both positive and negative balancing power, we cannot rely on CT/meter-based regulation β we need direct and precise external control over battery charging and export limits.
Any insights or documentation references would be highly appreciated!
Thanks a lot π
Beta Was this translation helpful? Give feedback.
All reactions