嗨,
我想用openHab中的按钮来控制继电器,并且我想创建一个规则来检查状态是ON还是OFF,然后再执行操作。
我是新手,我不知道自己做错了什么。
我需要一些帮助。
这是home.items中的代码
Switch buc1_releu "Bec1" (LivingRoom) { gpio="pin:18 activelow:yes initialValue:high force:true" }
Contact buc1_intrerupator "Intrerupator [%s]" (LivingRoom) { gpio="pin:23 activelow:yes" }
这就是home.rules
rule "buc1"
when
Item buc1_intrerupator changed
then
if (buc1_releu.state == ON){
sendCommand(OFF)
}
else if (buc1_releu.state == OFF){
sendCommand(ON)
}
end
答案 0 :(得分:0)
发现了问题,这是正确的代码:D
%r
library('SparkR')
df1