Trun on Sat morning and Off Sunday night

OK having a brain fart and cannot figure out. I would like to turn a switch on Sat morning and off Sunday night looked at bigtimer but just cant figure it out ?
Any help much appreciated
Thanks

image

[{"id":"3c607c8e.87a934","type":"api-call-service","z":"ffbd7f06.4a014","name":"","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.light1","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":378,"y":736,"wires":[[]]},{"id":"1cf1971c.d2c489","type":"inject","z":"ffbd7f06.4a014","name":"Sat on","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"00 08 * * 6","once":false,"onceDelay":0.1,"x":204,"y":736,"wires":[["3c607c8e.87a934"]]},{"id":"fa159bb6.e660f8","type":"inject","z":"ffbd7f06.4a014","name":"Sun off","topic":"","payload":"{\"service\": \"turn_off\"}","payloadType":"json","repeat":"","crontab":"00 23 * * 0","once":false,"onceDelay":0.1,"x":204,"y":768,"wires":[["3c607c8e.87a934"]]}]
1 Like

Take a look at the eztimer node. It’s very simple to use. Create two flows, one to turn on and one to turn off.

1 Like

Thanks will do

Thank you for that I implemented your flow

Another option is BigTimer

1 Like

and this

1 Like

Yes have used big timer but could not figure out have used Kermit suggestion for now. May hand to use 2 big timer module one for one and one for off like Kermit flow. has given me the ideas to go forward
Thanks