Czy może ktoś mi podpowiedzieć gdzie jest błąd w tym kodzie ( dopiero się uczę )
rule "test"
when
Item WEJSCIE1 changed to OPEN
then
Wyjscie3.sendcomand(ON)
end
Zawartość Items:
SwitchWyjscie1"Wyjscie1" { gpio="pin:19 activelow:yes initialValue:high" }
SwitchWyjscie2"Wyjscie2" { gpio="pin:26 activelow:yes initialValue:high" }
SwitchWyjscie3"Wyjscie3" { gpio="pin:18 activelow:yes initialValue:high" }
SwitchWyjscie4"Wyjscie4" { gpio="pin:23 activelow:yes initialValue:high" }
SwitchWyjscie5"Wyjscie5" { gpio="pin:24 activelow:yes initialValue:high" }
SwitchWyjscie6"Wyjscie6" { gpio="pin:25 activelow:yes initialValue:high" }
SwitchWyjscie7"Wyjscie7" { gpio="pin:8 activelow:yes initialValue:high" }
SwitchWyjscie8"Wyjscie8" { gpio="pin:7 activelow:yes initialValue:high" }
Contact WEJSCIE1 "WEJSCIE1 [%s]" { gpio="pin:20 activelow:yes" }
i Error z logów openhab
[ERROR] [ntime.internal.engine.RuleEngineImpl] - Rule 'test': 'sendcomand' is not a member of 'org.eclipse.smarthome.core.library.items.SwitchItem'; line 5, column 4, length 23
próbowałem różnych kombinacji i zawsze podobnie się to kończy
błąd składni 🙁
Podpowie ktoś jak to ma być?
Dodane : 24/04/2020 7:30 pm