Hello,
I have a problem with rules. I have “installed” Pimatic via docker on my raspberry.
Everythings work, but the rules are not executed. There is also no failure entry in the messages log.
I can turn on and of all my lights with “alle-tasten” on my Favorites. The variable is $alle-tasten.state(attribute)
.
The rule is
{
"id": "lampenaus22",
"name": "LampenAus22",
"rule": "when its 22:05 then turn alle-tasten off",
"active": true,
"logging": true
},
Is something wrong with my rule?
Sebastian