πŸ“‹

Installer Cheat Sheet

CONTROL4 Β· CRESTRON Β· QUICK REFERENCE FOR JOB SITES

← DashboardπŸ”Œ Driver Hub
# Access Director CLI (SSH to controller)
ssh dealer@<controller-ip>
# Default port: 22, password: dealer

# Useful Director commands
director                    # Enter director console
help                        # List all commands
drivers                     # List all loaded drivers
devices                     # List all devices
rooms                       # List all rooms
reboot                      # Reboot director
restart_driver <id>         # Restart a specific driver
get_driver_log <id>         # Fetch driver log
scan_wifi                   # Scan for WiFi networks
πŸ’‘ Tip:Director console commands are case-sensitive. Use Tab for auto-complete where supported.
  • β€ΊSingle Press β€” most common; use for direct scene or device control
  • β€ΊDouble Press β€” good for all-off or security arm; avoid on keypads used by elderly clients
  • β€ΊPress and Hold β€” use for ramping lights; set ramp rate in Properties tab
  • β€ΊWhen Time of Day β€” schedule-based events; always set a timezone on the controller first
  • β€ΊWhen Variable Changes β€” great for HVAC mode changes, security state reactions
  • β€ΊConditionals (If/Then) β€” check variable state before executing; prevents double-triggers
πŸ’‘ Tip:Always test programming on a 'Programming Sandbox' room first before applying to live rooms. Use delay commands to sequence devices (e.g., AV receiver before TV).
Variable TypeUse CaseExample
BooleanOn/Off state trackingIs_Away_Mode = true
NumberDimmer level, temperature set pointMaster_Dimmer_Level = 75
StringMode label, last userCurrent_Mode = 'Movie'
Room StateBuilt-in; tracks active sourceUse for conditional AV routing
πŸ’‘ Tip:Set variables via Programming tab β†’ Variables. Use 'Set Variable' command in events. Variables persist across reboots β€” good for tracking home state.
AgentWhat It DoesWhen to Use
SchedulerTime-based events (sunrise/sunset aware)Lighting scenes, HVAC schedules, night mode
WakeupGradual wake routine (lights + music)Bedrooms; set multiple alarms per user
Media ScenesSave/recall AV source + volume + inputTheater rooms, multi-zone audio
IntercomTwo-way audio between rooms/panelsGate entry, baby monitor replacement
Lighting ScenesSave dimmer levels as named scenesEvery room; bind to keypad single-press
Variables AgentGlobal project variablesState tracking across rooms/systems
AnnouncementsTTS or audio file broadcastDoorbell, security alert, arrival notice
  • β€ΊUI Engine β€” OS 3 uses a new UI engine; old Navigators (HC series) require upgrade or replacement
  • β€ΊInterlock β€” New interlock group UI in Composer HE for dimmer/switch grouping
  • β€Ί4Sight Required β€” Remote access now requires 4Sight subscription (was optional in OS 2)
  • β€ΊAlexa/Google β€” Native voice integration in OS 3; no longer needs a third-party driver
  • β€ΊNeeo Remote β€” OS 3 introduced Neeo integration; configure via Settings > Remotes
  • β€ΊDriver Compatibility β€” Many OS 2 drivers work in OS 3 but check DriverWorks SDK version
  • β€ΊProject Migration β€” Use Composer Pro File > Migrate Project; test all drivers post-migration
πŸ’‘ Tip:When migrating from OS 2 to OS 3, export a backup first. Some drivers need to be re-added from scratch (especially any that use DriverWorks 2).

πŸ“š Reference Stats

πŸ’» Programming
5
reference cards
πŸ”Œ Driver Reference
4
reference cards
πŸ”§ Wiring & Install
4
reference cards
πŸ“ System Sizing
3
reference cards
πŸ” Troubleshooting
5
reference cards

πŸ€– Ask Installer AI

Quick questions: