Rule for Roller Shutter via Astro Binding an Paper UI/rule engine

Simplified from Design Pattern: Simple State Machine (e.g. Time Of Day)

rule "test"
when
    Channel 'astro:sun:home:rise#event' triggered START
then
    // do stuff at sunrise
end

The Channel name needs to exactly match your Thing ID. I think the autodiscovered Thing ID is usually astro:sun:local.

1 Like