Goodwe Increase max value of export limit to 200% (#117090)

This commit is contained in:
mletenay 2024-05-09 00:08:08 +02:00 committed by GitHub
parent 12759b50cc
commit b60c90e5ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ NUMBERS = (
native_unit_of_measurement=PERCENTAGE,
native_step=1,
native_min_value=0,
native_max_value=100,
native_max_value=200,
getter=lambda inv: inv.get_grid_export_limit(),
setter=lambda inv, val: inv.set_grid_export_limit(val),
filter=lambda inv: _get_setting_unit(inv, "grid_export_limit") == "%",