Skip to content

Commit

Permalink
webapp: set overscaling threshold default value
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBoehm committed Jan 24, 2025
1 parent 587f8ca commit cabcf9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/views/PowerLimiterAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@ export default defineComponent({
newInv.is_behind_power_meter = true;
newInv.lower_power_limit = this.getLowerLimitMinimum(newInv);
newInv.upper_power_limit = Math.max(metaInv.max_power, 300);
newInv.use_overscaling_to_compensate_shading = false;
newInv.scaling_threshold = 98;
inverters.push(newInv);
}
Expand Down

0 comments on commit cabcf9a

Please sign in to comment.