Occusim help

hi guys,

ive installed occusim and seem to have everything set up, yet even though appdaemon logs show an execution nothing is happening.

can someone please have a look over my script and let me know if i’m missing something

Occupancy Simulator:
module: occusim
class: OccuSim
log: 1
notify: 1
enable: input_boolean.not_home,on
#test: 1
dump_times: 1
#reset_time: 02:00:00

step_livingroom_start_name: Livingroom Start
step_livingroom_start_start: sunset - 00:05:00
step_livingroom_end_name: Livingroom End
step_livingroom_end_start: '22:58:00'


step_playroom_start_name: playroom Start
step_playroom_start_start: '20:05:00'
step_playroom_end_name: playroom End
step_playroom_end_start: '23:58:00'

step_tv_start_name: tv Start
step_tv_start_start: sunset - 00:05:00
step_tv_end_name: tv End
step_tv_end_start: '22:58:00'

random_livingroom_name: Livingroom
random_livingroom_start: Livingroom Start
random_livingroom_end: Livingroom End
random_livingroom_minduration: 00:05:00
random_livingroom_maxduration: 00:40:00
random_livingroom_number: '3'
random_livingroom_on_1: script.lightdownstairs_on
random_livingroom_off_1: script.lightdownstairs_off



random_playroom_name: playroom
random_playroom_start: playroom Start
random_playroom_end: playroom End
random_playroom_minduration: 00:40:00
random_playroom_maxduration: 01:12:00
random_playroom_number: '3'
random_playroom_on_1: script.lightplayroom_on
random_playroom_off_1: script.lightplayroom_off


random_tv_name: tv
random_tv_start: tv Start
random_tv_end: tv End
random_tv_minduration: 00:40:00
random_tv_maxduration: 01:12:00
random_tv_number: '2'
random_tv_on_1: script.tv_not_home_on
random_tv_off_1: script.tv_not_home_off