{{includefile 'bootstrap/css/page_common.css'}} Setup {{load_linux_network_settings}} {{includefile 'header.html'}} {{includefile 'navbar.html'}} {{requested_tab=setup_tab_selected_id}} {{if queries['tab']!=empty}} {{requested_tab=queries['tab']}} {{end}}
Loading...
{{if is_linux_zee}}
Ethernet Settings
{{if !using_network_manager}}
{{hs_checkbox_setting 'gEthDHCP' 'Enable DHCP'}}
{{if !((get_setting_bool 'gEthDHCP')=='checked')}}
{{end}} {{else}}
DHCP is Enabled
{{end}} {{if is_wifi_installed}}
WIFI Settings
Available Networks
{{for ssid in list_wifi_networks}}
{{ssid}}
{{end}}
{{if !using_network_manager}}
{{hs_checkbox_setting 'gWIFIDHCP' 'Enable DHCP'}}
{{if !((get_setting_bool 'gWIFIDHCP')=='checked')}}
{{end}} {{end}} {{end}} {{end}}
Web Server Settings
{{hs_checkbox_setting 'gAllowBrowserImageCaching' 'Allow Browser Image Caching'}}
{{hs_checkbox_setting 'gWebSvrLogErrorsEnabled' 'Log Server Errors'}}
{{hs_checkbox_setting 'gInactivityLogin' 'Inactivity Logout'}}
{{hs_checkbox_setting 'gWebSvrLogLoginsEnabled' 'Log Remote Logins'}}
{{hs_checkbox_setting 'gLogLocalLogins' 'Log Local Logins'}}
{{hs_checkbox_setting 'gNoPW192' 'No Password Required for Local (same subnet) Login'}}
{{hs_checkbox_setting 'gUPNPDiscoverEnabled' 'System is Discoverable Using UPNP'}}
{{hs_checkbox_setting 'IPBlock_Enabled' 'Enable IP Hack Blocking'}}
MyHS Remote Access Settings More Info
{{hs_checkbox_setting 'gMyHomeSeerEnabled' 'Enable Remote Access through MyHS Service'}}
{{hs_checkbox_setting 'gMyHSAutoCreateHSTouchUsers' 'Auto Add HSTouch Users Authenticated through MyHS'}}
Remote Control Settings
{{hs_checkbox_setting 'gAllowJSONRequests' 'Enable Control with JSON (Required for Alexa/Google Home/IFTTT/Etc.)'}}
{{hs_checkbox_setting 'gEnableASCIIPort' 'Enable Control using ASCII Commands'}}
HSTouch Settings
{{hs_checkbox_setting 'gHSTouchEnabled' 'Enable HSTouch'}}
{{if platform=='windows'}}
{{cvoice = get_setting_text 'gHSTouchTTSVoice'}}
{{end}}
Speaker Clients
Connected Clients
{{ for client in speaker_client_list }}
{{client}}
{{end}}
Users
{{row=0}}
User
User Type
Access
{{ for u in users_list }}
    {{ if u.isadmin }}   {{ else }}   {{ end }}   {{ if u.isnormal }}   {{ else }}   {{ end }}   {{ if u.isguest }}   {{ else }}   {{ end }}     {{ if u.use_local }}   {{ else }}   {{ end }}
{{ if !u.isadmin }} {{ if u.event_access }}   {{ else }}   {{ end }}   {{ if u.counters_access }}   {{ else }}   {{ end }}   {{ if u.log_access }}   {{ else }}   {{ end }}   {{ if u.camera_access }}   {{ else }}   {{ end }}   {{ if u.device_control }}   {{ else }}   {{ end }}   {{ if u.plugin_management }}   {{ else }}   {{ end }}      {{end}}
{{ end }}
{{hs_checkbox_setting 'gUserListScriptAccess' 'Allow Scripts and Plugins Access to the Users List'}}
General Settings
{{hs_checkbox_setting 'gEmailUseGmail' 'Use Gmail'}}
{{usegmail=get_setting_bool 'gEmailUseGmail'}} {{if usegmail=='checked'}} {{usegmail=true}} {{else}} {{usegmail=false}} {{end}} {{if !usegmail }}
Sending Settings
{{hs_checkbox_setting 'gSMTPUseSSL' 'Use SSL'}}
{{end}}
Receiving Settings
{{hs_checkbox_setting 'gPOPCheckForMail' 'Check Email'}}
{{if !usegmail }}
{{hs_checkbox_setting 'gPOPUseSSL' 'Use SSL'}}
{{end}}
Voice Recognition and Response Settings
{{hs_checkbox_setting 'gVerifyAllCommands' 'Verify All Commands'}} {{hs_checkbox_setting 'gVerifyDateTimeCommands' 'Confirm "In" and "On" voice commands even if the device confirmation is turned off'}}
Camera Recording
{{hs_checkbox_setting 'gKeepRecordings' 'Save Recordings Locally'}} {{hs_checkbox_setting 'gUploadRecordings' 'Upload Recordings to MyHS'}}
Auto Detected Cameras
{{hs_checkbox_setting 'gFoscamDiscover' 'Auto Discover Known Camera Types'}} {{for c in camera_list}} {{if !c.ismanual }}
{{c.name}} ({{c.model}}) IP:{{c.ip}}
{{if myhs_subscription.cameras > 0}}
{{end}}
{{end}} {{end}}
Manually Added Cameras
{{for c in camera_list}} {{if c.ismanual }}
{{c.name}}   
{{if myhs_subscription.cameras > 0}}
{{end}}
{{end}} {{end}}
Site Settings
{{hs_checkbox_setting 'gEnableDeviceRefColumn' 'Show Device Ref on Status Page'}} {{hs_checkbox_setting 'gColCode' 'Show Device Address on Device List Page'}}
{{hs_checkbox_setting 'bLocationFirst' 'Display Location 1 First'}}
Startup Settings
Web Hooks
{{index=0}} {{for wh in web_hook_list}}
{{wh.url}}
{{end}}
Labs
Note: By enabling any of the below features, you agree to send HomeSeer usage information regarding these features. Providing HomeSeer with this information will help us with the addition of more new features.
{{hs_checkbox_setting 'gAckLabsUsage' 'I acknowledge that HomeSeer may anonymously collect usage information if these features are enabled'}}
{{if get_setting_bool("gAckLabsUsage")=="checked"}} {{disabled=false}} {{else}} {{disabled=true}} {{end}} {{hs_checkbox_setting 'gWebSvrSSLEnabled' 'Enable SSL Secure Server' disabled}}
Current: {{get_style_sheet}}
{{hs_checkbox_setting 'gHideFeaturesWhenRootIsHidden' 'Hide the device features if device (root) is hidden' disabled}} {{hs_checkbox_setting 'gHideFeaturesBar' 'Hide the features bar in the grid view' disabled}} {{hs_checkbox_setting 'gDetailedLog' 'Log can display HTML and script (runs slower)' disabled}} {{hs_checkbox_setting 'gStartPluginsInBackground' 'Start Plugins in Background' disabled}} {{hs_checkbox_setting 'gDisableFindService' 'Prevent the find.homeseer.com service from finding your system (disables MyHS also)' disabled}} {{if platform=='windows'}} {{hs_checkbox_setting 'gDisableWindowsUpdates' 'Disable Windows Updates' disabled}} {{end}}

