Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generators: add option to skip warm up when start is triggered by inverter overload #1501

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ReinvdZee
Copy link
Contributor

Also fixes a small bug where the "Control Status" field shows "Stopped" instead of the condition that started the generator. The dbus field /RunningByConditionCode must be used to parse the condition name instead of /RunningByCondition.

@@ -131,6 +132,13 @@ ListNavigationItem {
dataItem.uid: bindPrefix + "/StopTimer"
suffix: root.timeUnit
}

ListSwitch {
//% "Skip generator warm-up"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we turn this into a CommonWords.something?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we only put things in CommonWords when they are repeated

Copy link
Contributor

@DanielMcInnes DanielMcInnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generators: Add option to skip warm-up when start is triggered by inverter overload
2 participants