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 this case the specific ListSpinBox (PageSettingsHub4FeedIn.qml id: maxFeedInPower) "from" property is not explicitly set to 0; rather as per the default behaviour of all ListSpinBoxes, it follows the VEQuickItem's min property, which in this case is reporting -1 from the installation.
The from value could be set to 0 to hard-code the minimum - much like the maximum is also hard-coded to 300,000.
@mpvader is this an acceptable workaround - and could there be a fix made such that the VEQuickItem in this case had its min value reported as 0 to make this a proper fix?
While it should be 0, 100, 200, …
I was able to reproduce this on Venus OS v3.60~15 within a few minutes, on this site:
https://vrm.victronenergy.com/installation/473156/firmware-update
to reproduce it, press the down button till you see -1.
reported here:
https://community.victronenergy.com/t/venus-os-v3-60-15-available-for-public-testing/13471
The text was updated successfully, but these errors were encountered: