Hello a question,
I use the UniPI on EVOK interface, but if I want to turn several relays simultaneously remains only the last.
"rules": [
{
"id": "sperre-bahnen-turen-zu",
"name": "Sperre Bahnen Türen1 zu",
"rule": "when contact of UniPi Digital Input 1 is closed for 3 second or when contact of UniPi Digital Input 2 is closed for 3 second then switch Relay 1 on",
"active": true,
"logging": false
},
{
"id": "sperre-bahnen-turen-zu-3",
"name": "Sperre Bahnen Türen2 zu ",
"rule": "when UniPi Digital Input 1 is closed or when UniPi Digital Input 2 is closed then turn Relay 2 on",
"active": true,
"logging": false
},
{
"id": "sperre-bahnen-turen-zu4",
"name": "Sperre Bahnen Türen3 zu 2",
"rule": "when UniPi Digital Input 1 is closed or when UniPi Digital Input 2 is closed then turn Relay 3 on",
"active": true,
"logging": false
}