hi. a couple basics: day and nite statements do not work in macros on at least latest version. period. u will not make them work.
my work around is to make a lite switch, say M1, and set timer to turn it on at say 7am and off at 7pm. then make a macro to trigger when it sees this turn on and sET flag 1 (turns it on). Make an else or just another macro that triggers on M1 OFF, have it CLEAR flag 1. Now where you want on aduring day, use IF flag 1 is ON; where you want off at nite, use IF flag 1 OFF (cleared). THIS WORKS.
Next, your chime has a house code & number too, say C1; it chimes when you send that code ON; ie., send C1 on and it chimes. sending C1 o0ff does nothing. it chimes 1 time per C! ON sent. Period. So0 you dont say 'turn it on for 10 sec. u send C1 On, it chimes, if you want more longer chimes send C1 ON, delay 2 seconds, C1 ON, delay 2 sec, C1 ON, delay 2 sec etc etc etc...
Hope this gets you started