License
{{licenseinfo}} {{if system_type=="HS4STANDARD"}} {{end}}
Updates
Current Version: {{hs_version}}
Latest Release: {{release_version_available}} {{if release_version_available != "None"}} {{if (compare_file_version hs_version release_version_available)==-1}} {{else}} {{if platform=="linux"}} {{end}} {{end}} {{else}} {{if platform=="linux"}} {{end}} {{end}} {{if release_notes_url != ""}}{{end}}
Latest Beta: {{beta_version_available}} {{if beta_version_available != "None"}} {{if hs_version==beta_version_available}} {{if platform=="linux"}} {{end}} {{else}} {{end}} {{if release_notes_url_beta != ""}}{{end}} {{end}}
Configuration
{{current_config}}
Location (Sunrise {{get_setting_text 'gSunrise'}} Sunset {{get_setting_text 'gSunset'}}) Current Time: {{format_date_to_string 'f'}}
{{parts=string.split (get_setting_text 'gLocationSelection') ','}} {{if (array.size parts)==4}} {{parts[0]}}-{{parts[1]}} {{else}} {{get_setting_text 'gLocationSelection'}} {{end}}
{{if platform=="linux"}}
{{tzlist=build_timezone_list}}
{{end}}
Other Settings
{{hs_checkbox_setting 'PluginDebug' 'Developer Mode'}}
{{hs_checkbox_setting 'gCheckForUpdates' 'Check for Update at Startup'}}
{{hs_checkbox_setting 'gLaunchWebStartup' 'Launch Browser on Startup'}}
{{hs_checkbox_setting 'gStartSpeakerClient' 'Launch Speaker Client on Startup'}}
{{hs_checkbox_setting 'gNoScriptTimeout' 'Scripts Cannot Timeout'}}
{{hs_checkbox_setting 'gNewEventDisabled' 'New Events are Disabled by Default'}}
{{hs_checkbox_setting 'gEnableEventProcessing' 'Enable Event Processing'}}
{{hs_checkbox_setting 'gSWWatchdogEnabled' 'HSSentry'}}
{{ch=get_setting_bool 'gGlobalTempScaleF'}} {{ ch2='' if ch=='' ch2='checked' end }}
{{hs_checkbox_setting 'gCreateVirtDevicesForCountersTimers' 'Create Devices for Counters and Timers'}}
{{hs_checkbox_setting 'gSecurityMode' 'Enable Security Offset'}}
Power Failure Recovery Settings
{{hs_checkbox_setting 'EnablePowerfail' 'Enable'}}
{{hs_checkbox_setting 'PowerfailNoScripts' 'Do Not Allow Scripts to Run During Recovery'}}
Log Settings
{{hs_checkbox_setting 'gLogEnabled' 'Enable Log'}}
{{hs_checkbox_setting 'gLogOrderBottom' 'Most Recent Entries at Bottom'}}
{{hs_checkbox_setting 'gLogShortTime' 'Use 24 HR Time Format'}}
{{hs_checkbox_setting 'gLogSpeech' 'Log Text-To-Speech Phrases'}}
{{hs_checkbox_setting 'gDebugHSTouch' 'Verbose HSTouch Logging'}}
Energy Settings
{{hs_checkbox_setting 'gEnableEnergy' 'Enable Logging and Graphing'}}
{{sz=get_setting_text 'gEnergySizeMB'}}
Log Colors
{{ for lc in log_colors_list }}
{{if (string.starts_with lc.color_hex "#")}} Sample {{else}} Sample {{end}}   
{{ end }}
OR
Categories
{{row=0}}
Name
Image
{{for c in get_categories_details}}
{{if queries['edit']==c.value.guid}} {{else}} {{c.value.name}} {{end}}
{{if c.value.image==''}} {{else}} {{end}}
{{if queries['edit']==c.value.guid}} {{else}} {{end}}   
{{end}}
{{includefile 'bootstrap/js/page_common.js'}}