以下僅為a quick example...not yet debug....
=========
step 1 先create 一個 virtual outlet
Virtual outlet “elton_temp_threshold"
Set OFF
If Temp > 29 Then ON
If Temp < 27 Then OFF
(P.S. 可以在這加其他條件 如濕度, PH, etc...)
step 2 在你的燈 及 wave maker 的 每一個 physical outlets
Fallback ON
Set ON
If Outlet elton_temp_threshold = ON Then OFF
If Outlet elton_temp_threshold = OFF Then ON
Defer 05:00 Then ON (only optional)
==========
這種寫法好處是... 當你玩久了,熟悉了你的缸,對最低最高溫想做改變時,僅須改動virtual outlet...不需一個一個改physical outlets
當然,你也可以用seasonal feature and/or sunrise/sunset來做更與時俱進的設定...