There was a thread back in September with evandbrown titled 'Auto off/energy management' that appears not to have been resolved. I am having a similar problem and have some more information. I'm working with an HD810 with V3.1.73 firmware.
Sleep.bsp has the following lines:
videomode 1360x768x60p PowerSaveModeOn
Wake.bsp has the following lines: videomode 1360x768x60p PowerSaveModeOff
touch.csv is a touchscreen interactive script I created AutoSchedule.txt to run the following for testing purposes: */*/*-*-14:00 touch.csv */*/*-*-14:05 Sleep.bsp */*/*-*-14:09 Wake.bsp */*/*-*-14:10 touch.csv */*/*-*-14:15 Sleep.bsp */*/*-*-14:19 Wake.bsp */*/*-*-14:20 touch.csv */*/*-*-14:25 Sleep.bsp */*/*-*-14:29 Wake.bsp */*/*-*-14:30 touch.csv
The schedule continued the same pattern for the rest of the hour.
I modified autorun.brs to send the date/time and the script being played out the serial port and logged it. Here is what I got:
Those two errors corresponded with the failure to turn on or play the interactive script. Note that both times, the error was in playing the previous script instead of the current one. I double checked that there were no problems in my schedule.
So for some reason, the schedule is failing to read the correct filename into the fileName$ variable.
I need to pack this up soon and send it to an installation in Hawaii so I'm really glad that I caught it before shipping. The client would not be happy and it would be extremely expensive for me to go over to try to fix it.
Please help! Thanks
Dick