Mount parking without a PC
The DragonFly can now send a park command directly to a 10 Micron network-enabled mount — no computer required, no active session needed. If the observatory loses its PC connection in the middle of the night, the DragonFly can still safely park the mount on its own.
The feature works through DragonFly macros: a macro checks the weather or watchdog state, then issues a park command to the mount over the local network. The 10 Micron series was the first to be supported; other network-enabled mounts can be added on request.
10 Micron compatibility: The 10 Micron Mount Network Utility enables communication with 10 Micron mounts over the network — the DragonFly can issue park and control commands directly through this utility from a macro or script.
Humidifier control via SOLO dew-point data
Humidity inside an observatory dome can damage mirrors, correctors and electronics. The DragonFly can now read temperature and dew-point data from a SOLO CloudWatcher unit and automatically switch a humidifier relay when the gap between dew-point and ambient temperature drops below a safe threshold.
This runs entirely within the DragonFly — no PC, no scripts running in a browser window, no manual checks. The SOLO provides the weather data; the DragonFly decides when to act.
Closed observatory support: The humidifier control logic works even when the observatory is fully closed. If the dome is shut and the optics are stored, the DragonFly will still monitor humidity and switch the relay to protect the equipment.
How to set it up: macros
Both features are implemented through DragonFly macros — sequences of commands that the controller executes on a schedule or in response to a trigger. The full macro system, including step-by-step examples for both mount parking and humidifier control, is documented in the Macros manual.
