Automatic Enapter Dryer Control
What We Control?​
This example shows how to use the Enapter Rule Engine for Enapter Dryer management (start and stop).
Objective of Automation​
Sart the Enapter Dryer only when at least one of the electrolysers is running and turn off the Dryer if all the electrolysers connected to it are idle.
Requirements​
At least one Enapter electrolyser and one dryer are needed. Also you need to know UCM ID of each device - they are used in rule below.
Rule​
electrolysers.control_dryer({
dryer = 'FAB1D8F747BCF71E48E2FBB6DDEDAFCF',
electrolysers = {
'60570E9A0D53B0C3A24D450A11A0B28D',
'0A8D26ABD5731E85F1A44B749ED0B09F',
}
})