Hi, please don’t kill i all ready read some problem like mine, but i can’t see the error in my rule. I know the rule is not triggering son the problem must be in the wehn section.
Channel 'astro:sun:casa:civilDawn#event' triggered START or
Channel 'astro:sun:casa:civilDusk#event' triggered START
I’m trying to copy “Design Pattern: Time Of Day”, just simplfied for my needs.
Also i define my astro channel by file.
astro:sun:casa "Sol" @ "Casa"[ geolocation="number,numbers", interval=43200 ]
Also, i define some item in .items
DateTime Amanecer_civil "Astro: Amanecer Civil [%1$tH:%1$tM]" <time> { channel="astro:sun:casa:civilDawn#end" }
DateTime Atardecer_civil "Astro: Atardecer Civil [%1$tH:%1$tM]" <time> { channel="astro:sun:casa:civilDusk#start" }
I don’t use them so I will delete them.
Finally before i use to start the rule with:
Channel 'astro:sun:casa:civilDawn#end' triggered on or
Channel 'astro:sun:casa:civilDusk#start' triggered on
This second option also doesn’t work.
So i’m little lost, i belive the problem is in the astro channel definition with the #start end eevent option but i’m not sure how.
Thanks