Blockes rule to open rollershutter

Hi Guys,

I trying to create a blockly rule to open the rollershutter with sunrise but not earlier then 7.30 am.
Have somebody an idea how to do that?

Thank you!

  1. Configure the sunrise event Channel with the “earliest” property set to 7:30.
  2. Choose this event Channel to trigger your rule
  3. Send the command to the Item as required

You could use 2 simple rules. One rule to open at sunrise, but condition it on being later than 7:29AM. Second rule to run on cron at 7:30AM to check if roller shutter is open, and if not open it.

Thanks!
How to configure the sunrise event channel at 7:30?

Something like this:

  • Install the Astro binding
  • Add an Astro thing (sun)
  • Go to the sunrise channel of this thing and create an item for start time
  • select configure channel and choose earliest time
  • in you rule select time event as trigger
  • select time specified in an item state
  • select your created sunrise item

Similar to this: