(AP park 1)
Ah ha, I missed that one. So you want to PARK the scope at the end of the night, then take dome flats, all automatically? If so, then at the moment it's not possible. The #domeflats mode starts out by asking you to respond "yes the scope is pointed at the lightbox/screen" before it will start, so you have to be present to use it. But parking the scope can be done automatically.

Here's someting to try: Save a copy of the script AutoFlat.vbs. Then edit AutoFlat.vbs (Notepad will do). Look for this line:

If Not Console.AskYesNo("Ready for DOME/SCREEN flats?", 120) Then Exit Sub

and replace it with

Telescope.Park

This will park your scope then start doing domeflats. Let us know how it works...