Everything works nice so far. The only problem I face is the state of the system after a power outage. Right now after a power outage all GPIOs are turned ON after the boot. How can I configure which GPIOs I would like to be ON and which OFF after an power outage reboot? Like in my example above - I would like RPi to turn aquarium_lightsOFF and aquarium_oxygen_pumpON by default on each power outage reboot.
I actually have several automatons defined for all my relays. Is there such a thing as launch all automations on start event? This way I will not have to mention my conditions twice and I will be able to edit them (once needed) in one place instead of two. Does it make sense?
If those automations have conditions inside - will the executions of those automations be conditioned or just executed without checking the conditions?