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
In PR #150 , we change the way the power is configured.
This lead to a regression in overpowering calculation.
Expected:
The overpowering calculation should calculate the max(device_power / nb_heater, device_power * on_percent) in VTherm overpowering calculation,
So that when on_percent is 100% all the power should be available, or only one heater power (in average).
The text was updated successfully, but these errors were encountered:
Hello,
This may lead to an unsecured situation 🫤 where we fired up a heater that use more than the average.
Don't we want to secure by checking for full power available ?
Regards
In PR #150 , we change the way the power is configured.
This lead to a regression in overpowering calculation.
Expected:
The overpowering calculation should calculate the max(
device_power
/nb_heater
,device_power
*on_percent
) in VTherm overpowering calculation,So that when on_percent is 100% all the power should be available, or only one heater power (in average).
The text was updated successfully, but these errors were encountered: