Two trigger with a condition each in one single rule

@schnidrig, Dear Christian, would you like to share with us how your final jython code looks for the trigger
Channel 'astro:sun:home:rise#event' triggered START ?

I had a look at your lovely rollershutter code and the ChannelEventTrigger class:

class ChannelEventTrigger(Trigger):
    def __init__(self, channelUID, event, triggerName=None):

I guess that “event” is an event filter, but I’m not sure what to assign to it. Thanks!