Hey Guys,
Im new here and I got my first berry a weeks before. My laziness brought me to this lovely tool so called pimatic.
The framework is running great. The goal is to automate my vivarium with an asian leaf turtle in it.
Now Im setting up the rules but they are not applied. Would someone have a look into my config.
rules": [
{
"id": "led-leiste",
"name": "LED Leiste an",
"rule": "when its 7h after sunrise and led-stripe is turned off and if its before sunset then turn led-stripe on",
"active": true,
"logging": true
},
{
"id": "led-leiste-aus",
"name": "LED Leiste aus",
"rule": "when its 7h after sunset and led-stripe is turned on and if its after sunrise then turn led-stripe off",
"active": true,
"logging": true
},
{
"id": "tageslicht-an",
"name": "Tageslicht an",
"rule": "when its 9h after sunrise and tageslicht is turned off and if its before sunset then turn tageslicht on",
"active": true,
"logging": true
},
{
"id": "tageslicht-aus",
"name": "Tageslicht aus",
"rule": "when its 8h after sunset and tageslicht is turned on and if its after sunrise then turn tageslicht off",
"active": true,
"logging": true
}
],
Thanks for your time and best regards,
Andre