I have a rule to shut down a solid fuel heating system using several actions. The rule is executed by cron every 5 minutes and triggers three actions when the temperature reaches a certain level. However, in some cases, I want to trigger these actions manually, ignoring the conditions in the rule.
Currently, I go to the pumps and switches and execute these three actions manually. What is the best way to group these actions so they can be executed both from the rule and manually, while managing the list of actions as a single unit?
If you make the rule in the UI, you just have to make sure to select No in the “Consider Conditions” field.
Once you have that second rule, you can trigger it however you wish: going to the rules page and pressing play, setting up a widget that runs the rule, triggering it with an item that you change manually, etc.