You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to charge/discharge my Goodwe ET but it isnt responding to the operation modes.
I have tried multiple things for example:
await inverter.set_operation_mode(99, 100, 20) which I suppose does the following: Discharge at 100% power to 20% soc
or
await inverter.set_operation_mode(98, 50, 100) charge at 50% power until 100% soc, but nothing seems to happen. the battery just remains under its own control.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to charge/discharge my Goodwe ET but it isnt responding to the operation modes.
I have tried multiple things for example:
await inverter.set_operation_mode(99, 100, 20)
which I suppose does the following: Discharge at 100% power to 20% socor
await inverter.set_operation_mode(98, 50, 100)
charge at 50% power until 100% soc, but nothing seems to happen. the battery just remains under its own control.The text was updated successfully, but these errors were encountered: