Version 6 is a significant release. Follow the steps below for your current version and check the ASCOM dome script section if you use the roof automation driver.
The Windows software has been substantially updated. These are the main additions:
Relay restrictions—Define conditions under which relays can or cannot be activated
Internal macros—Each macro now supports 2 actions, including wake-on-LAN and Pushbullet notifications
Roof control on main panel—Optional quick-access shutter controls directly in the main window
Password control—Protect access to the DragonFly configuration
Enhanced web interface—Improved internal web UI for remote monitoring
DragonFly Configurator—New dedicated tool for device configuration and firmware updates
Timestamped logging—Date and time stamps on all log entries, saved to disk
If you use the DragonFly ASCOM dome driver for roof automation, you need to edit the ShutterStatus.vbs file. Find it at:
64-bit Windows:
32-bit Windows:
Find this line and replace it with the block below:
on error resume next
set df = CreateObject( "Dragonfly.Help" )
if Err.Number <> 0 then
wscript.quit
end if
on error goto 0
You will need administrator privileges to save changes to this file. Right-click your text editor and choose Run as administrator before opening the file.