You set
astro:sun:SchinMin30:set#start
but your trigger is set to
Channel ““astro:sun:SchinMin30:set#event” triggered START
I guess you could extend your things file as follow:
astro:sun:SchinMin30 [ geolocation="51.1222,5.875652" ] {
Channels:
Type start : set#start [
offset=-30
]
Type rangeEvent : set#event [
offset=-30
]
}
astro:sun:home [ geolocation="51.1222,5.875651" ] {
Channels:
Type start : set#start [
offset=0
]
Type rangeEvent : set#event [
offset=0
]
}